Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/operator/mirror_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ function registry_configs_for_os_image_stream_sources() {
}

function install_oc_mirrorv2(){
OC_MIRROR_URL=${OC_MIRROR_URL:-https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable-4.19/oc-mirror.tar.gz}
OC_MIRROR_URL=${OC_MIRROR_URL:-https://mirror.openshift.com/pub/cgw/oc-mirror/latest/oc-mirror-rhel9-linux-amd64.tar.gz}
Comment thread
dorzel marked this conversation as resolved.
curl -L --retry 5 --connect-timeout 30 -s "${OC_MIRROR_URL}" | tar xvz -C /usr/local/bin/
chmod +x /usr/local/bin/oc-mirror
}