Skip to content

Commit

Permalink
Adding existing starboard license in ubi image (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
anupamtamrakar authored Aug 8, 2022
1 parent 2b59338 commit 37af6ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/starboard-operator/Dockerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5

LABEL name="Starboard" \
vendor="Aqua Security Software Ltd." \
version="v0.15.7" \
summary="Starboard Operator."

RUN microdnf install shadow-utils
RUN useradd -u 10000 starboard
WORKDIR /opt/bin/
COPY starboard-operator /usr/local/bin/starboard-operator
COPY LICENSE LICENSE

USER starboard

Expand Down

0 comments on commit 37af6ba

Please sign in to comment.