Skip to content

Commit 6e7be07

Browse files
committed
images: upi-installer: remove alibaba cli
The Alibaba cloud provider is not supported anymore.
1 parent 0e8eb48 commit 6e7be07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

images/installer/Dockerfile.upi.ci

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ RUN yum update -y && \
6060
COPY --from=yq3 /yq /bin/yq-go
6161
COPY --from=yq4 /usr/bin/yq /bin/yq-v4
6262

63-
ARG ALIYUN_URI=https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz
64-
RUN curl -sSL "${ALIYUN_URI}" --output /tmp/aliyun-cli-linux-latest-amd64.tgz && \
65-
tar --directory=/bin/ -xvf /tmp/aliyun-cli-linux-latest-amd64.tgz && \
66-
rm -f /tmp/aliyun-cli-linux-latest-amd64.tgz
67-
6863
# Not packaged, but required by gcloud. See https://cloud.google.com/sdk/crypto
6964
# Pin version because of https://github.com/GoogleCloudPlatform/gsutil/issues/1753
7065
RUN pip-3 install cryptography pyOpenSSL==23.2.0

0 commit comments

Comments
 (0)