2.4.39-rhel-7-r6 release
This commit is contained in:
parent
f0e546029f
commit
10c03a90a5
|
|
@ -16,7 +16,7 @@ COPY rootfs /
|
|||
ENV APACHE_HTTPS_PORT_NUMBER="8443" \
|
||||
APACHE_HTTP_PORT_NUMBER="8080" \
|
||||
BITNAMI_APP_NAME="apache" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.39-rhel-7-r5" \
|
||||
BITNAMI_IMAGE_VERSION="2.4.39-rhel-7-r6" \
|
||||
NAMI_PREFIX="/.nami" \
|
||||
PATH="/opt/bitnami/apache/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ version: '2'
|
|||
services:
|
||||
apache:
|
||||
# Force docker-compose to use a comprehensive name for the image
|
||||
image: bitnami_apache:rhel-7
|
||||
image: bitnami_apache:2.4-rhel-7
|
||||
# Build action should be successful from any RHEL Host system running the Docker service with subscription managed registered
|
||||
# + info: https://access.redhat.com/solutions/253273
|
||||
build: .
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`2.4-rhel-7`, `2.4.39-rhel-7-r5` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.39-rhel-7-r5/2.4/rhel-7/Dockerfile)
|
||||
* [`2.4-rhel-7`, `2.4.39-rhel-7-r6` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.39-rhel-7-r6/2.4/rhel-7/Dockerfile)
|
||||
* [`2.4-ol-7`, `2.4.39-ol-7-r7` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.39-ol-7-r7/2.4/ol-7/Dockerfile)
|
||||
* [`2.4-debian-9`, `2.4.39-debian-9-r5`, `2.4`, `2.4.39`, `2.4.39-r5`, `latest` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.39-debian-9-r5/2.4/debian-9/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue