Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
opsmxdemo authored and byrisettya committed Mar 9, 2021
1 parent 8d46404 commit 5dfca09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Docker-opsmx-ubi8-gate.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER sig-platform@spinnaker.io
COPY ./gate-web/build/install/gate /opt/gate
RUN yum -y install java-11-openjdk-headless.x86_64 wget vim
RUN adduser spinnaker

RUN mkdir -p /opt/gate/plugins
USER spinnaker
CMD ["/opt/gate/bin/gate"]

0 comments on commit 5dfca09

Please sign in to comment.