Skip to content

Commit 482875d

Browse files
Merge pull request openshift#8776 from jianli-wei/lab-aliyun
SPLAT-1560: set up 'aicli' & 'qemu-img' to use Assisted Installer to install OCP on Alibaba Cloud
2 parents fb271c2 + 3acabb1 commit 482875d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

images/installer/Dockerfile.upi.ci

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ RUN yum update -y && \
6363
python3-pyyaml \
6464
bind-utils \
6565
util-linux \
66-
xz && \
66+
xz \
67+
qemu-img && \
6768
yum clean all && \
6869
rm -rf /var/cache/yum/* && \
6970
chmod g+w /etc/passwd
@@ -78,6 +79,9 @@ RUN pip-3 install cryptography pyOpenSSL==23.2.0
7879
ENV CLOUDSDK_PYTHON=/usr/bin/python
7980
ENV CLOUDSDK_PYTHON_SITEPACKAGES=1
8081

82+
# aicli
83+
RUN pip-3 install aicli==99.0.202407291433
84+
8185
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
8286
unzip awscliv2.zip && \
8387
./aws/install -b /bin && \

0 commit comments

Comments
 (0)