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
|
|
|
|
|
2024-08-02 13:34:49 +02:00
|
|
|
- `ansible` latest - https://www.ansible.com/
|
|
|
|
- `docker` latest - https://www.docker.com/
|
|
|
|
- `curl` bookworm - https://packages.debian.org/bookworm/curl
|
|
|
|
- `git` bookworm - https://packages.debian.org/bookworm/git
|
|
|
|
- `gpg` bookworm - https://packages.debian.org/bookworm/gpg
|
|
|
|
- `kubectl` v1.30.2 - https://kubectl.docs.kubernetes.io/
|
|
|
|
- `node` v20.x - https://nodejs.org/
|
|
|
|
- `pnpm` v9.5.0 - https://pnpm.io/
|
|
|
|
- `ssh` bookworm - https://packages.debian.org/bookworm/openssh-client
|
|
|
|
- `yq` v4.44.2 - https://github.com/mikefarah/yq
|