From e64afac53ed77d7de029d66b40c3093a498ea60f Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Mon, 8 Nov 2021 13:11:24 -0800 Subject: [PATCH] Run update.sh --- nginx/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nginx/README.md b/nginx/README.md index faa71a0e2..7864374ce 100644 --- a/nginx/README.md +++ b/nginx/README.md @@ -254,6 +254,10 @@ The `nginx` images come in many flavors, each designed for a specific use case. This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. +## `nginx:-perl` / `nginx:-alpine-perl` + +Starting with nginx:1.13.0 / mainline and nginx:1.12.0 / stable, the perl module has been removed from the default images. A separate `-perl` tag variant is available if you wish to use the perl module. + ## `nginx:-alpine` This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general.