Replies: 1 comment 2 replies
|
The flags are being passed to the wrong subcommand: docker buildx create --name proxied --driver docker-container \\
--driver-opt env.HTTP_PROXY="$http_proxy" \\
--driver-opt env.HTTPS_PROXY="$https_proxy" \\
--driver-opt env.NO_PROXY="$no_proxy" --use --bootstrap
docker buildx build --progress=plain -t localhost/ubuntu:24.04 /var/lib/forgejo-runner/images/ubuntuThis matches the docker-container driver and buildx create documentation. If you keep the default |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I found many resources online but in the end proposed solutions didn't work in my setup which I believe is current to latest version or nearly (0.36.0 vs 0.37.0 just released)
How to make it work and why past shared flag give me all unknow flag?
https://stackoverflow.com/questions/73210141/running-buildkit-using-docker-buildx-behind-a-proxy
#136
#947
#1487
All reactions