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
+17-17
Original file line number
Diff line number
Diff line change
@@ -71,20 +71,20 @@ checkVersion() {
71
71
checkVersion 1.1 "$(skopeo --version | sed -e "s/skopeo version //")" skopeo
72
72
73
73
DS_CONTAINERS="\
74
-
devspaces/code-rhel8\
75
-
devspaces/configbump-rhel8\
76
-
devspaces/devspaces-rhel8-operator \
74
+
devspaces/code-rhel9\
75
+
devspaces/configbump-rhel9\
76
+
devspaces/devspaces-rhel9-operator \
77
77
devspaces/devspaces-operator-bundle \
78
-
devspaces/dashboard-rhel8\
78
+
devspaces/dashboard-rhel9\
79
79
\
80
-
devspaces/idea-rhel8\
81
-
devspaces/imagepuller-rhel8\
82
-
devspaces/machineexec-rhel8\
83
-
devspaces/pluginregistry-rhel8\
84
-
devspaces/server-rhel8\
80
+
devspaces/idea-rhel9\
81
+
devspaces/imagepuller-rhel9\
82
+
devspaces/machineexec-rhel9\
83
+
devspaces/pluginregistry-rhel9\
84
+
devspaces/server-rhel9\
85
85
\
86
-
devspaces/traefik-rhel8\
87
-
devspaces/udi-rhel8\
86
+
devspaces/traefik-rhel9\
87
+
devspaces/udi-rhel9\
88
88
"
89
89
90
90
# regex pattern of container tags to exclude, eg., latest and -source; also exclude images generated by PR or temporary builds used for publishing assets
@@ -145,9 +145,9 @@ Usage:
145
145
$0 -b ${DWNSTM_BRANCH} --arches | use default list of DS images in RHEC Prod; show arches
146
146
147
147
$0 -c devspaces/iib --quay -o v4.12 --tag ${DS_VERSION}-v4.12 | search for latest Dev Spaces IIBs in quay for a given OCP version
148
-
$0 -c devspaces/code-rhel8 --quay | check latest tag for specific Quay image(s), with branch = ${DWNSTM_BRANCH}
148
+
$0 -c devspaces/code-rhel9 --quay | check latest tag for specific Quay image(s), with branch = ${DWNSTM_BRANCH}
149
149
$0 -c devspaces-operator --osbs | check an image from OSBS
150
-
$0 -c devspaces-devspaces-rhel8-operator --nvr | check an NVR from OSBS
150
+
$0 -c devspaces-devspaces-rhel9-operator --nvr | check an NVR from OSBS
151
151
$0 -c ubi7-minimal -c ubi8-minimal --osbs -n 3 --tag . | check OSBS registry; show all tags; show 3 tags per container
152
152
$0 -c 'devtools/go-toolset-rhel7 ubi7/go-toolset' --tag 1.1* | check RHEC prod registry; show 1.1* tags (exclude latest and -sources)
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.]\+\)#https://download.eng.bos.redhat.com/brewroot/packages/\1/\3/\4/data/logs/${ARCH}-build.log#")
86
+
URL=$(echo $NVR| sed -e "s#\(.\+\(-container\|-rhel9\)\)-\([0-9.]\+\)-\([0-9.]\+\)#https://download.eng.bos.redhat.com/brewroot/packages/\1/\3/\4/data/logs/${ARCH}-build.log#")
0 commit comments