-
Notifications
You must be signed in to change notification settings - Fork 58
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
Got "invalid response status 403" when building docker image #2613
Comments
Hey @MegaRedHand ! What machine(arch/os) are you running on? |
It works on my M3 MacBook Pro, yet fails on another M3 MacBook Pro we tried it on. Haven't tried it on non-Darwin machines. |
Also getting this error on macbook pro m1 |
Might be related to moby/moby#47717 |
Turning off the Docker Desktop option "Use containerd for pulling and storing images" seems to fix this, as per pulumi/pulumi-docker#967 |
Yep that fixed it for me. Would be nice if there was a way to disable this feature on a per-project basis though. |
Thanks for the find @MegaRedHand - I had that option off and image builds were working but when I turn it on it stops working. |
What's your CLI version?
1.4.3
Description & steps to reproduce
On some machines, using
ImageBuildSpec
to build images fails with the following error:This behaviour can be reproduced with the following script:
Building the image manually with
docker
, which causes the build to be skipped in Kurtosis, avoids the issue.Desired behavior
I expected the image to be built
What is the severity of this bug?
Critical; I am blocked and Kurtosis is unusable for me because of this bug.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: