Bump OPM to 1.51.0 (#4363)

Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
Sergio Castaño Arteaga 2025-04-23 09:46:25 +02:00 committed by GitHub
parent 63d9a2c4e4
commit 662fc4124a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM gitpod/workspace-postgres
RUN wget https://github.com/aquasecurity/trivy/releases/download/v0.56.1/trivy_0.56.1_Linux-64bit.deb \
&& sudo dpkg -i trivy_0.56.1_Linux-64bit.deb
RUN sudo wget https://github.com/operator-framework/operator-registry/releases/download/v1.47.0/linux-amd64-opm -O /usr/local/bin/opm \
RUN sudo wget https://github.com/operator-framework/operator-registry/releases/download/v1.51.0/linux-amd64-opm -O /usr/local/bin/opm \
&& sudo chmod +x /usr/local/bin/opm
RUN wget https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \
&& sudo tar -C /usr/local -xzf libtensorflow-cpu-linux-x86_64-2.11.0.tar.gz \

View File

@ -17,7 +17,7 @@ FROM golang:1.24-bullseye AS opm-installer
WORKDIR /tmp
RUN git clone https://github.com/operator-framework/operator-registry
WORKDIR /tmp/operator-registry/cmd/opm
RUN git checkout v1.47.0
RUN git checkout v1.51.0
RUN go install
# Final stage