From 62722baf624f16e16f05fae86308f580d1e27e2f Mon Sep 17 00:00:00 2001 From: "D. Paolella" Date: Mon, 20 Jun 2022 16:10:11 +0200 Subject: [PATCH] Set https_proxy env var for covscan image builds --- doozerlib/coverity.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doozerlib/coverity.py b/doozerlib/coverity.py index a474cc7c5..f7b858dd8 100644 --- a/doozerlib/coverity.py +++ b/doozerlib/coverity.py @@ -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.