Skip to content

Commit 8254acf

Browse files
mayurwaghmodeAllda
authored andcommitted
Added opm CLI for ppc64le architecture
1 parent 988eff0 commit 8254acf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

operator-pipeline-images/Dockerfile-ppc64le

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ RUN dnf update -y && \
4141
COPY operator-pipeline-images/config/krb5.conf /etc/krb5.conf
4242

4343
# Install opm CLI for ppc64le
44-
RUN wget https://mirror.openshift.com/pub/openshift-v4/ppc64le/clients/ocp/4.6.22/opm-linux-4.6.22.tar.gz && \
45-
tar xvf opm-linux-4.6.22.tar.gz && \
46-
chmod +x opm && \
47-
mv opm /usr/local/bin/opm
44+
RUN curl -LO https://github.com/mayurwaghmode/operator-registry/releases/download/v1.19.5/linux-ppc64le-opm && \
45+
chmod +x linux-ppc64le-opm && \
46+
mv linux-ppc64le-opm /usr/local/bin/opm
4847

4948
RUN useradd -ms /bin/bash -u "${USER_UID}" user
5049

0 commit comments

Comments
 (0)