From 4fb68d7c454ae1de2104e91a4ee66fbd3e08068a Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 14 Aug 2022 07:04:03 +0200 Subject: [PATCH] [bitnami/discourse] Release 2.8.8-debian-11-r1 (#3031) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/discourse/2/debian-11/Dockerfile | 5 +++-- .../prebuildfs/opt/bitnami/.bitnami_components.json | 8 ++++---- bitnami/discourse/README.md | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bitnami/discourse/2/debian-11/Dockerfile b/bitnami/discourse/2/debian-11/Dockerfile index 0f42717b783f..1fd2e056609c 100644 --- a/bitnami/discourse/2/debian-11/Dockerfile +++ b/bitnami/discourse/2/debian-11/Dockerfile @@ -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 && \ diff --git a/bitnami/discourse/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/discourse/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index 67ced0a74d2d..f26fcf55452b 100644 --- a/bitnami/discourse/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/discourse/2/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -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", diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 27a28120665a..f9873cd23cea 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -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).