You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product/getLatestImageTags.sh
+11-11
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ Usage:
156
156
}
157
157
if [[ $#-lt 1 ]];then usage; cleanup_temp;exit 1;fi
158
158
159
-
REGISTRY="https://registry.redhat.io"# or http://brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888 or https://registry-1.docker.io or https://registry.access.redhat.com
159
+
REGISTRY="https://registry.redhat.io"# or https://brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888 or https://registry-1.docker.io or https://registry.access.redhat.com
160
160
CONTAINERS=""
161
161
while [[ "$#"-gt 0 ]];do
162
162
case$1in
@@ -170,12 +170,12 @@ while [[ "$#" -gt 0 ]]; do
170
170
'--freshmaker') EXCLUDES_FRESHMAKER="";; # CRW-2499 by default, exclude freshmaker-built images
Copy file name to clipboardExpand all lines: product/manifest/get-3rd-party-deps-rpms.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ function loadNVRlog() {
83
83
MANIFEST_FILE2="$2"
84
84
ARCH="$3"
85
85
# shellcheck disable=SC2001
86
-
URL=$(echo $NVR| sed -e "s#\(.\+\(-container\|-rhel8\)\)-\([0-9.]\+\)-\([0-9.]\+\)#http://download.eng.bos.redhat.com/brewroot/packages/\1/\3/\4/data/logs/${ARCH}-build.log#")
86
+
URL=$(echo $NVR| sed -e "s#\(.\+\(-container\|-rhel8\)\)-\([0-9.]\+\)-\([0-9.]\+\)#https://download.eng.bos.redhat.com/brewroot/packages/\1/\3/\4/data/logs/${ARCH}-build.log#")
0 commit comments