We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b712cdb commit f640c7dCopy full SHA for f640c7d
Dockerfile
@@ -5,7 +5,7 @@ ARG COMPONENT
5
WORKDIR /
6
COPY bin/$COMPONENT.$TARGETOS-$TARGETARCH /<component>
7
RUN apk add --no-cache docker-cli kind
8
-USER 65532:65532
+# USER 65532:65532
9
10
# docker doesn't substitue args in ENTRYPOINT, so we replace this during the build script
11
-ENTRYPOINT ["/<component>"]
+ENTRYPOINT ["/<component>"]
0 commit comments