2024-07-13 16:28:34 +02:00
|
|
|
# Builder
|
|
|
|
|
|
|
|
Common docker image used for running application builds, CI pipelines, and deployment scripts based on Debian 12.
|
|
|
|
|
|
|
|
## Tools included
|
|
|
|
|
2025-05-16 17:42:27 +02:00
|
|
|
- `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.15.1 - https://nodejs.org/
|
2024-08-02 13:34:49 +02:00
|
|
|
- `pnpm` v9.5.0 - https://pnpm.io/
|
2025-05-18 00:55:04 +02:00
|
|
|
- `podman` trixie - https://packages.debian.org/trixie/podman
|
2025-05-16 17:42:27 +02:00
|
|
|
- `ssh` trixie - https://packages.debian.org/trixie/openssh-client
|
2024-08-02 13:34:49 +02:00
|
|
|
- `yq` v4.44.2 - https://github.com/mikefarah/yq
|