Skip to content

Commit 2858ffc

Browse files
committed
changed base image
allows for kubectl exec into pod and kubewatch debugging if there is an issue
1 parent 0156696 commit 2858ffc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ ADD . "$GOPATH/src/github.com/bitnami-labs/kubewatch"
1212
RUN cd "$GOPATH/src/github.com/bitnami-labs/kubewatch" && \
1313
CGO_ENABLED=0 GOOS=linux GOARCH=$(dpkg --print-architecture) go build -a --installsuffix cgo --ldflags="-s" -o /kubewatch
1414

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/
15+
FROM cgr.dev/chainguard/bash:latest
1816

1917
COPY --from=builder /kubewatch /bin/kubewatch
2018

0 commit comments

Comments
 (0)