This repository is managed in Terraform here.
This repository contains the GitHub Kubectl container image for use in the Analytical Platform.
docker build --platform linux/amd64 --file Dockerfile --tag analytical-platform.service.justice.gov.uk/kubectl:local .
docker run -it --rm \
--platform linux/amd64 \
--name analytical-platform-actions-runner \
analytical-platform.service.justice.gov.uk/actions-runner:local
Generally Dependabot does this, but the following command will return the digest:
docker pull --platform linux/amd64 docker.io/alpine:3.19.1
docker image inspect --format='{{index .RepoDigests 0}}' docker.io/alpine:3.19.1
To find latest APT package versions, you can run the following:
docker run -it --rm --platform linux/amd64 docker.io/alpine:3.19.1
apk update
apk policy ${PACKAGE} # for example curl, git or gpg