* The _zola_ container image no longer contains Python, but it does
contain `pause`.
* When using `python` as the entry point, we need to explicitly register
a signal handler for SIGTERM, otherwise `signal.pause()` will never
return.
* The _rsync_ container image now has a default pause entry point.