2024-07-13 16:28:34 +02:00
|
|
|
# Builder
|
|
|
|
|
2025-05-18 22:16:49 +02:00
|
|
|
Common container image used for running application builds, CI pipelines, and deployment scripts based on Debian Trixie.
|
2024-07-13 16:28:34 +02:00
|
|
|
|
|
|
|
## Tools included
|
|
|
|
|
2025-05-18 22:16:49 +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.x - https://github.com/nodesource/distributions
|
2024-08-02 13:34:49 +02:00
|
|
|
- `pnpm` v9.5.0 - https://pnpm.io/
|
2025-05-18 22:16:49 +02:00
|
|
|
- `podman` trixie - https://packages.debian.org/trixie/podman
|
|
|
|
- `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
|