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 building with Buildx version < 0.10.0, when I use docker buildx bake to push my multi-arch image to ECR, I get one Image Index, which then is a manifest which contains images for arm64 and amd64. This is what I'd expect:
But when I try to build the same with Buildx v0.10.0 or higher, my push to ECR results in multiple untagged images, some of which have 0 MB. Upon checking further, it's not quite 0, but more like 0.001374 MB, so it's just rounded to 0.
Example 1:
Example 2:
Note: I am running this on a GitHub Actions self-hosted runner
Expected behaviour
The behavior I'd expect wouldn't have so many untagged images and so many images with 0 MB present for each push to ECR. Ideally, all of them would have tags, and they'd be as succinct as possible to not create bloat in the ECR repositories.
Actual behaviour
A bunch of untagged images are being created, some of which have 0 MB in size.
Contributing guidelines
I've found a bug and checked that ...
Description
When building with Buildx version < 0.10.0, when I use
docker buildx bake
to push my multi-arch image to ECR, I get one Image Index, which then is a manifest which contains images forarm64
andamd64
. This is what I'd expect:But when I try to build the same with Buildx v0.10.0 or higher, my push to ECR results in multiple untagged images, some of which have 0 MB. Upon checking further, it's not quite 0, but more like 0.001374 MB, so it's just rounded to 0.
Example 1:
Example 2:
Note: I am running this on a GitHub Actions self-hosted runner
Expected behaviour
The behavior I'd expect wouldn't have so many untagged images and so many images with 0 MB present for each push to ECR. Ideally, all of them would have tags, and they'd be as succinct as possible to not create bloat in the ECR repositories.
Actual behaviour
A bunch of untagged images are being created, some of which have 0 MB in size.
Buildx version
github.com/docker/buildx v0.10.0 8764628
Docker info
Builders list
Configuration
Dockerfile:
docker-bake.hcl
:GitHub Action jobs:
Build logs
The text was updated successfully, but these errors were encountered: