mirror of
https://github.com/bitnami/containers.git
synced 2026-03-03 06:58:07 +08:00
1.12.2-r1 release
Update image to version 1.12.2-r1
This commit is contained in:
@@ -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" \
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user