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
RUN ln -s /go/src/github.com/openshift/installer/azure-cli/bin/az /bin/az
48
+
34
49
COPY --from=govc /govc /bin/govc
35
50
36
-
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc && \
37
-
sh -c 'echo -e "[packages-microsoft-com-prod]\nname=packages-microsoft-com-prod\nbaseurl=https://packages.microsoft.com/rhel/9/prod\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" >/etc/yum.repos.d/microsoft-prod.repo' && \
38
-
sh -c 'echo -e "[google-cloud-cli]\nname=Google Cloud CLI\nbaseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el9-x86_64\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=0\ngpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg" > /etc/yum.repos.d/google-cloud-sdk.repo'
51
+
RUN sh -c 'echo -e "[google-cloud-cli]\nname=Google Cloud CLI\nbaseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el9-x86_64\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=0\ngpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpg" > /etc/yum.repos.d/google-cloud-sdk.repo'
39
52
40
53
RUN yum update -y && \
41
-
yum install --setopt=tsflags=nodocs -y \
42
-
azure-cli-2.49.0-1.el9 \
54
+
yum install --setopt=tsflags=nodocs -y \
43
55
gettext \
44
56
google-cloud-cli-447.0.0-1 \
45
57
gzip \
46
58
jq \
47
59
unzip \
48
60
openssh-clients \
49
-
openssl \
50
-
powershell \
61
+
openssl \
51
62
python3-pip \
52
63
python3-pyyaml \
53
64
bind-utils \
@@ -74,7 +85,7 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
0 commit comments