Skip to content

ministryofjustice/analytical-platform-kubectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analytical Platform Kubectl

repo standards badge

This repository is managed in Terraform here.

This repository contains the GitHub Kubectl container image for use in the Analytical Platform.

Running Locally

Build

docker build --platform linux/amd64 --file Dockerfile --tag analytical-platform.service.justice.gov.uk/kubectl:local .

Run

docker run -it --rm \
  --platform linux/amd64 \
  --name analytical-platform-actions-runner \
  analytical-platform.service.justice.gov.uk/actions-runner:local

Versions

Alpine

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

APT Packages

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