Skip to content

Commit

Permalink
Merge pull request #7849 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…7357-to-release-4.12

OCPBUGS-25593: [release-4.12] OCPBUGS-16640: Update azure cli version to 2.49.0
  • Loading branch information
openshift-merge-bot[bot] committed Jan 19, 2024
2 parents 6ded550 + dd3982e commit d1ec11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/installer/Dockerfile.upi.ci.rhel8
Expand Up @@ -20,12 +20,12 @@ COPY --from=builder /go/src/github.com/openshift/installer/upi /var/lib/openshif
COPY --from=govc /govc /bin/govc

RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
sh -c 'echo -e "[azure-cli]\nname=Azure CLI\nbaseurl=https://packages.microsoft.com/yumrepos/azure-cli\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" >/etc/yum.repos.d/azure-cli.repo' && \
sh -c 'echo -e "[packages-microsoft-com-prod]\nname=packages-microsoft-com-prod\nbaseurl=https://packages.microsoft.com/rhel/8/prod\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" >/etc/yum.repos.d/microsoft-prod.repo' && \
sh -c 'echo -e "[google-cloud-cli]\nname=Google Cloud CLI\nbaseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el8-x86_64\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://packages.cloud.google.com/yum/doc/yum-key.gpg\n https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg" > /etc/yum.repos.d/google-cloud-sdk.repo'

RUN yum update -y && \
yum install --setopt=tsflags=nodocs -y \
azure-cli \
azure-cli-2.49.0-1.el8 \
gettext \
google-cloud-cli-447.0.0-1 \
gzip \
Expand Down

0 comments on commit d1ec11d

Please sign in to comment.