1.12.2-r1 release

Update image to version 1.12.2-r1
This commit is contained in:
Bitnami Bot
2018-02-22 14:57:06 +00:00
parent 7b74f3b637
commit 1e3cb0e979
3 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r22
FROM bitnami/minideb-extras:jessie-r24
LABEL maintainer "Bitnami <containers@bitnami.com>"
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" \

View File

@@ -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.

View File

@@ -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