max / alloy
1 file changed,
+3 insertions,
-1 deletion
| @@ -1,6 +1,8 @@ | |||
| 1 | 1 | # Alloy — bootable container image | |
| 2 | 2 | # | |
| 3 | - | # Built with `podman build`. Published to quay.io/alloy/alloy. | |
| 3 | + | # Built with `podman build`. Nothing is published: distribution is the builder | |
| 4 | + | # and not the artifact, so `quay.io/alloy/alloy` is not a future address either | |
| 5 | + | # (decided 2026-07-30; docs/STACK.md#distribution, docs/IMAGE.md). | |
| 4 | 6 | # See docs/IMAGE.md for the composition strategy and rationale. | |
| 5 | 7 | # | |
| 6 | 8 | # Layer order optimizes rebuild speed: repos first (rarely change), |