-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hi all,
i am trying to use manifest-tool to create a multi architect docker image.
As explained in your guide, i created the different images, in my case for arm64 and amd64 with kaniko, and i tried to exexcute the manifest tool.
I tried both, yaml and spec mode, but without success.
I receive any way an error like this one:
Error pushing manifest list/index to registry: sha256:0c91a4e37f4765d431b50d62439ba660b8b57ae75412fd45c371d9174c38e3df: manifest list/index references to blobs and/or manifests are missing in your target registry...
This one is an example of the used yaml:
image: myrepo.com/myservice:latest
manifests:
- image: myrepo.com/myservice-arm64:latest
platform:
architecture: arm64
os: linux
- image: myrepo.com/myservice-amd64:latest
platform:
architecture: amd64
os: linux
Any suggestion? There is something wrong in my configuration?
Many Thanks!
Metadata
Metadata
Assignees
Labels
No labels