mirror of
https://github.com/bitnami/containers.git
synced 2026-02-26 07:37:24 +08:00
Merge pull request #33 from marcosbc/apache-2.4.23-2
Update Apache nami module to 2.4.23-2
This commit is contained in:
@@ -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
|
||||
|
||||
4
bitnami/apache/rootfs/apache-inputs.json
Normal file
4
bitnami/apache/rootfs/apache-inputs.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"httpPort": "{{$global.env.APACHE_HTTP_PORT}}",
|
||||
"httpsPort": "{{$global.env.APACHE_HTTPS_PORT}}"
|
||||
}
|
||||
Reference in New Issue
Block a user