-
Notifications
You must be signed in to change notification settings - Fork 573
Open
Description
Hello,
Is there any way to sign a multi architectural image built by buildx?
The build is running like this:
docker buildx build --platform linux/amd64,linux/arm64 -t ${IMAGE}:${VERSION} --push .
To sign the image I am doing a regular "docker push" or "docker trust sign" but it signs and pushes only a local arch image and then overrides the manifest list previously pushed with buildx.
Somehow official hub.docker.com
repo have signed multi-arch images, so how?
roman-vynar, rhuddleston, jinvanstee, patoarvizu, den1ska and 16 more
Metadata
Metadata
Assignees
Labels
No labels