This commit is contained in:
parent
56910a39d5
commit
86c95a0f63
@ -7,8 +7,8 @@ RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 |
|
||||
COPY createHelmYaml.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/createHelmYaml.sh
|
||||
|
||||
RUN useradd -ms /bin/bash notroot
|
||||
USER notroot
|
||||
RUN useradd -ms /bin/bash user
|
||||
USER user
|
||||
|
||||
WORKDIR /home/newuser
|
||||
WORKDIR /home/user
|
||||
ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh
|
||||
Loading…
x
Reference in New Issue
Block a user