Skip to content

[+] add proxy variables to docker images #785

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

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

Conversation

thiagoras
Copy link
Contributor

Environment variables with warming suppression

Addition of environment variables so that the docker image build can access repositories on the internet if a private network with a defined proxy is being used.

To avoid warnings, I added the .env file with the unconfigured variables.

@coveralls
Copy link

coveralls commented Jun 5, 2025

Pull Request Test Coverage Report for Build 15469902874

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 60.442%

Totals Coverage Status
Change from base Build 15469774074: 0.0%
Covered Lines: 2683
Relevant Lines: 4439

💛 - Coveralls

@pashagolub pashagolub changed the title environment variables with warming suppression [+] add proxy variables to docker images Jun 5, 2025
@pashagolub
Copy link
Collaborator

$ docker compose -f ./docker/docker-compose.yml build
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTP_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTPS_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"NO_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTPS_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"NO_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTP_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTP_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTPS_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"NO_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"NO_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTP_PROXY\" variable is not set. Defaulting to a blank string."
time="2025-06-05T16:35:49+02:00" level=warning msg="The \"HTTPS_PROXY\" variable is not set. Defaulting to a blank string."
...

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.

3 participants