Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
#17 Renaming OC folder
Browse files Browse the repository at this point in the history
  • Loading branch information
marcionemec-daitan committed Mar 1, 2024
1 parent 1ae82b6 commit af5a9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile_Polaris
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN echo $teste
COPY . .

# Install OC
RUN tar -xvf oc/openshift-client-linux-4.5.0-0.okd-2020-07-14-153706-ga.tar.gz
RUN ./oc version
RUN mkdir oc_bin
RUN tar -xvf oci_core/openshift-client-linux-4.5.0-0.okd-2020-07-14-153706-ga.tar.gz oc_bin
RUN ./oc_bin/oc version

RUN python3 src/main.py $test_mode

0 comments on commit af5a9b9

Please sign in to comment.