diff --git a/bitnami/apache/2.4/rhel-7/Dockerfile b/bitnami/apache/2.4/rhel-7/Dockerfile index e60f81d95e69..a9c808f011bb 100644 --- a/bitnami/apache/2.4/rhel-7/Dockerfile +++ b/bitnami/apache/2.4/rhel-7/Dockerfile @@ -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-r34" \ + BITNAMI_IMAGE_VERSION="2.4.37-rhel-7-r35" \ NAMI_PREFIX="/.nami" \ PATH="/opt/bitnami/apache/bin:$PATH" diff --git a/bitnami/apache/README.md b/bitnami/apache/README.md index 1466b3693406..083eda933bbc 100644 --- a/bitnami/apache/README.md +++ b/bitnami/apache/README.md @@ -1,5 +1,3 @@ -[![CircleCI](https://circleci.com/gh/bitnami/bitnami-docker-apache/tree/master.svg?style=shield)](https://circleci.com/gh/bitnami/bitnami-docker-apache/tree/master) - # What is Apache? > The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. @@ -24,7 +22,6 @@ $ docker-compose up -d * Bitnami closely tracks upstream source changes and promptly publishes new versions of this image using our automated systems. * With Bitnami images the latest bug fixes and features are available as soon as possible. * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. -* Bitnami images are built on CircleCI and automatically pushed to the Docker Hub. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution. * Bitnami container images are released daily with the latest distribution packages available. @@ -50,8 +47,8 @@ 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-r34` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-rhel-7-r34/2.4/rhel-7/Dockerfile) -* [`2.4-ol-7`, `2.4.37-ol-7-r64` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-ol-7-r64/2.4/ol-7/Dockerfile) +* [`2.4-rhel-7`, `2.4.37-rhel-7-r35` (2.4/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-rhel-7-r35/2.4/rhel-7/Dockerfile) +* [`2.4-ol-7`, `2.4.37-ol-7-r65` (2.4/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-ol-7-r65/2.4/ol-7/Dockerfile) * [`2.4-debian-9`, `2.4.37-debian-9-r48`, `2.4`, `2.4.37`, `2.4.37-r48`, `latest` (2.4/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-apache/blob/2.4.37-debian-9-r48/2.4/debian-9/Dockerfile) # Get this image