2.8.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-14 20:03:35 +00:00 committed by Bitnami Containers
parent fe065cbba4
commit a15e1ee760
3 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.3-0" --checksum e90db17df802cff6fad25b150731cbd53d1e28c85e3aebe4b918ca9504090a4f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "brotli" "1.0.9-8" --checksum a9e53945655ab217802f413378f82a93c20a624a52495a52eb853cb945309e0e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "discourse" "2.8.2-0" --checksum 454c5da5a127fb4665563610eae238da6932592b73ce119a9992c3be5e2f4cce
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "discourse" "2.8.3-0" --checksum 0129159beec00d030c6101b2d3e344c10a0268ebb1e8ef3bf94cdec6be44dee2
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -25,7 +25,7 @@ RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
COPY rootfs /
RUN /opt/bitnami/scripts/discourse/postunpack.sh
ENV APP_VERSION="2.8.2" \
ENV APP_VERSION="2.8.3" \
BITNAMI_APP_NAME="discourse" \
PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/git/bin:/opt/bitnami/brotli/bin:$PATH"

View File

@ -8,10 +8,10 @@
},
"discourse": {
"arch": "amd64",
"digest": "454c5da5a127fb4665563610eae238da6932592b73ce119a9992c3be5e2f4cce",
"digest": "0129159beec00d030c6101b2d3e344c10a0268ebb1e8ef3bf94cdec6be44dee2",
"distro": "debian-10",
"type": "NAMI",
"version": "2.8.2-0"
"version": "2.8.3-0"
},
"git": {
"arch": "amd64",

View File

@ -33,7 +33,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-10`, `2.8.2`, `2.8.2-debian-10-r19`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.8.2-debian-10-r19/2/debian-10/Dockerfile)
- [`2`, `2-debian-10`, `2.8.3`, `2.8.3-debian-10-r0`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.8.3-debian-10-r0/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).