You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: