Skip to content

Commit

Permalink
Merge pull request #10147 from vavuthu/fix_container_image
Browse files Browse the repository at this point in the history
use silent and location for curl downloads
  • Loading branch information
vavuthu authored Jul 19, 2024
2 parents c852263 + 5ea836c commit cac9e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker_files/ocsci_container/Containerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s
&& chmod +x kubectl \
&& mv kubectl /usr/local/bin/

RUN curl https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz | tar -C /usr/local/bin -zxvf - oc
RUN curl -sL https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/openshift-client-linux.tar.gz | tar -C /usr/local/bin -zxvf - oc

RUN dnf install -y --nodocs python39 git jq rsync make \
&& dnf clean all \
Expand Down

0 comments on commit cac9e60

Please sign in to comment.