mirror of https://github.com/artifacthub/hub.git
Bump OPM to 1.51.0 (#4363)
Signed-off-by: Sergio Castaño Arteaga <tegioz@icloud.com>
This commit is contained in:
parent
63d9a2c4e4
commit
662fc4124a
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue