mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
2.0.4-ol-7-r2 release
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM bitnami/oraclelinux-extras:7-r85
|
FROM bitnami/oraclelinux-extras:7-r87
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
@@ -12,7 +12,7 @@ RUN bitnami-pkg unpack discourse-2.0.4-0 --checksum 2ee02096007cabe60df16796f951
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN install_packages rsync
|
RUN install_packages rsync
|
||||||
ENV BITNAMI_APP_NAME="discourse" \
|
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_EMAIL="user@example.com" \
|
||||||
DISCOURSE_HOST="127.0.0.1" \
|
DISCOURSE_HOST="127.0.0.1" \
|
||||||
DISCOURSE_HOSTNAME="www.example.com" \
|
DISCOURSE_HOSTNAME="www.example.com" \
|
||||||
|
|||||||
@@ -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/).
|
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)
|
* [`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).
|
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_PASSWORD`: Discourse application password. Default: **bitnami123**
|
||||||
- `DISCOURSE_EMAIL`: Discourse application email. Default: **user@example.com**
|
- `DISCOURSE_EMAIL`: Discourse application email. Default: **user@example.com**
|
||||||
- `DISCOURSE_SITENAME`: Discourse site name. Default: **My site!**
|
- `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_USER`: Root user for the Postgresql database. Default: **postgres**
|
||||||
- `POSTGRESQL_ROOT_PASSWORD`: Root password for Postgresql.
|
- `POSTGRESQL_ROOT_PASSWORD`: Root password for Postgresql.
|
||||||
- `POSTGRESQL_HOST`: Hostname for Postgresql server. Default: **postgresql**
|
- `POSTGRESQL_HOST`: Hostname for Postgresql server. Default: **postgresql**
|
||||||
|
|||||||
Reference in New Issue
Block a user