(advisory — machine-generated by hermes3:8b, ~664 tokens; not verified. This is the LLM's own note; the operator writes their own write-up separately.)
What happened: The nginx-frontweb service experienced a crash-loop following an automatic update. The update pulled in the latest upstream CI build of the docker-gen container, which included changes to the docker-entrypoint.sh script. This new version of the entrypoint script ran 'command -v' on our flag-style command under set -eu, causing the probe to return non-zero and aborting the container before its fallback. Consequently, the health check failed, triggering a rollback to the previous images.
How it was resolved: The self-hosted compose-orchestration cluster automatically rolled back to the previous image version after the post-update health check failed.
Prevention: