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

Add http proxy options provisioning for gpg #1003

Open
KozelAnatoliy opened this issue Dec 9, 2023 · 1 comment
Open

Add http proxy options provisioning for gpg #1003

KozelAnatoliy opened this issue Dec 9, 2023 · 1 comment

Comments

@KozelAnatoliy
Copy link

I am tying to use cypress/factory as base image to build specific cypress and browsers combination for our project.

The image is build behind firewall and fails during gpg --batch --keyserver.ubuntu.com --recv-keys ... stage.
The problem can be fixed providing --keyserver-options "http-proxy=$HTTP_PROXY" to the gpg command but there is no exposed argument for that and gpg command itself does not honor HTTP_PROXY env variable.

@KozelAnatoliy
Copy link
Author

Updating gpg.conf would also be a good option to resolve this problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants