1.21.4-1-debian-11-r12 release

This commit is contained in:
Bitnami Bot
2022-07-06 01:26:32 +00:00
committed by Bitnami Containers
parent f317bd5f8f
commit ac5ec39699
2 changed files with 3 additions and 8 deletions

View File

@@ -37,8 +37,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r11` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.21.4-1-debian-11-r11/1.21/debian-11/Dockerfile)
* [`1.19`, `1.19-debian-11`, `1.19.9-1`, `1.19.9-1-debian-11-r11`, `latest` (1.19/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.19.9-1-debian-11-r11/1.19/debian-11/Dockerfile)
* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r12`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.21.4-1-debian-11-r12/1.21/debian-11/Dockerfile)
## Get this image
@@ -59,7 +58,7 @@ $ docker pull bitnami/openresty:[TAG]
If you wish, you can also build the image yourself.
```console
$ docker build -t bitnami/openresty:latest 'https://github.com/bitnami/bitnami-docker-openresty.git#master:1.19/debian-11'
$ docker build -t bitnami/openresty:latest 'https://github.com/bitnami/bitnami-docker-openresty.git#master:1.21/debian-11'
```
## Hosting a static website
@@ -442,10 +441,6 @@ or using Docker Compose:
$ docker-compose up openresty
```
## Branch Deprecation Notice
OpenResty's branch 1.19 is no longer maintained by upstream and is now internally tagged as to be deprecated. This branch will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 06-28-2022
## Contributing
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-openresty/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-openresty/pulls) with your contribution.

View File

@@ -2,6 +2,6 @@ version: '2'
services:
openresty:
image: docker.io/bitnami/openresty:1.19
image: docker.io/bitnami/openresty:1.21
ports:
- '80:8080'