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 b80bb63 commit e407347Copy full SHA for e407347
Dockerfile
@@ -7,7 +7,7 @@ COPY api api
7
COPY main.go main.go
8
RUN CGO_ENABLED=0 go build -a -o galactic-agent main.go
9
10
-FROM gcr.io/distroless/static:nonroot
+FROM gcr.io/distroless/static:root
11
WORKDIR /
12
COPY --from=builder /workspace/galactic-agent .
13
ENTRYPOINT ["/galactic-agent"]
0 commit comments