From 7a1da9cedcd1fcf8ae6a5eb6334e1fb148db3e21 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 10 Oct 2019 04:29:52 +0000 Subject: [PATCH] 2.3.3-ol-7-r2 release --- bitnami/magento/2/ol-7/Dockerfile | 4 ++-- bitnami/magento/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/magento/2/ol-7/Dockerfile b/bitnami/magento/2/ol-7/Dockerfile index b6d0b7ae5629..ade41f3af022 100644 --- a/bitnami/magento/2/ol-7/Dockerfile +++ b/bitnami/magento/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r491 +FROM bitnami/oraclelinux-extras:7-r492 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -13,7 +13,7 @@ RUN find /opt/bitnami/magento/htdocs -type d -print0 | xargs -0 chmod 775 && fin COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="magento" \ - BITNAMI_IMAGE_VERSION="2.3.3-ol-7-r1" \ + BITNAMI_IMAGE_VERSION="2.3.3-ol-7-r2" \ ELASTICSEARCH_HOST="" \ ELASTICSEARCH_PORT_NUMBER="" \ EXTERNAL_HTTPS_PORT_NUMBER="443" \ diff --git a/bitnami/magento/README.md b/bitnami/magento/README.md index b7dce0f037e7..8d36cf170fd2 100644 --- a/bitnami/magento/README.md +++ b/bitnami/magento/README.md @@ -38,7 +38,7 @@ Bitnami containers can be used with [Kubeapps](https://kubeapps.com/) for deploy 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-ol-7`, `2.3.3-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.3.3-ol-7-r1/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.3.3-ol-7-r2` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.3.3-ol-7-r2/2/ol-7/Dockerfile) * [`2-debian-9`, `2.3.3-debian-9-r0`, `2`, `2.3.3`, `2.3.3-r0`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-magento/blob/2.3.3-debian-9-r0/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/magento GitHub repo](https://github.com/bitnami/bitnami-docker-magento).