Skip to content

Commit

Permalink
Update lp interop Dockerfile. Remove install of oc. Framework will in…
Browse files Browse the repository at this point in the history
…ject correct version of oc
  • Loading branch information
smatula committed Jan 12, 2024
1 parent b954be5 commit 59f9135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dockerfiles/interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ RUN microdnf update -y --nodocs --setopt=install_weak_deps=0 --setopt=*.excludep
&& microdnf install python3-lxml \
&& microdnf install wget

WORKDIR /usr/local/bin
RUN wget https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/linux/oc.tar.gz \
&& tar xvf oc.tar.gz
WORKDIR /bin
RUN wget -q https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/stable/openshift-client-linux.tar.gz \
&& tar xvf openshift-client-linux.tar.gz

RUN mkdir -p /tmp/tests/ansible-tests
WORKDIR /tmp/tests/ansible-tests
Expand Down

0 comments on commit 59f9135

Please sign in to comment.