Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update crd.Dockerfile
Browse files Browse the repository at this point in the history
binbin-li authored Oct 15, 2024
1 parent f62dddf commit 7a24966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crd.Dockerfile
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ ARG KUBE_VERSION
RUN echo "Ratify crd building on $TARGETOS, building for $TARGETARCH"

RUN apk add --no-cache curl && \
curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBE_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
curl -LO https://dl.k8s.io/release/v${KUBE_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl && \
chmod +x kubectl

FROM scratch as build

0 comments on commit 7a24966

Please sign in to comment.