No description
- Dockerfile 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .forgejo/workflows | ||
| hugo-builder | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
images
Container images, built and pushed automatically via Forgejo Actions.
Each top-level directory contains a Containerfile for a single image. On push to main or staging, the workflow at .forgejo/workflows/build-and-push.yml detects which image directories changed and builds/pushes only those, tagging with latest (or staging) and the commit SHA to git.unixworld.org/tsvetan/images/<name>.
Images
- hugo-builder — Node (trixie) base with Hugo (extended), Buildah, Podman, and Go, for building and packaging Hugo sites into containers.
Adding a new image
- Create a new directory with a
Containerfile. - Push to
main(orstaging) — the workflow picks up any directory containing a changedContainerfileand builds/pushes it automatically.