We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: feature request
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
sealer alpha manifest add all-in-one:v1 multi-arch:v1
sealer alpha manifest add all-in-one:v1 ffcf68f2abe7 && sealer alpha manifest add all-in-one:v1 02cc68f2abe7
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Issue Description
Type: feature request
Describe what feature you want
sealer images:
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.
The text was updated successfully, but these errors were encountered: