Ahmon Dancy
Ahmon Dancy
> @dancysoft Yeah, but maybe enabled -> disabled to make the zero value the default. If you don't have a strong preference, I would like to use `enabled` (defaulting to...
I don't think the most recent test failure is caused by my changes: https://github.com/moby/buildkit/actions/runs/9019916817/job/24784047347?pr=4899 ``` == Failed === FAIL: client TestIntegration (0.35s) run.go:165: Error Trace: /src/util/testutil/integration/run.go:165 /src/client/client_test.go:236 /src/client/client_test.go:225 Error: Received...
Thanks for merging!
I ran into this today: ``` #18 DONE 15.6s #19 [test-bullseye 11/12] COPY --chown=65533:65533 [./, .] #19 ERROR: failed to get state for index 0 on [test-bullseye 11/12] COPY --chown=65533:65533...
This may be the same thing as #4643.
> Atm. you should be able to work around it by setting `docker buildx create --driver-opt env.HTTP_PROXY=foo` In the original description of this ticket I said we run `docker build`,...
> > In the original description of this ticket I said we run docker build, but we actually use buildctl build. What would be the corresponding workaround for that client?...
Hi @thaJeztah and @tonistiigi . I wanted to confirm that you saw my response to the advice about setting `http(s)_proxy` for buildkitd itself. We do have those environment variables set...
If someone can provide advice on how to collect a full stack trace (from buildkitd, not buildctl) when this error occurs, I'll try it out.
I ended up finding the following in buildkitd's config file (not sure why I didn't look there first): ``` [dns] nameservers = ["ns-recursor.openstack.eqiad1.wikimediacloud.org"] ```