Skip to content

Commit

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

[release-4.13] OCPBUGS-12886: use python3 for cloud sdk
  • Loading branch information
openshift-merge-robot committed May 9, 2023
2 parents 3e0b2a2 + fa7eca7 commit 44db7b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/installer/Dockerfile.upi.ci
Expand Up @@ -58,8 +58,10 @@ RUN curl -sSL "${ALIYUN_URI}" --output /tmp/aliyun-cli-linux-latest-amd64.tgz &&
RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
RUN python get-pip.py 'pip<21.0'
RUN python -m pip install pyopenssl
ENV CLOUDSDK_PYTHON=/usr/bin/python
ENV CLOUDSDK_PYTHON=/usr/bin/python3

RUN pip3 install --upgrade pip
RUN python3 -m pip install pyOpenSSL
RUN python3 -m pip install yq

ENV TERRAFORM_VERSION=1.0.11
Expand Down

0 comments on commit 44db7b2

Please sign in to comment.