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 GitHub Codespaces

Warning

This image is experimental and not ready to be used in production!

This repository contains the NGINX proxy container image for use 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-alpine-fat

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