Skip to content

Commit

Permalink
[v2] build-tools: updated operator-sdk to v0.17.1 (kedacore#854)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik [email protected]
  • Loading branch information
zroubalik authored and Zbynek Roubalik committed Jun 17, 2020
1 parent 3d372d5 commit 0c0da4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs

# Install operator-sdk
RUN RELEASE_VERSION=v0.17.0 && \
RUN RELEASE_VERSION=v0.17.1 && \
curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu && \
curl -LO https://github.com/operator-framework/operator-sdk/releases/download/${RELEASE_VERSION}/operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu.asc && \
gpg --keyserver keyserver.ubuntu.com --recv-key 7CC439CD21EE1031C3831C6590354A3F09FCE996 && \
gpg --keyserver keyserver.ubuntu.com --recv-key 8018D6F1B58E194625E38581D16086E39AF46519 && \
gpg --verify operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu.asc && \
chmod +x operator-sdk-${RELEASE_VERSION}-x86_64-linux-gnu && \
mkdir -p /usr/local/bin/ && \
Expand Down

0 comments on commit 0c0da4c

Please sign in to comment.