Add ctr images tag subcommand#3388
Conversation
cac41b0 to
c4fb865
Compare
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3388 +/- ##
=======================================
Coverage 45.05% 45.05%
=======================================
Files 113 113
Lines 12563 12563
=======================================
Hits 5660 5660
Misses 6049 6049
Partials 854 854
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #3388 +/- ##
=======================================
Coverage 45.05% 45.05%
=======================================
Files 113 113
Lines 12563 12563
=======================================
Hits 5660 5660
Misses 6049 6049
Partials 854 854
Continue to review full report at Codecov.
|
|
Build succeeded.
|
There was a problem hiding this comment.
It would be less likely to hit a race here if instead of Delete, try Create first, then if already exists returns and force is given, then perform an Update.
There was a problem hiding this comment.
I'll update the PR to do that instead.
|
PR has been updated to change the |
|
Build succeeded.
|
There was a problem hiding this comment.
how about <target_ref> [<target_ref>, ...]
Adds a subcommand for tagging images managed by containerd. Usage: ctr images tag docker.io/library/alpine:latest docker.io/library/alpine:new Comes with a --force flag to allow you to gracefully overwrite image references that already exist. Signed-off-by: Eli Uriegas <[email protected]>
|
Build succeeded.
|
Adds a subcommand for tagging images managed by containerd.
Usage:
Comes with a
--forceflag to allow you to gracefully overwrite image referencesthat already exist.
Also supports tagging to multiple images as well:
Signed-off-by: Eli Uriegas [email protected]