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 0156696 commit 2858ffcCopy full SHA for 2858ffc
Dockerfile
@@ -12,9 +12,7 @@ ADD . "$GOPATH/src/github.com/bitnami-labs/kubewatch"
12
RUN cd "$GOPATH/src/github.com/bitnami-labs/kubewatch" && \
13
CGO_ENABLED=0 GOOS=linux GOARCH=$(dpkg --print-architecture) go build -a --installsuffix cgo --ldflags="-s" -o /kubewatch
14
15
-FROM cgr.dev/chainguard/static:latest-glibc
16
-
17
-COPY --from=busybox:1.35.0-uclibc /bin/sh /bin/ls /bin/cat /bin/ps /bin/
+FROM cgr.dev/chainguard/bash:latest
18
19
COPY --from=builder /kubewatch /bin/kubewatch
20
0 commit comments