Skip to content

Instantly share code, notes, and snippets.

@oxpa
oxpa / Dockerfile
Last active May 5, 2023 14:21 — forked from nginx-gists/Dockerfile
Dockerfiles for NGINX Plus (Alpine Linux 3.17 and Debian bullseye -11-), from “Deploying NGINX and NGINX Plus with Docker”
FROM debian:bullseye-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
# Define NGINX versions for NGINX Plus and NGINX Plus modules
# Uncomment this block and the versioned nginxPackages block in the main RUN
# instruction to install a specific release
# ENV NGINX_VERSION 28
# ENV NJS_VERSION 0.7.9
# ENV PKG_RELEASE 1~bullseye