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 proxy build argument to dockerfiles #533

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

seicke
Copy link
Member

@seicke seicke commented Nov 22, 2024

Description of Changes

As a user within a corporate network (behind a proxy server), I also want to build Docker images.

This PR adds build arguments to all Dockerfiles to specify a proxy server.
The user can easily set the proxy server via shell ENV variables, e.g. in Powershell with$ENV:HTTPS_PROXY='http://proxyserver:port' and $ENV:HTTP_PROXY='http://proxyserver:port'

This PR does not affecting the Docker images builds if the corresponding ENV variables are not set.

Compare eclipse-basyx/basyx-aas-web-ui#84

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

Successfully merging this pull request may close these issues.

1 participant