Allow extra tags to be provided for tagging the manifest list#32
Allow extra tags to be provided for tagging the manifest list#32
Conversation
docker/createml.go
Outdated
There was a problem hiding this comment.
Was this comment intended to sound like a cliffhanger? (feels like it ends in the middle of a sentence)
There was a problem hiding this comment.
Building up interest sometimes takes introducing a bit of PR-style mystery around things ;) =)
Real story: saw that I forgot to type the rest, got hungry for lunch and decided I could take care of pushing an update later :)
|
I can definitely work with this, no problem!!! ❤️ ❤️ ❤️ This should give us a really dramatic speedup! (Now I want the same thing for |
Provide the ability to add "tags: [ .. ]" to the input YAML with a list of additional tags to push to the registry against the manifest list object being pushed. Signed-off-by: Phil Estes <estesp@gmail.com>
Not too far-fetched.. basically I would call it something like |
|
Yeah, that'd be awesome, and it looks like @StefanScherer figured out how to make it do exactly that (docker/cli#138 (comment))! 😄 We spend a lot of time doing |
|
it'd be great to have that feature reflected in the |
|
Can we add additional tags using the "manifest-tool push from-args ..." command? |
|
@nitkon this would require a PR to connect a new flag ( |
Provide the ability to add "tags: [ .. ]" to the input YAML with a list
of additional tags to push to the registry against the manifest list
object being pushed.
Signed-off-by: Phil Estes estesp@gmail.com
Fixes: #23
And..seems to work :)