Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 3.84 KB

File metadata and controls

44 lines (27 loc) · 3.84 KB

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