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
In order to avoid dockerhub ratelimiting issues, I wanted to change the image being used in setup buildx.
I'm running multi platform builds for my docker images for both amd64 and arm64 architectures.
Each build runs on a Self hosted GitHub Runner with the relevant architecture.
When using the action with a custom image:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
platforms: ${{ matrix.platform }}
driver-opts: |
image=public.ecr.aws/blinkit/moby/buildkit:v0.13.1
It doesn't always find the image with the following error:
Run docker/setup-buildx-action@v3
Docker info
Buildx version
Inspecting default docker context
Creating a new builder instance
Booting builder
Error: ERROR: Error response from daemon: No such image: public.ecr.aws/blinkit/moby/buildkit:v0.13.1
When fetching the manifest for public.ecr.aws/blinkit/moby/buildkit:v0.13.1 it has both architectures included:
When using a custom image it should always find the image if it exists
Actual behaviour
I get the error specific above
Repository URL
No response
Workflow run URL
No response
YAML workflow
- name: Set up Docker Buildxuses: docker/setup-buildx-action@v3with:
platforms: ${{ matrix.platform }}driver-opts: | image=public.ecr.aws/blinkit/moby/buildkit:v0.13.1
Workflow logs
Run docker/setup-buildx-action@v3
Docker info
Buildx version
Inspecting default docker context
Creating a new builder instance
Booting builder
Error: ERROR: Error response from daemon: No such image: public.ecr.aws/blinkit/moby/buildkit:v0.13.1
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered:
stavbernazport
changed the title
booting building with custom image fails randomly with "No such image" error
Running action with custom image fails randomly with "No such image" error
Dec 11, 2024
Contributing guidelines
I've found a bug, and:
Description
In order to avoid dockerhub ratelimiting issues, I wanted to change the image being used in setup buildx.
I'm running multi platform builds for my docker images for both amd64 and arm64 architectures.
Each build runs on a Self hosted GitHub Runner with the relevant architecture.
When using the action with a custom image:
It doesn't always find the image with the following error:
When fetching the manifest for public.ecr.aws/blinkit/moby/buildkit:v0.13.1 it has both architectures included:
Expected behaviour
When using a custom image it should always find the image if it exists
Actual behaviour
I get the error specific above
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
BuildKit logs
Additional info
No response
The text was updated successfully, but these errors were encountered: