Daily build the default Forgejo Runner's container image used by this forge
  • Dockerfile 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Renovate Bot 21f9c3f0c5
All checks were successful
Build and Push image / build-and-push-1 (push) Successful in 2m22s
Build and Push image / build-and-push (push) Successful in 0s
chore(deps): update public.ecr.aws/aws-cli/aws-cli docker tag to v2.36.2
2026-07-18 02:09:45 +00:00
.forgejo/workflows chore(ci): add concurrency 2026-07-15 17:02:59 +03:00
Containerfile chore(deps): update public.ecr.aws/aws-cli/aws-cli docker tag to v2.36.2 2026-07-18 02:09:45 +00:00
LICENSE Initial commit 2026-07-15 16:39:13 +03:00
README.md Initial commit 2026-07-15 16:39:13 +03:00
renovate.json Initial commit 2026-07-15 16:39:13 +03:00

Forgejo runner image

Container image for Forgejo runners, kept automatically up to date.

The image is based on debian:stable-slim and ships a minimal set of tools commonly needed by my CI jobs.

How it stays up to date

Mechanism What it does
Scheduled build (.forgejo/workflows/build-and-push.yml) Rebuilds and pushes the image every day via Forgejo Actions, always pulling the latest debian:stable-slim and packages.
Renovate (renovate.json) Opens PRs when dependencies change.

License

MIT.