-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running action with custom image fails randomly with "No such image" error #388
Comments
Can you add these steps right before the - name: Inspect buildkit image
run: docker buildx imagetools inspect public.ecr.aws/blinkit/moby/buildkit:v0.13.1
- name: Pull buildkit image
run: docker pull public.ecr.aws/blinkit/moby/buildkit:v0.13.1 And post your Workflow logs please? |
Hi @crazy-max, thanks for your response. Posting all of the log is problematic since it might have some sensitive information. I'll do my best to get more if necessary. The main issue is that it's inconsistent, sometimes the pull succeeds and sometimes it doesn't. I'll also try what you asked and update 🙏 |
"Docker info" and other grouped logs seems empty |
@crazy-max We've the same issue, the custom image pull fails intermittently with "No such image" error. Here's our workflow logs. The job is running on Github hosted runner. Any insights? Click to expand logs
Image inspect
|
I have the same but it has been caused by: |
Mine does not download either correct and incorrect image with this driver-opts input, it always pulls moby/buildkit image Booting builder Just does not respect this input UPD. It happens on self-hosted runner, on GH it is ok. I have no idea why, the job is exactly the same, except "runs-on" value. |
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: