You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
FROM alpine:3.12.0 as fetcher
2
2
3
3
ARG KUSTOMIZE_VERSION=v3.8.1
4
+
ARG KUSTIMIZE_HELM_PLUGIN=v0.9.0-beta
4
5
5
6
RUN wget -O- https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64.tar.gz | tar xvz -C /usr/local/bin/
6
7
7
8
# RUN mv kustomize /usr/local/bin/kustomize
8
9
RUN chmod +x /usr/local/bin/kustomize
9
10
10
11
RUN mkdir -p /root/.config/kustomize/plugin/helm.kustomize.mgoltzsche.github.com/v1/chartrenderer && \
0 commit comments