mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
2.1.2-ol-7-r6 release
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
FROM bitnami/oraclelinux-extras:7-r140
|
FROM bitnami/oraclelinux-extras:7-r147
|
||||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||||
|
|
||||||
# Install required system packages and dependencies
|
# Install required system packages and dependencies
|
||||||
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 install_packages ImageMagick advancecomp cyrus-sasl-lib ghostscript gifsicle glibc hostname 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 install ruby-2.4.5-0 --checksum baaa19777c655cdffb5859b412518719f3715cf17446e3c72369bdc876734f8c
|
||||||
RUN bitnami-pkg unpack postgresql-client-9.6.10-0 --checksum 8060eeb7977a80dacb9bbcbc9d6081a6c6472d5fcee25e63bab04a1f128b5489
|
RUN bitnami-pkg unpack postgresql-client-9.6.10-1 --checksum 51146a16db5ec6a3a2c2f007935ee5bd1da74fe1e5ba2b19a08b15976e8338cb
|
||||||
RUN bitnami-pkg install git-2.19.1-0 --checksum a50a849103d0908bb94c4a048622aae0b090af99739309f7f2a093e119e9453e
|
RUN bitnami-pkg install git-2.19.1-1 --checksum 9786936ea9b2cbcf5932fe704943f895acf89e38814d5d0ce24bd3213d384f40
|
||||||
RUN bitnami-pkg unpack discourse-sidekiq-2.1.2-0 --checksum 9d9c77ceaad224007667f3508c61d8ea1bbcfbb6a1fac99b14fce1c023a53a35
|
RUN bitnami-pkg unpack discourse-sidekiq-2.1.2-1 --checksum ec459cd9b4cab5ff3d99ba398715921e2073de8f7aab75c8da52d79d38dec468
|
||||||
RUN bitnami-pkg unpack discourse-2.1.2-0 --checksum b314304f2c42e5ab5d608b852043ae5972e51fd81d6d004038d7351b02aefe90
|
RUN bitnami-pkg unpack discourse-2.1.2-1 --checksum 52754f8b27ead7356a356281d4335e3d6c1021a124064e1205a6482ba9c574e5
|
||||||
|
|
||||||
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.1.2-ol-7-r5" \
|
BITNAMI_IMAGE_VERSION="2.1.2-ol-7-r6" \
|
||||||
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" \
|
||||||
|
|||||||
@@ -35,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/).
|
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.2-ol-7-r5` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.2-ol-7-r5/2/ol-7/Dockerfile)
|
* [`2-ol-7`, `2.1.2-ol-7-r6` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.2-ol-7-r6/2/ol-7/Dockerfile)
|
||||||
* [`2-debian-9`, `2.1.2-debian-9-r6`, `2`, `2.1.2`, `2.1.2-r6`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.2-debian-9-r6/2/debian-9/Dockerfile)
|
* [`2-debian-9`, `2.1.2-debian-9-r6`, `2`, `2.1.2`, `2.1.2-r6`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.1.2-debian-9-r6/2/debian-9/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).
|
||||||
|
|||||||
Reference in New Issue
Block a user