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.
2 parents 2130eb7 + 78d6796 commit e485465Copy full SHA for e485465
Dockerfile
@@ -4,6 +4,8 @@ FROM gcr.io/distroless/base:nonroot
4
# Ref: https://docs.docker.com/buildx/working-with-buildx/
5
ARG TARGETPLATFORM
6
7
+USER 1000:1000
8
+
9
COPY ./builds/${TARGETPLATFORM}/preflight /bin/preflight
10
# load in an example config file
11
ADD ./agent.yaml /etc/preflight/agent.yaml
0 commit comments