2.0.4-ol-7-r3 release

This commit is contained in:
Bitnami Bot
2018-08-29 15:43:04 +00:00
parent 41889336b8
commit 9c978e15ad
2 changed files with 4 additions and 4 deletions

View File

@@ -2,17 +2,17 @@ FROM bitnami/oraclelinux-extras:7-r87
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
RUN install_packages ImageMagick cyrus-sasl-lib ghostscript glibc hostname imagemagick jhead keyutils-libs krb5-libs libcom_err libcurl libgcc libidn libselinux libssh2 libstdc++ libxml2 libxslt ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs pcre postgresql-libs readline xz-libs zlib
RUN install_packages ImageMagick advancecomp cyrus-sasl-lib ghostscript gifsicle glibc hostname imagemagick jhead keyutils-libs krb5-libs libcom_err libcurl libgcc libidn libjpeg libselinux libssh2 libstdc++ libxml2 libxslt ncurses-libs nspr nss nss-softokn-freebl nss-util openldap openssl-libs optipng pcre pngquant postgresql-libs readline xz-libs zlib
RUN bitnami-pkg install ruby-2.4.4-0 --checksum 8623ed8b7963916ff7f5ecf56c62ce3c144a1d11e56767500d0034c8e4f7e17c
RUN bitnami-pkg unpack postgresql-client-9.6.10-0 --checksum 8060eeb7977a80dacb9bbcbc9d6081a6c6472d5fcee25e63bab04a1f128b5489
RUN bitnami-pkg install git-2.18.0-1 --checksum e09020e93542133c5f61daaa5a47bdcb94ec5303dd336ae05fa561729786284c
RUN bitnami-pkg unpack discourse-sidekiq-2.0.4-0 --checksum 50e70b6142c2369d4b7c2b114899ac6293b4af5bbddcdda932ab29473ab9603b
RUN bitnami-pkg unpack discourse-sidekiq-2.0.4-1 --checksum 19a6cebf5554cdc898dcb1aa0a1af7b10e5c69d721f9697d0dd7ad8d380aa697
RUN bitnami-pkg unpack discourse-2.0.4-0 --checksum 2ee02096007cabe60df16796f951d997d89c04f98f9c9f49e296ceb3aef3d5ab
COPY rootfs /
RUN install_packages rsync
ENV BITNAMI_APP_NAME="discourse" \
BITNAMI_IMAGE_VERSION="2.0.4-ol-7-r2" \
BITNAMI_IMAGE_VERSION="2.0.4-ol-7-r3" \
DISCOURSE_EMAIL="user@example.com" \
DISCOURSE_HOST="127.0.0.1" \
DISCOURSE_HOSTNAME="www.example.com" \

View File

@@ -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-r2` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.4-ol-7-r2/2/ol-7/Dockerfile)
* [`2-ol-7`, `2.0.4-ol-7-r3` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.4-ol-7-r3/2/ol-7/Dockerfile)
* [`2-debian-9`, `2.0.4-debian-9-r3`, `2`, `2.0.4`, `2.0.4-r3`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.0.4-debian-9-r3/2/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).