We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be6ace commit c7143c0Copy full SHA for c7143c0
1 file changed
Dockerfile
@@ -12,11 +12,11 @@ RUN go mod download
12
COPY cmd cmd
13
14
# Build
15
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o kjournal cmd/*
+RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o gitops-zombies cmd/*
16
17
-FROM alpine:3.16 as kjournal-cli
+FROM alpine:3.16 as gitops-zombies-cli
18
WORKDIR /
19
-COPY --from=builder /workspace/kjournal /usr/bin/
+COPY --from=builder /workspace/gitops-zombies /usr/bin/
20
USER 65532:65532
21
22
ENTRYPOINT ["/usr/bin/gitops-zombies"]
0 commit comments