Skip to content

ministryofjustice/analytical-platform-ingestion-notify

Repository files navigation

Analytical Platform Ingestion Notify

repo standards badge

This image is used in the Analytical Platform Ingestion service. It is deployed as an AWS Lambda function within the analytical-platform-ingestion account.

Running Locally

Build

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

Run

docker run -it --rm \
  --platform linux/amd64 \
  --hostname ingestion-notify \
  --name analytical-platform-ingestion-notify \
  analytical-platform.service.justice.gov.uk/ingestion-notify:local

Versions

Lambda Image

Generally Dependabot does this, but the following command will return the digest:

docker pull --platform linux/amd64 public.ecr.aws/lambda/python:3.12
docker image inspect --format='{{index .RepoDigests 0}}' public.ecr.aws/lambda/python:3.12