We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58de11 commit a3a03d7Copy full SHA for a3a03d7
Dockerfile
@@ -12,10 +12,9 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o k8s-athen
12
# Final stage: minimal runtime image
13
FROM alpine:latest
14
15
-# Install CA certificates and timezone data (Essential for logs and HTTPS)
16
-RUN apk --no-cache add ca-certificates tzdata
17
-WORKDIR /
+RUN apk --no-cache add ca-certificates
18
+WORKDIR /
19
COPY --from=builder /workspace/k8s-athenz-syncer /usr/bin/k8s-athenz-syncer
20
21
# TODO: Consider using a non-root user for better security practices
0 commit comments