You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
When pushing a multi-platform image to ECR, buildx sometimes tags one of the platform-specific manifests instead of the multi-platform manifest list.
Expected behaviour
When pushing a multi-platform image to ECR, buildx pushes one manifest for each platform and a manifest list for the multi-platform image. The tags supplied on the command line are applied to the manifest list.
Actual behaviour
The tags supplied on the command line are sometimes applied to the manifest list, but sometimes to one of the manifests.
My ECR repository is mutable. This is the behaviour I would expect if buildx tags both the manifests and the manifest lists. The last one to be tagged "wins".
The text was updated successfully, but these errors were encountered:
Contributing guidelines
I've found a bug and checked that ...
Description
When pushing a multi-platform image to ECR, buildx sometimes tags one of the platform-specific manifests instead of the multi-platform manifest list.
Expected behaviour
When pushing a multi-platform image to ECR, buildx pushes one manifest for each platform and a manifest list for the multi-platform image. The tags supplied on the command line are applied to the manifest list.
Actual behaviour
The tags supplied on the command line are sometimes applied to the manifest list, but sometimes to one of the manifests.
Buildx version
github.com/docker/buildx v0.20.1 245093b
Docker info
Builders list
Configuration
N/A. The images are built correctly. Only the tagging is incorrect.
Build logs
Additional info
I'm running buildx from a GitHub Actions workflow, using docker/build-push-action@v6.
My ECR repository is mutable. This is the behaviour I would expect if buildx tags both the manifests and the manifest lists. The last one to be tagged "wins".
The text was updated successfully, but these errors were encountered: