Skip to content

Commit

Permalink
Upgrade opm to 1.26.2 in Dockerfile-workers
Browse files Browse the repository at this point in the history
This commit upgrades the `opm` from `1.21.0` to `1.26.2` in
Dockerfile-workers for dev environment.

Refers to CLOUDDST-15194
  • Loading branch information
JAVGan committed Oct 26, 2022
1 parent 9691e1a commit 18c04a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-workers
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN dnf -y install \
&& dnf update -y \
&& dnf clean all

ADD https://github.com/operator-framework/operator-registry/releases/download/v1.21.0/linux-amd64-opm /usr/bin/opm
ADD https://github.com/operator-framework/operator-registry/releases/download/v1.26.2/linux-amd64-opm /usr/bin/opm
RUN chmod +x /usr/bin/opm
ADD https://github.com/fullstorydev/grpcurl/releases/download/v1.8.5/grpcurl_1.8.5_linux_x86_64.tar.gz /src/grpcurl_1.8.5_linux_x86_64.tar.gz
RUN cd /usr/bin && tar -xf /src/grpcurl_1.8.5_linux_x86_64.tar.gz grpcurl && rm -f /src/grpcurl_1.8.5_linux_x86_64.tar.gz
Expand Down

0 comments on commit 18c04a3

Please sign in to comment.