Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile.openshift-appliance
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ENV LIBGUESTFS_BACKEND=direct
RUN curl -sL -o /tmp/openshift-client-linux.tar.gz https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.22.1/openshift-client-linux.tar.gz || true
RUN tar xvzf /tmp/openshift-client-linux.tar.gz -C /usr/local/bin && chmod +x /usr/local/bin/oc

# Download oc-mirror
RUN curl -sL -o /tmp/oc-mirror.tar.gz https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.22.1/oc-mirror.tar.gz || true
# Download oc-mirror from CGW (Content Gateway)
RUN curl -sL -o /tmp/oc-mirror.tar.gz https://mirror.openshift.com/pub/cgw/oc-mirror/oc-mirror.tar.gz || true
RUN tar xvzf /tmp/oc-mirror.tar.gz -C /usr/local/bin && chmod +x /usr/local/bin/oc-mirror

# Copy openshift-appliance binary
Expand Down