[bitnami/openresty] Release 1.21.4-1-debian-11-r19 (#1071)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-07-28 23:00:30 +02:00
committed by GitHub
parent b7ae3bd6a1
commit 40d24520c3

View File

@@ -15,7 +15,7 @@ $ docker run --name openresty bitnami/openresty:latest
```
```console
$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-openresty/master/docker-compose.yml > docker-compose.yml
$ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/openresty/docker-compose.yml > docker-compose.yml
$ docker-compose up -d
```
@@ -37,7 +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-r18`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-openresty/blob/1.21.4-1-debian-11-r18/1.21/debian-11/Dockerfile)
* [`1.21`, `1.21-debian-11`, `1.21.4-1`, `1.21.4-1-debian-11-r19`, `latest` (1.21/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/openresty/1.21/debian-11/Dockerfile)
## Get this image
@@ -55,10 +55,12 @@ in the Docker Hub Registry.
$ docker pull bitnami/openresty:[TAG]
```
If you wish, you can also build the image yourself.
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values.
```console
$ docker build -t bitnami/openresty:latest 'https://github.com/bitnami/bitnami-docker-openresty.git#master:1.21/debian-11'
$ git clone https://github.com/bitnami/containers.git
$ cd bitnami/APP/VERSION/OPERATING-SYSTEM
$ docker build -t bitnami/APP:latest .
```
## Hosting a static website
@@ -69,7 +71,7 @@ This OpenResty image exposes a volume at `/app`. Content mounted here is served
$ docker run -v /path/to/app:/app bitnami/openresty:latest
```
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-openresty/blob/master/docker-compose.yml) file present in this repository:
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/openresty/docker-compose.yml) file present in this repository:
```yaml
services:
@@ -130,7 +132,7 @@ $ docker run --name openresty \
bitnami/openresty:latest
```
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-openresty/blob/master/docker-compose.yml) file present in this repository:
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/openresty/docker-compose.yml) file present in this repository:
```yaml
services:
@@ -190,7 +192,7 @@ $ docker run --name openresty \
bitnami/openresty:latest
```
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-openresty/blob/master/docker-compose.yml) file present in this repository:
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/openresty/docker-compose.yml) file present in this repository:
```yaml
services:
@@ -213,7 +215,7 @@ $ docker run --name openresty \
bitnami/openresty:latest
```
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-openresty/blob/master/docker-compose.yml) file present in this repository:
or by modifying the [`docker-compose.yml`](https://github.com/bitnami/containers/blob/main/bitnami/openresty/docker-compose.yml) file present in this repository:
```yaml
services:
@@ -443,17 +445,11 @@ $ docker-compose up openresty
## 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.
We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues), or submit a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.
## Issues
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/bitnami-docker-openresty/issues/new). For us to provide better support, be sure to include the following information in your issue:
- Host OS and version
- Docker version (`docker version`)
- Output of `docker info`
- Version of this container
- The command you used to run the container, and any relevant output you saw (masking any sensitive information)
If you encountered a problem running this container, you can file an [issue](https://github.com/bitnami/containers/issues/new/choose). For us to provide better support, be sure to fill the issue template.
## License