Skip to content

Analytical Platform Cloud Development Environment NGINX Proxy • This repository is defined and managed in Terraform

License

Notifications You must be signed in to change notification settings

ministryofjustice/analytical-platform-cloud-development-environment-nginx-proxy

Repository files navigation

Analytical Platform Cloud Development Environment NGINX Proxy

repo standards badge

Open in Dev Container

Open in GitHub Codespaces

This repository contains the NGINX proxy container image used by the Cloud Development Environment tools on the Analytical Platform.

Running Locally

Build

make build

Test

make test

Run

make run

Open a browser http://localhost:3000

Managing Software Versions

Base Image

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

docker pull --platform linux/amd64 docker.io/openresty/openresty:1.25.3.2-3-alpine-fat

docker image inspect --format='{{index .RepoDigests 0}}' docker.io/openresty/openresty:1.25.3.2-3-alpine-fat