mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
2.4.34-debian-8-r0 release
Update apache to 2.4.34
This commit is contained in:
@@ -3,14 +3,14 @@ LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages libc6 libexpat1 libffi6 libgmp10 libgnutls-deb0-28 libhogweed2 libldap-2.4-2 libnettle4 libp11-kit0 libpcre3 libsasl2-2 libssl1.0.0 libtasn1-6 zlib1g
|
||||
RUN bitnami-pkg unpack apache-2.4.33-4 --checksum f26751a96abdc45db43c4b92eb9f792a4b630ad0edd5667aa73ccafa0aeb3810
|
||||
RUN bitnami-pkg unpack apache-2.4.34-0 --checksum be3de7b24e809b3678f18da08ab220cbca09b458e895d5d6f491afc6f333ebe1
|
||||
RUN ln -sf /opt/bitnami/apache/htdocs /app
|
||||
|
||||
COPY rootfs /
|
||||
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
||||
APACHE_HTTP_PORT_NUMBER="80" \
|
||||
BITNAMI_APP_NAME="apache" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.33-debian-8-r74" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.34-debian-8-r0" \
|
||||
PATH="/opt/bitnami/apache/bin:$PATH"
|
||||
|
||||
EXPOSE 80 443
|
||||
|
||||
@@ -29,10 +29,10 @@ $ docker-compose up -d
|
||||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`2.4-debian-8`, `2.4.34-debian-8-r0` (2.4/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.34-debian-8-r0/2.4/debian-8/Dockerfile)
|
||||
* [`2.4-rhel-7`, `2.4.33-rhel-7-r3` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-rhel-7-r3/2.4/rhel-7/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.33-ol-7-r26` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-ol-7-r26/2.4/ol-7/Dockerfile)
|
||||
* [`2.4-debian-9`, `2.4.33-debian-9-r9`, `2.4`, `2.4.33`, `2.4.33-r9`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-debian-9-r9/2.4/Dockerfile)
|
||||
* [`2.4-debian-8`, `2.4.33-debian-8-r74` (2.4/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-debian-8-r74/2.4/debian-8/Dockerfile)
|
||||
|
||||
# Get this image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user