Skip to content

Commit 3d61d93

Browse files
fix: set user
Signed-off-by: Ricky Moorhouse <[email protected]>
1 parent a59bdf9 commit 3d61d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal
1818
ARG USER_UID
1919
ARG USER_NAME
2020

21-
ENV USER_UID ${USER_UID:-1001}
22-
ENV USER_NAME ${USER_NAME:-apic}
21+
ENV USER_UID 1001
22+
ENV USER_NAME apic
2323
RUN mkdir -p ${HOME} && chown ${USER_UID}:0 ${HOME} && chmod ug+rwx ${HOME}
2424

2525
COPY --from=build /app/out/trawler /app/trawler

0 commit comments

Comments
 (0)