Skip to content

Commit b9652ae

Browse files
committed
docs: document local build and image creation
1 parent f8f58a4 commit b9652ae

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,17 @@ On pushes to `main`, CI publishes for each changed image:
2121

2222
See `AGENTS.md` for the full standards.
2323

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

Comments
 (0)