hello are all recent official SpiceDB docker image...
# spicedb
i
hello are all recent official SpiceDB docker images "distroless"? i noticed that newest official spicedb images do not have
/bin/sh
and i was wondering whether a version with a shell is also available. I think that it might be a good idea to include shell along with existing tools. overall, a small image is great. however, to do something like:
ENTRYPOINT spicedb serve --grpc-preshared-key "${SECRET}"
we need
/bin/sh
. currently, this won't work and it makes passing environmental variables a pain. unless someone worked out another way to do this. i would be certainly interested to know to pass environmental variables to the dockerfile entrypoint without a shell.