From 8c542a36398076bc881f5c1919a79fc9953b10a2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 8 Sep 2022 16:12:59 +0200 Subject: [PATCH] [bitnami/drupal] Release 7.92.0-debian-11-r1 (#5795) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/drupal/7/debian-11/Dockerfile | 14 +++++++------- .../opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/drupal/README.md | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bitnami/drupal/7/debian-11/Dockerfile b/bitnami/drupal/7/debian-11/Dockerfile index 6bef4639bff4..db083c70b4cc 100644 --- a/bitnami/drupal/7/debian-11/Dockerfile +++ b/bitnami/drupal/7/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="7.92.0-debian-11-r0" \ + org.opencontainers.image.ref.name="7.92.0-debian-11-r1" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \ org.opencontainers.image.title="drupal" \ org.opencontainers.image.vendor="VMware, Inc." \ @@ -28,13 +28,13 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ tar -zxf php-8.1.10-0-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ rm -rf php-8.1.10-0-linux-${OS_ARCH}-debian-11.tar.gz RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ - if [ ! -f apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ - curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ + if [ ! -f apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ + curl -SsLf https://downloads.bitnami.com/files/stacksmith/apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256 -O ; \ fi && \ - sha256sum -c apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ - tar -zxf apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ - rm -rf apache-2.4.54-155-linux-${OS_ARCH}-debian-11.tar.gz + sha256sum -c apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz.sha256 && \ + tar -zxf apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' && \ + rm -rf apache-2.4.54-156-linux-${OS_ARCH}-debian-11.tar.gz RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ if [ ! -f mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz ]; then \ curl -SsLf https://downloads.bitnami.com/files/stacksmith/mysql-client-10.6.9-1-linux-${OS_ARCH}-debian-11.tar.gz -O ; \ diff --git a/bitnami/drupal/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/drupal/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index bd8b91b4a3f6..09e8a81c57c0 100644 --- a/bitnami/drupal/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/drupal/7/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "apache": { "arch": "amd64", - "digest": "28b4021842650460745bdf6985972c6ec32ef2698240ff610ce6a94412b5bfcd", + "digest": "02139f0200bd1955b5ddd624b33a6893d42480cc02bf966ce0198a8e24f686a4", "distro": "debian-11", "type": "NAMI", - "version": "2.4.54-155" + "version": "2.4.54-156" }, "drupal": { "arch": "amd64", diff --git a/bitnami/drupal/README.md b/bitnami/drupal/README.md index b9bdf21a05f1..61e271f3c1f1 100644 --- a/bitnami/drupal/README.md +++ b/bitnami/drupal/README.md @@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`9`, `9-debian-11`, `9.4.5`, `9.4.5-debian-11-r5`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/9/debian-11/Dockerfile) -* [`7`, `7-debian-11`, `7.92.0`, `7.92.0-debian-11-r0` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/7/debian-11/Dockerfile) +* [`7`, `7-debian-11`, `7.92.0`, `7.92.0-debian-11-r1` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/7/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).