-
Notifications
You must be signed in to change notification settings - Fork 714
Refactor image management to use transfer service #4583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
285c273 to
156a92a
Compare
cmd/nerdctl/image/image_import.go
Outdated
|
|
||
| cmd.Flags().StringP("message", "m", "", "Set commit message for imported image") | ||
| cmd.Flags().String("platform", "", "Set platform for imported image (e.g., linux/amd64)") | ||
| cmd.Flags().Bool("local", false, "Import content locally rather than using transfer service") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For simplicity can we just remove the support for local mode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, but this means that containerd versions <= 1.6 will be unsupported starting with the next release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already EOL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
7038aee to
0837936
Compare
Signed-off-by: ChengyuZhu6 <[email protected]>
Signed-off-by: ChengyuZhu6 <[email protected]>
b5584fe to
18b0448
Compare
9df0074 to
40fab2d
Compare
Signed-off-by: ChengyuZhu6 <[email protected]>
40fab2d to
38ce692
Compare
Fixes: #4573