Skip to content
Snippets Groups Projects
Commit aa6c6776 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

create shiny user and group as 999:999,

to prevent 999 from being used by other user/group
parent beab47c2
No related branches found
No related tags found
1 merge request!28User id 999
Pipeline #133431 passed
Pipeline: shiny-k8s-example

#133444

    Pipeline: shiny-k8s-example

    #133432

      ...@@ -8,6 +8,9 @@ ENV SHINY_LOG_STDERR=1 ...@@ -8,6 +8,9 @@ ENV SHINY_LOG_STDERR=1
      EXPOSE 3838 EXPOSE 3838
      CMD ["shiny-server"] CMD ["shiny-server"]
      RUN addgroup --gid 999 shiny \
      && adduser --disabled-password --gecos '' --uid 999 --gid 999 shiny
      # install dependencies # install dependencies
      RUN apt-get update \ RUN apt-get update \
      && apt-get install -y \ && apt-get install -y \
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment