From 1e3cb0e979204f56cd39676bb0ea72e635853ce1 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 22 Feb 2018 14:57:06 +0000 Subject: [PATCH] 1.12.2-r1 release Update image to version 1.12.2-r1 --- bitnami/nginx/1.12/Dockerfile | 4 ++-- bitnami/nginx/README.md | 6 +++--- bitnami/nginx/circle.yml | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bitnami/nginx/1.12/Dockerfile b/bitnami/nginx/1.12/Dockerfile index 8c829f82085f..fd3fe7d87746 100644 --- a/bitnami/nginx/1.12/Dockerfile +++ b/bitnami/nginx/1.12/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r22 +FROM bitnami/minideb-extras:jessie-r24 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX" \ @@ -15,7 +15,7 @@ RUN ln -sf /dev/stdout /opt/bitnami/nginx/logs/error.log COPY rootfs / ENV BITNAMI_APP_NAME="nginx" \ - BITNAMI_IMAGE_VERSION="1.12.2-r0" \ + BITNAMI_IMAGE_VERSION="1.12.2-r1" \ NGINX_DAEMON_GROUP="" \ NGINX_DAEMON_USER="" \ NGINX_HTTPS_PORT_NUMBER="8443" \ diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index c3e25ec6ec14..0bee7a029399 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -111,8 +111,8 @@ For example, in order add a vhost for `www.example.com`: server { listen 0.0.0.0:8080; server_name www.example.com; - root /app - index index.htm index.html + root /app; + index index.htm index.html; } ``` @@ -361,7 +361,7 @@ Discussions are archived at [bitnami-oss.slackarchive.io](https://bitnami-oss.sl # License -Copyright (c) 2015-2017 Bitnami +Copyright (c) 2015-2018 Bitnami Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/bitnami/nginx/circle.yml b/bitnami/nginx/circle.yml index 4f4b2c53ede2..87c2b68ac8a6 100644 --- a/bitnami/nginx/circle.yml +++ b/bitnami/nginx/circle.yml @@ -11,6 +11,7 @@ jobs: CHART_NAME: nginx CHART_REPO: https://github.com/bitnami/charts DOCKER_PROJECT: bitnami + IBM_PROJECT: bitnami-bx-test QUAY_PROJECT: bitnami GCLOUD_PROJECT: bitnami-containers