buildbarn/bb-storage

Missing shell in bb-storage docker image

ferraith opened this issue · 1 comments

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:

From my understanding the pure flag ensure that an app-only image is built.

Closing this, as @ferraith found a way to debug without putting a shell in the container.