We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004b63f commit aa148c1Copy full SHA for aa148c1
example/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM quay.io/joelanford/helm-operator:latest
+FROM quay.io/joelanford/helm-operator:master
2
3
ENV HOME=/opt/helm
4
-COPY watches.yaml ${HOME}/watches.yaml
5
-COPY helm-charts ${HOME}/helm-charts
+COPY --chown=65532 watches.yaml ${HOME}/watches.yaml
+COPY --chown=65532 helm-charts ${HOME}/helm-charts
6
WORKDIR ${HOME}
0 commit comments