-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Hello,
I would like to use manifest-tool to build a multi-arch image from two tarballs that i have only locally.
Is this possible? It would be great if I don't need to push them first to "merge" them. I didn't find any documentation on that. Usecase would be CICD for this.
e.g
image: myprivreg:5000/someimage:latest
manifests:
-
image: dir:localarmimage
platform:
architecture: arm64
os: linux
-
image: dir:localamdimage
platform:
architecture: amd64
os: linux
Thank you in advance!
Greetings Basti
Metadata
Metadata
Assignees
Labels
No labels