Skip to content

Commit

Permalink
Merge pull request #719 from cloud-bulldozer/vishnuchalla-patch-3
Browse files Browse the repository at this point in the history
Updating prow docker file
  • Loading branch information
openshift-merge-bot[bot] authored Sep 13, 2024
2 parents cda3064 + 1163cd6 commit 8551a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/openshifttest/python:3.9

LABEL vendor="Red Hat Inc." maintainer="OCP Perfscale Team"

RUN curl -sSL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.15/openshift-client-linux.tar.gz | tar -xvzf - &&\
RUN curl -sSL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/stable/openshift-client-linux-amd64-rhel8.tar.gz | tar -xvzf - &&\
mv oc /bin && mv kubectl /bin && apt-get update && apt-get install -y gettext-base uuid-runtime jq && \
ln -s /bin/bash /usr/bin/bash && /usr/local/bin/python -m pip install --upgrade pip && pip install virtualenv jq

Expand Down

0 comments on commit 8551a85

Please sign in to comment.