-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
getting a 401 unauthorized when using a private HTTP insecure registry and docker-container drivers #4373
Comments
Also repro and discussed about it internally with @vvoland. This is related to #4299 when pushing to an insecure registry: https://github.com/crazy-max/docker-build-push-action/actions/runs/6623261080/job/17990016733#step:11:377
In BuildKit logs: https://github.com/docker/build-push-action/actions/runs/6545574556/job/17774356381#step:25:285
...we have this new line in the logs and seems related to the pusher logic in containerd where it strips |
containerd/containerd#9294 should fix this issue. |
@nirbenator Thank you SO much for your workaround!!. |
fixed by #4393 (containerd/containerd#9299) |
I'm assuming this fix happen by upgrading containerd to version 1.7.8? Yet Jammy repo follow 1.6 lineup https://download.docker.com/linux/ubuntu/dists/jammy/pool/stable/amd64/ is there easy way to upgrade?
|
still error on 0.12.4 |
The fix has not been backported to 0.12. Keep you posted. |
@klit79 is it solved for you? |
we've been getting 401 errors since the release of 0.12.3 and its promotion to stable using an insecure HTTP registry
we've bypassed it by pinning the old 0.12.2 version when creating buildx builders/.
way to reproduce
toml config:
way to work around:
The text was updated successfully, but these errors were encountered: