All checks were successful
/ build (push) Successful in 2m28s
Replace Docker buildx based container building with buildah configured for running in a Forgejo runner that's inside a rootless Podman deployment. This also removes kubectl and ansible as my infrastructure is not going to target these technologies for deployment.
14 lines
604 B
Markdown
14 lines
604 B
Markdown
# Builder
|
|
|
|
Common container image used for running application builds, CI pipelines, and deployment scripts based on Debian Trixie.
|
|
|
|
## Tools included
|
|
|
|
- `buildah` trixie - https://packages.debian.org/trixie/buildah
|
|
- `curl` trixie - https://packages.debian.org/trixie/curl
|
|
- `git` trixie - https://packages.debian.org/trixie/git
|
|
- `node` v22.x - https://github.com/nodesource/distributions
|
|
- `pnpm` v9.5.0 - https://pnpm.io/
|
|
- `podman` trixie - https://packages.debian.org/trixie/podman
|
|
- `ssh` trixie - https://packages.debian.org/trixie/openssh-client
|
|
- `yq` v4.44.2 - https://github.com/mikefarah/yq
|