2.4.37-rhel-7-r2 release

This commit is contained in:
Bitnami Bot
2018-11-21 15:44:47 +00:00
parent bbcfb00816
commit 17467dd35b
3 changed files with 5 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM gcr.io/helm-publish-ci/redhat-extras:7-r144
FROM registry.rhc4tp.openshift.com/bitnami/rhel-extras-7:latest
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
@@ -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.37-rhel-7-r1" \
BITNAMI_IMAGE_VERSION="2.4.37-rhel-7-r2" \
PATH="/opt/bitnami/apache/bin:$PATH"
EXPOSE 8080 8443

View File

@@ -2,11 +2,9 @@
. /opt/bitnami/base/functions
. /opt/bitnami/base/helpers
DAEMON=httpd
EXEC=$(which "$DAEMON")
ARGS="-f /opt/bitnami/apache/conf/httpd.conf -D FOREGROUND"
ARGS=("-f" "/opt/bitnami/apache/conf/httpd.conf" "-D" "FOREGROUND")
info "Starting ${DAEMON}..."
exec ${EXEC} ${ARGS}
exec "${EXEC}" "${ARGS[@]}"

View File

@@ -50,7 +50,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.37-rhel-7-r1` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-rhel-7-r1/2.4/rhel-7/Dockerfile)
* [`2.4-rhel-7`, `2.4.37-rhel-7-r2` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-rhel-7-r2/2.4/rhel-7/Dockerfile)
* [`2.4-ol-7`, `2.4.37-ol-7-r28` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-ol-7-r28/2.4/ol-7/Dockerfile)
* [`2.4-debian-9`, `2.4.37-debian-9-r22`, `2.4`, `2.4.37`, `2.4.37-r22`, `latest` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-debian-9-r22/2.4/debian-9/Dockerfile)