File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,10 @@ ENV USER_NAME=agent
19
19
# install operator binary
20
20
COPY --from=builder /workspace/bin/agent /usr/local/bin/agent
21
21
22
+ RUN microdnf update -y && microdnf clean all
23
+
22
24
COPY ./agent/scripts/user_setup /usr/local/scripts/user_setup
23
25
RUN /usr/local/scripts/user_setup
24
26
25
- RUN microdnf update -y && \
26
- microdnf clean all
27
-
28
27
USER ${USER_UID}
29
28
ENTRYPOINT ["/usr/local/bin/agent" ]
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ ENV USER_NAME=manager
20
20
# install operator binary
21
21
COPY --from=builder /workspace/bin/manager /usr/local/bin/manager
22
22
23
+
24
+ RUN microdnf update -y && microdnf clean all
25
+
23
26
COPY ./manager/scripts/user_setup /usr/local/scripts/user_setup
24
27
RUN /usr/local/scripts/user_setup
25
28
26
- RUN microdnf update -y && \
27
- microdnf clean all
28
-
29
29
USER ${USER_UID}
30
30
ENTRYPOINT ["/usr/local/bin/manager" ]
You can’t perform that action at this time.
0 commit comments