From ea4927a5a3f11511be0eb0df16902b19bcd2672e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 29 Aug 2018 03:14:49 +0000 Subject: [PATCH] 2.0.4-ol-7-r2 release --- bitnami/discourse/2/ol-7/Dockerfile | 4 ++-- bitnami/discourse/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/discourse/2/ol-7/Dockerfile b/bitnami/discourse/2/ol-7/Dockerfile index 00cf233dc9a5..f656b5b97785 100644 --- a/bitnami/discourse/2/ol-7/Dockerfile +++ b/bitnami/discourse/2/ol-7/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/oraclelinux-extras:7-r85 +FROM bitnami/oraclelinux-extras:7-r87 LABEL maintainer "Bitnami " # Install required system packages and dependencies @@ -12,7 +12,7 @@ RUN bitnami-pkg unpack discourse-2.0.4-0 --checksum 2ee02096007cabe60df16796f951 COPY rootfs / RUN install_packages rsync ENV BITNAMI_APP_NAME="discourse" \ - BITNAMI_IMAGE_VERSION="2.0.4-ol-7-r1" \ + BITNAMI_IMAGE_VERSION="2.0.4-ol-7-r2" \ 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 61efaa59cc88..8255e86c1899 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -30,7 +30,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.0.4-ol-7-r1` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.4-ol-7-r1/2/ol-7/Dockerfile) +* [`2-ol-7`, `2.0.4-ol-7-r2` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.4-ol-7-r2/2/ol-7/Dockerfile) * [`2-debian-9`, `2.0.4-debian-9-r1`, `2`, `2.0.4`, `2.0.4-r1`, `latest` (2/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.4-debian-9-r1/2/Dockerfile) Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse). @@ -303,7 +303,7 @@ Available variables: - `DISCOURSE_PASSWORD`: Discourse application password. Default: **bitnami123** - `DISCOURSE_EMAIL`: Discourse application email. Default: **user@example.com** - `DISCOURSE_SITENAME`: Discourse site name. Default: **My site!** - - `DISCOURSE_HOSTNAME`: Dicourse Hostname to create application URLs for notifications. It can be either an IP or a domain. Default: **www.example.com** + - `DISCOURSE_HOSTNAME`: Discourse hostname to create application URLs for features such as email notifications and emojis. It can be either an IP or a domain. Default: **www.example.com** - `POSTGRESQL_ROOT_USER`: Root user for the Postgresql database. Default: **postgres** - `POSTGRESQL_ROOT_PASSWORD`: Root password for Postgresql. - `POSTGRESQL_HOST`: Hostname for Postgresql server. Default: **postgresql**