1 parent f8f58a4 commit b9652aeCopy full SHA for b9652ae
1 file changed
README.md
@@ -21,3 +21,17 @@ On pushes to `main`, CI publishes for each changed image:
21
22
See `AGENTS.md` for the full standards.
23
24
+## Local Build
25
+
26
+Build the image for your host architecture and load it into your local Docker daemon:
27
28
+```bash
29
+./scripts/build-one.sh <image>
30
+```
31
32
+## Adding An Image
33
34
+1. Copy `images/_template/` to `images/<image>/`.
35
+2. Add `images/<image>/Dockerfile`.
36
+3. Edit `images/<image>/image.toml`:
37
+ - Set `version` when you want a stable tag like `:<version>` in addition to `:latest`.
0 commit comments