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 4ca45c2 commit 0b8c564Copy full SHA for 0b8c564
Dockerfile
@@ -12,7 +12,7 @@ RUN ./kube-pool-manager --help
12
#############################################
13
# FINAL IMAGE
14
15
-FROM gcr.io/distroless/base
+FROM gcr.io/distroless/static
16
ENV LOG_JSON=1 \
17
LEASE_ENABLE=1
18
COPY --from=build /go/src/github.com/webdevops/kube-pool-manager/kube-pool-manager /
0 commit comments