[bitnami/discourse] Release 2.8.8-debian-11-r1 (#3031)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot 2022-08-14 07:04:03 +02:00 committed by GitHub
parent 84e5181c81
commit 4fb68d7c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -6,6 +6,7 @@ ENV HOME="/" \
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami" \
org.opencontainers.image.ref.name="2.8.8-debian-11-r1" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/discourse" \
org.opencontainers.image.title="discourse" \
org.opencontainers.image.vendor="VMware, Inc." \
@ -19,9 +20,9 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-153" --checksum d3ae0109be24e8bc56f97359b8290b91243454de946dd60bd8520a0896a88449
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "wait-for-port" "1.0.3-153" --checksum 8c8e324ab6e7b7d76b4655182d6ea5f6550edfc9e32bec92228e678c26fc8b16
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ruby" "2.7.6-152" --checksum e540186296667507c027334b500b6058952398e9b98c1e9ebd62f2b3775e61bc
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.7.0-152" --checksum c36c823d21ed1c114369c7335ffe72df1c53e57214861702a10fc290f7350e48
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "postgresql-client" "13.8.0-0" --checksum 5dd1afba3aca8070dae723f9ab2253cbc6ff5622f4f0f522332181f57c8ce958
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-2" --checksum 127f7b97bd46468ce62bc5cd9868371ca2c4c1e7201f6271a309b34a17b97d90
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.1-2" --checksum cac709be5709568fc93602ec97f27c1ae02b6314980f3e046649a0ee30a801e6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.37.2-0" --checksum e695c1e29ff39cd54da23d2d5c3703d7d767a1d17d42ca85b3581d6e2d171bca
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "brotli" "1.0.9-152" --checksum a63e73736813c091efd0d20cd1f1bc0c1276a09b05dac609ee46ece34d223692
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "discourse" "2.8.8-0" --checksum 473578f98096865f6de314c8a25a6c0972c7c43bdf45fdabccc96c273f0a40f9
RUN apt-get update && apt-get upgrade -y && \

View File

@ -15,10 +15,10 @@
},
"git": {
"arch": "amd64",
"digest": "cac709be5709568fc93602ec97f27c1ae02b6314980f3e046649a0ee30a801e6",
"digest": "e695c1e29ff39cd54da23d2d5c3703d7d767a1d17d42ca85b3581d6e2d171bca",
"distro": "debian-11",
"type": "NAMI",
"version": "2.37.1-2"
"version": "2.37.2-0"
},
"gosu": {
"arch": "amd64",
@ -36,10 +36,10 @@
},
"postgresql-client": {
"arch": "amd64",
"digest": "c36c823d21ed1c114369c7335ffe72df1c53e57214861702a10fc290f7350e48",
"digest": "5dd1afba3aca8070dae723f9ab2253cbc6ff5622f4f0f522332181f57c8ce958",
"distro": "debian-11",
"type": "NAMI",
"version": "13.7.0-152"
"version": "13.8.0-0"
},
"python": {
"arch": "amd64",

View File

@ -31,7 +31,7 @@ $ docker-compose up -d
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
- [`2`, `2-debian-11`, `2.8.8`, `2.8.8-debian-11-r0`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/discourse/2/debian-11/Dockerfile)
- [`2`, `2-debian-11`, `2.8.8`, `2.8.8-debian-11-r1`, `latest` (2/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/discourse/2/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).