Add a new flag to ctr "images pull" to print the image's chainID#4848
Add a new flag to ctr "images pull" to print the image's chainID#4848dmcgowan merged 1 commit intocontainerd:masterfrom
Conversation
|
Hi @katiewasnothere. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
mxpv
left a comment
There was a problem hiding this comment.
Looks much shorter :)
One minor nit, otherwise LGTM
|
Is the change to the snapshot |
@estesp That was intentional since moving to print the mounts as json (so as not to use the linux specific helper function for printing mounts) would effectively make the target option do nothing. Does that seem okay? |
79a495d to
d9548a3
Compare
|
Build succeeded.
|
d9548a3 to
7ff7685
Compare
|
Build succeeded.
|
I think this should be another PR or at least another commit |
|
I agree with @AkihiroSuda, I agree about adding the new option, but not necessarily about removing the target option for Linux. |
…inID Signed-off-by: Kathryn Baldauf <[email protected]>
7ff7685 to
14df541
Compare
@dmcgowan That seems fair to me. I've updated to add back the target option. |
|
Build succeeded.
|
|
@AkihiroSuda or @dmcgowan could you PTAL when you get the chance? |
This PR is the follow up to discussion in #4797.
This PR adds the option to print the pulled image's chain id in a ctr "images pull" call. This can be used to feed into a call to "snapshots prepare/view" for creating new snapshots for the user.
From the previous PR:
Signed-off-by: Kathryn Baldauf [email protected]