Skip to content

Conversation

@ChengyuZhu6
Copy link
Member

Fixes: #4573

@ChengyuZhu6 ChengyuZhu6 force-pushed the transfer branch 2 times, most recently from 285c273 to 156a92a Compare November 5, 2025 15:51

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")
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already EOL

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@AkihiroSuda AkihiroSuda added this to the v2.3.0 milestone Nov 6, 2025
@ChengyuZhu6 ChengyuZhu6 force-pushed the transfer branch 3 times, most recently from 6ee7570 to b121ee9 Compare November 7, 2025 13:47
Signed-off-by: ChengyuZhu6 <hudson@cyzhu.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor the image management code to use the Transfer service

2 participants