Add version pinned if pinned to the readme along with links to the website for each tool included. Add missing links to references used when creating the Dockerfile.
16 lines
667 B
Markdown
16 lines
667 B
Markdown
# Builder
|
|
|
|
Common docker image used for running application builds, CI pipelines, and deployment scripts based on Debian 12.
|
|
|
|
## Tools included
|
|
|
|
- `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
|