Skip to content

Commit

Permalink
chore(plugins): adding plugins dir and application name (#1068)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Brandon Powell and mergify[bot] authored Feb 26, 2020
1 parent 2083a9a commit 5c82ba6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ MAINTAINER [email protected]
COPY gate-web/build/install/gate /opt/gate
RUN apk --no-cache add --update bash openjdk11-jre
RUN adduser -D -S spinnaker
RUN mkdir plugins && chown -R 100:100 plugins
USER spinnaker
CMD ["/opt/gate/bin/gate"]
1 change: 1 addition & 0 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ MAINTAINER [email protected]
COPY gate-web/build/install/gate /opt/gate
RUN apt-get update && apt-get -y install openjdk-11-jre-headless wget
RUN adduser --disabled-login --system spinnaker
RUN mkdir plugins && chown -R 102:nogroup plugins
USER spinnaker
CMD ["/opt/gate/bin/gate"]
1 change: 1 addition & 0 deletions Dockerfile.ubuntu-java8
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ MAINTAINER [email protected]
COPY gate-web/build/install/gate /opt/gate
RUN apt-get update && apt-get -y install openjdk-8-jre-headless wget
RUN adduser --disabled-login --system spinnaker
RUN mkdir plugins && chown -R 102:nogroup plugins
USER spinnaker
CMD ["/opt/gate/bin/gate"]

0 comments on commit 5c82ba6

Please sign in to comment.