Tag Immutability
Containers built here do not use immutable tags in the traditional sense, as seen with linuxserver.io or Bitnami. Instead, we insist on pinning to the sha256 digest of the image. While this approach is less visually appealing, it ensures functionality and immutability.
| Container | Immutable |
|---|---|
ghcr.io/trueforge-org/home-assistant:rolling | ❌ |
ghcr.io/trueforge-org/home-assistant:2025.5.1 | ❌ |
ghcr.io/trueforge-org/home-assistant:rolling@sha256:8053... | ✅ |
ghcr.io/trueforge-org/home-assistant:2025.5.1@sha256:8053... | ✅ |