This packages Debian in various releases based on coldrye/debian ready for deployment of containerized services with a predefined entry point.
Images are released for the following debian releases.
- jessie
- testing (stretch)
See https://hub.docker.com/r/coldrye/debian-tini/tags/ for a complete list.
The entry point it set to ["/usr/local/sbin/tini", "-vv", "-q", "--"].
Derived images simply provide a command (CMD) to be executed by tini
, e.g.
CMD ["/run.sh"]
Please note that the executed command must not detach itself.