Skip to content
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

Documentation not clear around config.json proxy configuration and buildkit #15658

Closed
tavlima opened this issue Sep 14, 2022 · 2 comments
Closed
Labels
area/networking Relates to anything around networking lifecycle/locked lifecycle/stale

Comments

@tavlima
Copy link

tavlima commented Sep 14, 2022

Problem description

I'm trying to figure out if it is possible and, if so, what is the correct way to pass proxy settings to docker buildx through the config.json.

I tried to do it like the example in #4686, replacing the tcp://example.docker.com:2376 in the aforementioned example by the URL for my remote buildkitd daemon, tcp://buildkitd.mycorp.example.com:1234. This didn't work.

FWIW, that buildkitd URL is same I used while creating the builder: docker buildx create --name my_remote_builder --driver remote tcp://buildkitd.mycorp.example.com:1234

Problem location

I couldn't find the information I wanted. I expected to find it near the proxy documentation.

It would be great to explain there not only the relationship between the default block and any other custom hosts you may have there, as briefly explained here (not clear enough, IMHO).

It would also go a long way to highlight whether it works when using buildx or not, since that is supposed to be a first class, AFAIK.

@docker-robott
Copy link
Collaborator

There hasn't been any activity on this issue for a long time.
If the problem is still relevant, mark the issue as fresh with a /remove-lifecycle stale comment.
If not, this issue will be closed in 14 days. This helps our maintainers focus on the active issues.

Prevent issues from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

/lifecycle locked

@docker docker locked and limited conversation to collaborators Feb 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/networking Relates to anything around networking lifecycle/locked lifecycle/stale
Projects
None yet
Development

No branches or pull requests

3 participants