Skip to content

Commit

Permalink
avoid podman login
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Tiraboschi <stirabos@redhat.com>
  • Loading branch information
tiraboschi committed Apr 22, 2024
1 parent 1284708 commit b584058
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ RHCOS_IMAGE=\$(cat /home/release-manifests/0000_50_installer_coreos-bootimages.y
RHCOS_IMAGE_NO_DIGEST=\${RHCOS_IMAGE%@sha256*}
RHCOS_IMAGE_NAME=\${RHCOS_IMAGE_NO_DIGEST##*/}
RHCOS_IMAGE_REPO=\${RHCOS_IMAGE_NO_DIGEST%/*}
set +x
QUAY_USER=\$(cat "/home/registry_quay.json" | jq -r '.user')
QUAY_PASSWORD=\$(cat "/home/registry_quay.json" | jq -r '.password')
podman login quay.io -u "\${QUAY_USER}" -p "\${QUAY_PASSWORD}"
set -x
oc image mirror \${RHCOS_IMAGE} \${mirror_registry}/\${LOCALIMAGES}/\${RHCOS_IMAGE_NAME}
oc apply -f - <<EOF2
Expand Down

0 comments on commit b584058

Please sign in to comment.