Rounak Datta
08/16/2022, 6:06 PMbmuschko/gradle-docker-plugin
for spinning up the container in the Gradle bootstrap script. The plugin uses /bin/sh to log into the container and run a healthcheck command.
However the plugin supports only POSIX shells: https://github.com/bmuschko/gradle-docker-plugin/blob/master/gradlew#L32 and I noticed that Cerbos Dockerfile uses alpine & doesn't have /bin/sh. Do you have any suggestions around this?Charith (Cerbos)
08/16/2022, 7:07 PMcerbos healthcheck
command: https://docs.cerbos.dev/cerbos/latest/cli/cerbos.html#healthcheckRounak Datta
08/17/2022, 9:46 AM