2.4.33-r46 release
This commit is contained in:
parent
dff47cee5e
commit
b37c832271
|
|
@ -1,4 +1,4 @@
|
||||||
FROM bitnami/minideb-extras:jessie-r73
|
FROM bitnami/minideb-extras:jessie-r74
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
|
|
@ -10,7 +10,7 @@ COPY rootfs /
|
||||||
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
ENV APACHE_HTTPS_PORT_NUMBER="443" \
|
||||||
APACHE_HTTP_PORT_NUMBER="80" \
|
APACHE_HTTP_PORT_NUMBER="80" \
|
||||||
BITNAMI_APP_NAME="apache" \
|
BITNAMI_APP_NAME="apache" \
|
||||||
BITNAMI_IMAGE_VERSION="2.4.33-r45" \
|
BITNAMI_IMAGE_VERSION="2.4.33-r46" \
|
||||||
PATH="/opt/bitnami/apache/bin:$PATH"
|
PATH="/opt/bitnami/apache/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ $ docker-compose up -d
|
||||||
|
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
* [`2.4`, `2.4.33-r45`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-r45/2.4/Dockerfile)
|
|
||||||
* [`2.4-ol-7`, `2.4.33-ol-7-r4` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-ol-7-r4/2.4/ol-7/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-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`, `2.4.33-r46`, `latest` (2.4/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-r46/2.4/Dockerfile)
|
||||||
|
* [`2.4-ol-7`, `2.4.33-ol-7-r4` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-wordpress/blob/2.4.33-ol-7-r4/2.4/ol-7/Dockerfile)
|
||||||
|
|
||||||
# Get this image
|
# Get this image
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue