From 466c9ef7be33580b2c6a14f84cf09cba9a3df046 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Fri, 2 Aug 2024 13:34:49 +0200 Subject: [PATCH] Document versions included and link to sources 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. --- Dockerfile | 3 +++ Readme.md | 19 ++++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c1226e..2b77912 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,4 +54,7 @@ RUN set -eux; \ # References: # - ansible: https://docs.ansible.com/ansible/latest/installation_guide/installation_distros.html#installing-ansible-on-debian # - docker: https://docs.docker.com/engine/install/debian/#install-from-a-package +# - kubectl: https://kubectl.docs.kubernetes.io/installation/kubectl/binaries/ # - node: https://github.com/nodesource/distributions#installation-instructions-deb +# - pnpm: https://nodejs.org/api/corepack.html#upgrading-the-global-versions +# - yq: https://github.com/mikefarah/yq?tab=readme-ov-file#install diff --git a/Readme.md b/Readme.md index d35c954..dd1d54d 100644 --- a/Readme.md +++ b/Readme.md @@ -4,12 +4,13 @@ Common docker image used for running application builds, CI pipelines, and deplo ## Tools included -- `ansible` - https://www.ansible.com/ -- `docker` -- `curl` -- `git` -- `kubectl` -- `node` -- `pnpm` -- `ssh` -- `yq` - https://github.com/mikefarah/yq +- `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