mirror of
https://github.com/bitnami/containers.git
synced 2026-03-12 06:48:14 +08:00
2.3.2-r0 release
Parse 2.3.2 contains notable changes since 2.2.24:
- New features
- Add parseFrameURL for masking user-facing pages (#3267), thanks to Lenart Rudel
- Bug fixes
- Fix Parse-Server to work with winston-daily-rotate-1.4.2 (#3335), thanks to Arthur Cinader
- Improvements
- Add support for regex string for password policy validatorPattern setting (#3331), thanks to Bhaskar Reddy Yasa
- LiveQuery should match subobjects with dot notation (#3322), thanks to David Starke
- Reduce time to process high number of installations for push (#3264), thanks to jeacott1
- Fix trivial typo in error message (#3238), thanks to Arthur Cinader
This commit is contained in:
@@ -3,18 +3,18 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r8
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_APP_NAME=parse \
|
||||
BITNAMI_IMAGE_VERSION=2.2.24-r4 \
|
||||
BITNAMI_IMAGE_VERSION=2.3.2-r0 \
|
||||
PATH=/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH
|
||||
|
||||
# System packages required
|
||||
RUN install_packages libc6 libssl1.0.0 libncurses5 libtinfo5 zlib1g libbz2-1.0 libreadline6 libstdc++6 libgcc1 ghostscript imagemagick libmysqlclient18
|
||||
|
||||
# Additional modules required
|
||||
RUN bitnami-pkg install node-4.6.1-1 --checksum 9deada9ba8f67e81843e874947176cead26dca7e5ae2c7f7007f4479588aa11b
|
||||
RUN bitnami-pkg install mongodb-client-3.2.11-1 --checksum 948f59fd017a844a5633276f63742ff4013591819b9751b3e070a8805a40c290
|
||||
RUN bitnami-pkg install node-4.7.2-0 --checksum b814eaeeee872c8629432d3e950570ebc2d3dfcdd0db5b4cf8f763652b1981f1
|
||||
RUN bitnami-pkg install mongodb-client-3.4.1-0 --checksum fcf8ccf8982420a91190ca3da61fb9d212e21dbdfea99afd8d17af9a266a4e6c
|
||||
|
||||
# Install parse
|
||||
RUN bitnami-pkg unpack parse-2.2.24-1 --checksum 40b2d32e38d260ec7fb702862777c1b67dd6f9c5b4fcb18574ce0a50780a6a35
|
||||
RUN bitnami-pkg unpack parse-2.3.2-0 --checksum b9e547f7ecf8cf3ece7ff96616e2983ba7ef2d18393150bddadc23ab030f454e
|
||||
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user