diff --git a/bitnami/discourse/2/ol-7/Dockerfile b/bitnami/discourse/2/ol-7/Dockerfile index 8679aafdd5a8..bf70c764925a 100644 --- a/bitnami/discourse/2/ol-7/Dockerfile +++ b/bitnami/discourse/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r132 +FROM bitnami/oraclelinux-extras:7-r134 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -12,7 +12,7 @@ RUN bitnami-pkg unpack discourse-2.1.1-2 --checksum 81529e71a2847600650202d6d30e COPY rootfs / RUN install_packages rsync ENV BITNAMI_APP_NAME="discourse" \ - BITNAMI_IMAGE_VERSION="2.1.1-ol-7-r20" \ + BITNAMI_IMAGE_VERSION="2.1.1-ol-7-r21" \ DISCOURSE_EMAIL="user@example.com" \ DISCOURSE_HOST="127.0.0.1" \ DISCOURSE_HOSTNAME="www.example.com" \ diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 7b0c12005902..ed5799d5cc9d 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -22,6 +22,11 @@ $ docker-compose up -d * Bitnami containers, virtual machines and cloud images use the same components and configuration approach - making it easy to switch between formats based on your project needs. * Bitnami images are built on CircleCI and automatically pushed to the Docker Hub. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution. +* Bitnami container images are released daily with the latest distribution packages available. + +[![Anchore Image Overview](https://anchore.io/service/badges/image/bf0a45e19cdc1c36d7441e92f78df43566f429718fb4e1619111beb5ec9c9206)](https://anchore.io/image/dockerhub/bitnami%2Fdiscourse%3Alatest#security) + +> The image overview badge contains a security report with all open CVEs. Click on 'Show only CVEs with fixes' to get the list of actionable security issues. # Supported tags and respective `Dockerfile` links @@ -30,7 +35,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/containers/how-to/understand-rolling-tags-containers/). -* [`2-ol-7`, `2.1.1-ol-7-r20` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.1-ol-7-r20/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.1.1-ol-7-r21` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.1-ol-7-r21/2/ol-7/Dockerfile) * [`2-debian-9`, `2.1.1-debian-9-r21`, `2`, `2.1.1`, `2.1.1-r21`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.1-debian-9-r21/2/debian-9/Dockerfile) Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).