From 32e4eec06bb02c493bc51fd71cbf1ba768501b78 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 29 Jul 2022 04:41:21 +0200 Subject: [PATCH] [bitnami/nginx-intel] Release 0.4.7-debian-11-r22 (#1099) Signed-off-by: Bitnami Containers --- bitnami/nginx-intel/README.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/bitnami/nginx-intel/README.md b/bitnami/nginx-intel/README.md index d89b691584b8..952467c3dfd4 100644 --- a/bitnami/nginx-intel/README.md +++ b/bitnami/nginx-intel/README.md @@ -17,7 +17,7 @@ $ docker run --name nginx bitnami/nginx-intel:latest ### Docker Compose ```console -$ curl -sSL https://raw.githubusercontent.com/bitnami/bitnami-docker-nginx-intel/master/docker-compose.yml > docker-compose.yml +$ curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/nginx-intel/docker-compose.yml > docker-compose.yml $ docker-compose up -d ``` @@ -53,7 +53,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/). -* [`0`, `0-debian-11`, `0.4.7`, `0.4.7-debian-11-r21`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-nginx-intel/blob/0.4.7-debian-11-r21/0/debian-11/Dockerfile) +* [`0`, `0-debian-11`, `0.4.7`, `0.4.7-debian-11-r22`, `latest` (0/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/nginx-intel/0/debian-11/Dockerfile) ## Get this image @@ -71,10 +71,12 @@ in the Docker Hub Registry. $ docker pull bitnami/nginx-intel:[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/nginx-intel:latest 'https://github.com/bitnami/bitnami-docker-nginx-intel.git#master:0/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 @@ -85,7 +87,7 @@ This NGINX Open Source for Intel image exposes a volume at `/app`. Content mount $ docker run -v /path/to/app:/app bitnami/nginx-intel:latest ``` -or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-nginx-intel/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/nginx-intel/docker-compose.yml) file present in this repository: ```yaml @@ -147,7 +149,7 @@ $ docker run --name nginx \ bitnami/nginx-intel:latest ``` -or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-nginx-intel/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/nginx-intel/docker-compose.yml) file present in this repository: ```yaml services: @@ -207,7 +209,7 @@ $ docker run --name nginx \ bitnami/nginx-intel:latest ``` -or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-nginx-intel/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/nginx-intel/docker-compose.yml) file present in this repository: ```yaml services: @@ -230,7 +232,7 @@ $ docker run --name nginx \ bitnami/nginx-intel:latest ``` -or by modifying the [`docker-compose.yml`](https://github.com/bitnami/bitnami-docker-nginx-intel/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/nginx-intel/docker-compose.yml) file present in this repository: ```yaml services: @@ -512,17 +514,11 @@ $ docker-compose up nginx ## 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-nginx-intel/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-nginx-intel/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-nginx-intel/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