Switch to numeric user id (#5203)

Signed-off-by: Bart Verwilst <bart@verwilst.be>
pull/5231/head
Bort Verwilst 6 years ago committed by Matthew Fisher
parent 240e539cec
commit 074dbcde4f

@ -22,6 +22,6 @@ COPY helm /helm
COPY tiller /tiller
EXPOSE 44134
USER nobody
USER 65534
ENTRYPOINT ["/tiller"]

@ -21,6 +21,6 @@ ENV HOME /tmp
COPY tiller /tiller
EXPOSE 44134
USER nobody
USER 65534
ENTRYPOINT ["/tiller", "--experimental-release"]

Loading…
Cancel
Save