Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build: Dockerfile: remove OCM install (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed Jul 4, 2023
1 parent 8a9c764 commit 353226c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,11 @@ RUN yum install -y --quiet \

ARG CURL_OPTIONS="--silent --location --fail --show-error"


# ARG OCP_CLI_URL=https://people.redhat.com/~kpouget/22-08-26/openshift-client-linux.tar.gz
# ARG OCM_CLI_URL=https://people.redhat.com/~kpouget/22-10-05/ocm-linux-amd64

ARG OCP_CLI_VERSION=latest
ARG OCP_CLI_URL=https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/${OCP_CLI_VERSION}/openshift-client-linux.tar.gz

ARG OCM_CLI_VERSION=v0.1.63
ARG OCM_CLI_URL=https://github.com/openshift-online/ocm-cli/releases/download/${OCM_CLI_VERSION}/ocm-linux-amd64

# RUN curl ${CURL_OPTIONS} ${OCM_CLI_URL} --output /usr/local/bin/ocm && chmod +x /usr/local/bin/ocm

RUN curl ${CURL_OPTIONS} ${OCP_CLI_URL} | tar xfz - -C /usr/local/bin oc

# Set up Ansible
Expand Down

0 comments on commit 353226c

Please sign in to comment.