Missing shell in bb-storage docker image
ferraith opened this issue · 1 comments
ferraith commented
From your statement #27 I would expect that a shell e.g. sh
is baked into the docker image published to Docker Hub. Because kubectl exec ...
is failing for me I extracted the image, but couldn't find any shell.
I assume this is because go_image
is called:
bb-storage/cmd/bb_storage/BUILD.bazel
Line 40 in 81407c8
From my understanding the pure flag ensure that an app-only image is built.
EdSchouten commented
Closing this, as @ferraith found a way to debug without putting a shell in the container.