Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Set https_proxy env var for covscan image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
locriandev committed Jun 20, 2022
1 parent b623795 commit 62722ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doozerlib/coverity.py
Expand Up @@ -273,6 +273,9 @@ def _covscan_prepare_parent(cc: CoverityContext, parent_image_name, parent_tag)
LABEL DOOZER_COVSCAN_GROUP_PARENT={cc.runtime.group_config.name}
USER 0
# Set https proxy
ENV https_proxy http://proxy.util.phx1.redhat.com:8080
# Add typical build repos to the image, but don't add to /etc/yum.repos.d
# until we know whether we are on el7 or el8. As of 4.8, repos are only
# appropriate for el8, so this repo file should only be installed in el8.
Expand Down

0 comments on commit 62722ba

Please sign in to comment.