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

Merged
merged 3 commits into from
Dec 7, 2024

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

@aaronzi
Copy link
Member

aaronzi commented Dec 6, 2024

Thank you for the PR. Could you please resolve the conflicts so that I can merge the changes?

@aaronzi aaronzi merged commit ac705f5 into eclipse-basyx:main Dec 7, 2024
27 checks passed
@seicke seicke deleted the dockerfile-proxy branch December 7, 2024 10:10
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.

2 participants