mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
add alternative binary name for operator-sdk
This commit is contained in:
parent
7e13271dfc
commit
c825572faf
1 changed files with 2 additions and 2 deletions
|
|
@ -84,9 +84,9 @@ RUN curl --retry 6 -Ls "https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.ta
|
|||
COPY --from=opm /src/operator-registry/bin/opm /usr/local/bin/opm
|
||||
|
||||
# Operator-SDK
|
||||
RUN curl -o /usr/local/bin/operator-sdk -L \
|
||||
RUN curl -o /usr/local/bin/operator-sdk_linux_amd64 -L \
|
||||
https://github.com/operator-framework/operator-sdk/releases/download/v${OPERATORSDK_VERSION}/operator-sdk_linux_amd64 \
|
||||
; chmod +x /usr/local/bin/operator-sdk
|
||||
; chmod +x /usr/local/bin/operator-sdk_linux_amd64 ; ln -s /usr/local/bin/operator-sdk_linux_amd64 /usr/local/bin/operator-sdk
|
||||
|
||||
# Kustomize
|
||||
COPY --from=kustomize /go/bin/kustomize /usr/local/bin/kustomize
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue