-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
area/daemonCore EngineCore Enginekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.
Description
Description
Currently the engine ID
shown in docker info
is the fingerprint ID
used to sign
the deprecated manifest schema v1
. The key signature and finger on these manifests are not checked or used any longer for security, deprecated by notary. So, given this context, we could:
- Generate ephemeral
fingerprint
keys to push thev1
manifests - Replace the current
engine ID
with anUUID
generated once
Suggested format
Location: <docker_storage_directory>/engine_uuid
/var/lib/docker # cat engine_uuid
0df9fdce-f163-41f0-92bb-d0df29dd79bc
/var/lib/docker #
Metadata
Metadata
Assignees
Labels
area/daemonCore EngineCore Enginekind/enhancementEnhancements are not bugs or new features but can improve usability or performance.Enhancements are not bugs or new features but can improve usability or performance.