Skip to content
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

feature: support to add multi-arch image to manifest #2180

Closed
kakaZhou719 opened this issue Apr 12, 2023 · 0 comments · Fixed by #2184
Closed

feature: support to add multi-arch image to manifest #2180

kakaZhou719 opened this issue Apr 12, 2023 · 0 comments · Fixed by #2184
Labels
kind/feature Category issues or PRs related to feature request

Comments

@kakaZhou719
Copy link
Member

kakaZhou719 commented Apr 12, 2023

Issue Description

Type: feature request

Describe what feature you want

sealer images:

<none>                                                                   <none>                02cc68f2abe7   53 minutes ago   12.2 KB
<none>                                                                   <none>                ffcf68f2abe7   53 minutes ago   12.2 KB
localhost/multi-arch                                                        v1                    2b8c2cdd960c   53 minutes ago   583 B

Currently ,sealer can support to add image to manifest by ID, but for multi-arch image , it will have an image id list .

so , it’s better to add all of them at once, no need to add one by one.

example:

sealer alpha manifest add all-in-one:v1 multi-arch:v1
equals to
sealer alpha manifest add all-in-one:v1 ffcf68f2abe7 && sealer alpha manifest add all-in-one:v1 02cc68f2abe7

Additional context

Add any other context or screenshots about the feature request here.

@kakaZhou719 kakaZhou719 added the kind/feature Category issues or PRs related to feature request label Apr 12, 2023
@kakaZhou719 kakaZhou719 added this to the release-0.10.0 milestone Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Category issues or PRs related to feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant