File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ RUN wget -O- https://github.com/kubernetes-sigs/kustomize/releases/download/kust
77# RUN mv kustomize /usr/local/bin/kustomize
88RUN chmod +x /usr/local/bin/kustomize
99
10+ RUN mkdir -p /root/.config/kustomize/plugin/helm.kustomize.mgoltzsche.github.com/v1/chartrenderer && \
11+ wget -O- https://github.com/mgoltzsche/helm-kustomize-plugin/releases/v0.9.0-beta/download/helm-kustomize-plugin > /root/.config/kustomize/plugin/helm.kustomize.mgoltzsche.github.com/v1/chartrenderer/ChartRenderer && \
12+ chmod u+x /root/.config/kustomize/plugin/helm.kustomize.mgoltzsche.github.com/v1/chartrenderer/ChartRenderer
13+
1014FROM alpine:3.12.0
1115
1216WORKDIR /workdir
@@ -16,3 +20,4 @@ ENTRYPOINT [ "/usr/local/bin/kustomize" ]
1620RUN apk add git --no-cache
1721
1822COPY --from=fetcher /usr/local/bin/kustomize /usr/local/bin/kustomize
23+ COPY --from=fetcher /root/.config/kustomize/plugin/helm.kustomize.mgoltzsche.github.com/v1/chartrenderer/ChartRenderer /root/.config/kustomize/plugin/helm.kustomize.mgoltzsche.github.com/v1/chartrenderer/ChartRenderer
You can’t perform that action at this time.
0 commit comments