[bitnami/drupal] Release 7.91.0-debian-11-r6 (#2656)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2022-08-09 22:51:32 +02:00
committed by GitHub
parent 2001c044b2
commit fc19b25022
3 changed files with 11 additions and 4 deletions

View File

@@ -4,6 +4,13 @@ ENV HOME="/" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/drupal" \
org.opencontainers.image.title="drupal" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="7.91.0"
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
@@ -14,7 +21,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "libphp" "8.1.9-1" --checksum ca41ef5392494586f7980d6e00ec247033517ecf811090956dc21d8505bb88cd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "render-template" "1.0.3-152" --checksum 7909504f3232654c427681ecc8ed4b8599a2df0f17f26ff769a83ed167d05b69
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "7.91.0-0" --checksum b0b6e17794d0a5eaf875be942a22b62834df45dfe90f0d0a3c56d1de42775008
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "drupal" "7.91.0-1" --checksum 2e24236b89787240b8e38341f1bbbc6420b31eed086f0da8b876bedf4042f397
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@@ -8,10 +8,10 @@
},
"drupal": {
"arch": "amd64",
"digest": "b0b6e17794d0a5eaf875be942a22b62834df45dfe90f0d0a3c56d1de42775008",
"digest": "2e24236b89787240b8e38341f1bbbc6420b31eed086f0da8b876bedf4042f397",
"distro": "debian-11",
"type": "NAMI",
"version": "7.91.0-0"
"version": "7.91.0-1"
},
"gosu": {
"arch": "amd64",

View File

@@ -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-r0`, `latest` (9/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/9/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.91.0`, `7.91.0-debian-11-r5` (7/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/drupal/7/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.91.0`, `7.91.0-debian-11-r6` (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).