Skip to content

Commit

Permalink
fix url for fetching kustomize in dockerfile (#2269)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraysonNull committed Oct 26, 2021
1 parent 020da5b commit dd319fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dev/Dockerfile.skaffold
Expand Up @@ -115,7 +115,7 @@ ENV KOTS_KUSTOMIZE_BIN_DIR=/usr/local/bin

# Install kustomize 3
ENV KUSTOMIZE3_VERSION=3.10.0
ENV KUSTOMIZE3_URL=https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE3_VERSION}/kustomize_v${KUSTOMIZE3_VERSION}_linux_amd64.tar.gz
ENV KUSTOMIZE3_URL=https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v${KUSTOMIZE3_VERSION}/kustomize_v${KUSTOMIZE3_VERSION}_linux_amd64.tar.gz
ENV KUSTOMIZE3_SHA256SUM=bab4ab8881718c29ba174bdf677fd89986ad25c40eb363fec9e78c1aff2ff0ea
RUN curl -fsSL -o kustomize.tar.gz "${KUSTOMIZE3_URL}" \
&& echo "${KUSTOMIZE3_SHA256SUM} kustomize.tar.gz" | sha256sum -c - \
Expand Down

0 comments on commit dd319fa

Please sign in to comment.