Update Apache nami module to 2.4.23-2

This commit is contained in:
Marcos Bjoerkelund
2016-09-02 12:59:11 +02:00
parent de0df27bcc
commit 0b91125a83
2 changed files with 7 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
FROM gcr.io/stacksmith-images/ubuntu:14.04-r8
FROM gcr.io/stacksmith-images/ubuntu:14.04-r9
MAINTAINER Bitnami <containers@bitnami.com>
ENV BITNAMI_IMAGE_VERSION=2.4.23-r1 \
ENV BITNAMI_IMAGE_VERSION=2.4.23-r2 \
BITNAMI_APP_NAME=apache \
BITNAMI_APP_USER=daemon
RUN bitnami-pkg unpack apache-2.4.23-1 --checksum c8d14a79313c5e47dbf617e9a55e88ff91d8361357386bab520aabccd35c59d8
RUN bitnami-pkg unpack apache-2.4.23-2 --checksum be3c28581f363e240f04c2d32bcf2d4a5ea0926722bb23ab9f5dfb38bde22bac
RUN ln -sf /opt/bitnami/$BITNAMI_APP_NAME/htdocs /app
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:/opt/bitnami/common/bin:$PATH

View File

@@ -0,0 +1,4 @@
{
"httpPort": "{{$global.env.APACHE_HTTP_PORT}}",
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT}}"
}