Files
wayfinderak 9ddab5f1fa
Build and Push Container / docker (pull_request) Failing after 5s
feat(delivery): publish immutable source images and declare release
2026-09-11 08:53:23 +00:00

6 lines
741 B
Markdown

# Service release contract
Butler resolves this repository's protected source revision to verified immutable images. The platform updates only image references in the existing production Compose file and restarts only the already running application services. It preserves current environment, storage, routes, and provider configuration. It retains previous application images and restores them if readiness fails.
Migration and maintenance images are pinned when declared, but this release operation does not run database migrations or maintenance jobs. A release requiring a schema change needs the corresponding explicit platform migration first. No homelab image-pin commit is required for an ordinary compatible application release.