The official docker image is based on scratch. This makes it hard to do things like this:
docker run ... --entrypoint "echo \$NATS_CONFIG > /stan.conf && exec '/nats-streaming-server -c /stan.conf $@'" ...
This image is based on alpine so you can do things like that :)
Check it out on docker hub.
Image size: 7mb