-
Notifications
You must be signed in to change notification settings - Fork 361
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
Support to merge sealer images #2176
Comments
for At present ,We can do it manually。 # create a manifest with the new name
sealer alpha manifest create all-in-one:v1
# add ImageID to manifest
sealer alpha manifest add all-in-one:v1 b4aef6cb03b3(arm)
sealer alpha manifest add all-in-one:v1 a661b497f201(amd)
# inspect the result.
sealer alpha manifest inspect all-in-one:v1 Or we develop a new method:
|
for
|
@kakaZhou719 Hi, I'm new to the program. I would like to try to solve the |
Issue Description
Type: feature request
example:
i have two image :
image A is
amd64
architecture.image B is
arm64
architecture.i want to merge those two image as a new one image C.
Describe what feature you want
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: