Skip to content

Commit f640c7d

Browse files
ValentinGerlachreshnm
authored andcommitted
Run as root
1 parent b712cdb commit f640c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG COMPONENT
55
WORKDIR /
66
COPY bin/$COMPONENT.$TARGETOS-$TARGETARCH /<component>
77
RUN apk add --no-cache docker-cli kind
8-
USER 65532:65532
8+
# USER 65532:65532
99

1010
# docker doesn't substitue args in ENTRYPOINT, so we replace this during the build script
11-
ENTRYPOINT ["/<component>"]
11+
ENTRYPOINT ["/<component>"]

0 commit comments

Comments
 (0)