buildkite / agent-stack-k8s

Spin up an autoscaling stack of Buildkite Agents on Kubernetes
MIT License
79 stars 30 forks source link

Plugin assumes there is a working shell at /bin/sh and there often isn't one #222

Closed c2h5oh closed 8 months ago

c2h5oh commented 10 months ago

This breaks one of the more common things that are going to be used with this plugin: Kaniko - only debug image has a shell, regular one doesn't.

This should at the very least be documented.

DrJosh9000 commented 10 months ago

Hi @c2h5oh, thanks for pointing that out. We'll look into documenting this requirement better.