docker-webhook
docker-webhook copied to clipboard
/bin/sh is missing from the image
since the image basically just contains the webhook binary since 8a025d2, all programs that aren't a single binary can't be executed by a webhook without modification of the image. this includes all shell scripts.
not having a package manager included complicates building upon this image as well.