2.8.1-debian-10-r5 release

This commit is contained in:
Bitnami Bot 2022-03-09 18:26:40 +00:00
parent 3de1ef3334
commit 40d2599aaf
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.0-4
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "git" "2.35.1-5" --checksum da12ba7cebb03c4eb983ba2248daf0ed5399be1bd8fa9d2d3931614ce6079ff6
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.1-0" --checksum fa9a959e14be7f8aab6abe11c5bae55478f225cf8d9877781d29380fa5c92a4f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "discourse" "2.8.1-1" --checksum b19dd963d0efdb284930630b6ba506fc1abbf7f68a97782412b0ff9901d07223
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@ -26,7 +26,7 @@ RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
COPY rootfs /
RUN /opt/bitnami/scripts/discourse/postunpack.sh
ENV BITNAMI_APP_NAME="discourse" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r4" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r5" \
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"
EXPOSE 3000

View File

@ -8,10 +8,10 @@
},
"discourse": {
"arch": "amd64",
"digest": "fa9a959e14be7f8aab6abe11c5bae55478f225cf8d9877781d29380fa5c92a4f",
"digest": "b19dd963d0efdb284930630b6ba506fc1abbf7f68a97782412b0ff9901d07223",
"distro": "debian-10",
"type": "NAMI",
"version": "2.8.1-0"
"version": "2.8.1-1"
},
"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.1`, `2.8.1-debian-10-r4`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.8.1-debian-10-r4/2/debian-10/Dockerfile)
- [`2`, `2-debian-10`, `2.8.1`, `2.8.1-debian-10-r5`, `latest` (2/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.8.1-debian-10-r5/2/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).