File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ LABEL name="Starboard" \
55 version="v0.15.30" \
66 summary="Starboard Operator."
77
8- RUN microdnf install -y shadow-utils
8+ RUN microdnf upgrade -y --nodocs \
9+ && microdnf install -y shadow-utils \
10+ && microdnf clean all
11+
912RUN useradd -u 10000 starboard
1013WORKDIR /opt/bin/
1114COPY starboard-operator-fips /usr/local/bin/starboard-operator
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ LABEL name="Starboard" \
99 release=v0.15.30 \
1010 description="Starboard Operator."
1111
12- RUN microdnf install -y shadow-utils
12+ RUN microdnf upgrade -y --nodocs \
13+ && microdnf install -y shadow-utils \
14+ && microdnf clean all
1315RUN useradd -u 10000 starboard
1416WORKDIR /opt/bin/
1517COPY starboard-operator /usr/local/bin/starboard-operator
You can’t perform that action at this time.
0 commit comments