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
Error response from daemon: experimental session with v1 builder is no longer supported, use builder version v2 (BuildKit) instead #2123
Comments
I suspect this is a similar problem as this issue: k3s-io/k3s#1708 Basically it appears they've changed their API somewhat in the latest version, so we need to look into how we can address that in a way that works across the new version and older versions as well. |
Hi @jscontreras I've been unable to reproduce this on my end. Would you mind sharing your provider configuration? |
Scratch that, I'm seeing this issue on my end as well now. |
Oh I'm glad you are seeing it too! Thanks for looking into this. Is kind of an issue that this is happening with the official getting started documentation (maybe add a note while you guys fix it?) I lost a ton of time thinking I was doing something wrong |
Looks like this was an issue with Docker all along. The offending code was removed in this commit: docker/docker-ce@95971a4, but it hasn't been released yet. I'm not sure there's much we can do about this on our end except ask users to do one of the following:
There was also a question about this on StackOverflow, here's my answer, in case the conversation turns up more useful information. I'll also make sure to add an entry on this in the Troubleshooting section of our docs. |
Bug
Current Behavior
Following the demo instructions using the latest Docker Desktop 2.4..0.0
the error
Expected behavior
It should build and deploy to kubernetes correctly
Reproducible example
Workaround
Suggested solution(s)
Additional context
Your environment
garden version
0.12.9
The text was updated successfully, but these errors were encountered: