-
Notifications
You must be signed in to change notification settings - Fork 70
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
[BUG] Failure resolving proxy #680
Comments
@0xDagal would you be able to share your setup steps for your buildkit container? |
Yes, I run it in a docker-compose like so: services:
buildkitd:
image: moby/buildkit:latest
privileged: true
entrypoint: buildkitd
volumes:
- ./buildkitd.toml:/etc/buildkit/buildkitd.toml in my [registry."quay.io"]
mirrors = ["my-quay-mirror.lan"] |
@0xDagal where are you getting |
As I use my docker compose inside a directory named |
@0xDagal that should work. Can you confirm that docker and buildkit are up to date? |
This is definitely with the flaky network, have tried couple of times and have faced the same issues. will debit bit more may be tinkering ns on the docker config. |
Version of copa
v0.6.1-81-g2335453
Expected Behavior
Patching
nginx:1.21.6
with a proxy should work.Actual Behavior
The patch does not work:
Running in debug, I saw:
Steps To Reproduce
Run
trivy
onnginx:1.21.6
and name the reportnginx.1.21.6.json
then run amoby/buildkitd
container and finally runcopa patch -i nginx:1.21.6 -r nginx.1.21.6.json --addr docker-container://copa-buildkitd-1
.Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: