Replies: 2 comments 1 reply
-
This sounds suspiciously similar to #1293 to me... If you change your script to have an explicit |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, have worked out what the actual issue is - it looks like a combination of #887 and #1206 which causes an error when contacting the docker API on builder creation. Ideally though, we shouldn't need to call the docker API here at all, will take a look at it soon :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was using a teamcity build agent image with buildx capabilities.
This image is used to publish some docker images to remote repositories.
Until version 0.8.2 (included), this simple Dockerfile was working just fine:
(I made it shorter, the real dockerfile also add arguments through a buildkitd.toml file).
Since version 0.9.0, this dockerfile doesn't work anymore, because
docker buildx create
now tries to connect to docker.sock.And obviously, inside a docker build task, I don't have access to the sock.
Am I missing something, or is it juste some side effect due to issue #1206 ?
I'm quite confident this is not an issue, so I'm asking here, please, tell me if this message is in the wrong place.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions