2.3.2-ol-7-r33 release
This commit is contained in:
parent
69713dbf94
commit
8340da8ad9
|
|
@ -1,11 +1,11 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r430
|
||||
FROM bitnami/oraclelinux-extras:7-r431
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ImageMagick advancecomp cyrus-sasl-lib file ghostscript gifsicle glibc hostname jhead keyutils-libs krb5-libs libcom_err libcurl libedit 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 rsync xz-libs zlib
|
||||
RUN bitnami-pkg install ruby-2.5.5-0 --checksum 2d6b87df0bb10d2b017ab0338330daf3b81ab92f167a16da7488c10a7b87ff53
|
||||
RUN bitnami-pkg unpack postgresql-client-11.5.0-0 --checksum 928f0e50c64eed64cb72c16a9da0602c2489685985abba677e1d9350fe9a421c
|
||||
RUN bitnami-pkg install git-2.22.1-0 --checksum 78b31b9af73a669b3bf0a27a890f9a9bd8acaf0b94ff4bca7e065b54a9c45e91
|
||||
RUN bitnami-pkg install git-2.23.0-0 --checksum 30618c63e72727b90b3cc3e7f8747e599ec11352b29812285a27029807d8766d
|
||||
RUN bitnami-pkg unpack discourse-sidekiq-2.3.2-0 --checksum 9027c29b425c3220dd759911061970db498a23a04ac2a5a96e17ed34519c24a9
|
||||
RUN bitnami-pkg install brotli-1.0.7-0 --checksum f24dfc1de31ef2294b31d84ec577ea186a64d3399481de7e8b32c102e6334d7f
|
||||
RUN bitnami-pkg unpack discourse-2.3.2-0 --checksum 936e4e0c04aa98dd30e3276079499b072ee707812a37279a8abf8f8833dd1208
|
||||
|
|
@ -13,7 +13,7 @@ RUN /opt/bitnami/ruby/bin/gem install --force bundler -v '< 2'
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="discourse" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.2-ol-7-r32" \
|
||||
BITNAMI_IMAGE_VERSION="2.3.2-ol-7-r33" \
|
||||
DISCOURSE_EMAIL="user@example.com" \
|
||||
DISCOURSE_HOST="discourse" \
|
||||
DISCOURSE_HOSTNAME="127.0.0.1" \
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ $ kubectl apply -f test.yaml
|
|||
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.3.2-ol-7-r32` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.3.2-ol-7-r32/2/ol-7/Dockerfile)
|
||||
* [`2-ol-7`, `2.3.2-ol-7-r33` (2/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.3.2-ol-7-r33/2/ol-7/Dockerfile)
|
||||
* [`2-debian-9`, `2.3.2-debian-9-r33`, `2`, `2.3.2`, `2.3.2-r33`, `latest` (2/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-discourse/blob/2.3.2-debian-9-r33/2/debian-9/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/discourse GitHub repo](https://github.com/bitnami/bitnami-docker-discourse).
|
||||
|
|
|
|||
Loading…
Reference in New Issue