Switch to numeric user id (#5203)

Signed-off-by: Bart Verwilst <bart@verwilst.be>
Signed-off-by: Kevin Labesse <kevin@labesse.me>
pull/4961/head^2
Bort Verwilst 7 years ago committed by Matthew Fisher
parent d3474313e4
commit bdaf001aba

@ -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