3.1.3-debian-9-r40 release

This commit is contained in:
Bitnami Bot 2019-02-20 12:11:33 +00:00
parent 1755af07c8
commit 4330c9ce0e
3 changed files with 8 additions and 6 deletions

View File

@ -1,18 +1,18 @@
FROM bitnami/minideb-extras:stretch-r288
FROM bitnami/minideb-extras:stretch-r290
LABEL maintainer "Bitnami <containers@bitnami.com>"
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
HOME="/"
# Install required system packages and dependencies
RUN install_packages ghostscript imagemagick libbz2-1.0 libc6 libgcc1 libncurses5 libpcap0.8 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo5 zlib1g
RUN install_packages ghostscript imagemagick libbz2-1.0 libc6 libgcc1 libncurses5 libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo5 zlib1g
RUN bitnami-pkg install node-8.15.0-0 --checksum ba314e8ce24c285b7096c0549a809de505f24935b61e3f52bf121b16d88a7123
RUN bitnami-pkg install mongodb-client-3.7.9-0 --checksum 8886d69851b2ae39765fe13c89589bfe2375e89296d6ef50c466a127bce82019
RUN bitnami-pkg unpack parse-3.1.3-0 --checksum 354c3a6f1c6cac0803fef2d9fb7919a55f83e03f1d0ffe9e685e377293012078
RUN bitnami-pkg install mongodb-client-4.0.6-0 --checksum 4ea3b98e3e4d24ffb070810af11294b01b06d5aecf7376cd28d843e8b75ed846
RUN bitnami-pkg unpack parse-3.1.3-1 --checksum 7fc45dbad32785295be7f7a686798d4388f08258b6be8199186885d58462d8ca
COPY rootfs /
ENV BITNAMI_APP_NAME="parse" \
BITNAMI_IMAGE_VERSION="3.1.3-debian-9-r39" \
BITNAMI_IMAGE_VERSION="3.1.3-debian-9-r40" \
MONGODB_HOST="mongodb" \
MONGODB_PASSWORD="" \
MONGODB_PORT_NUMBER="27017" \

View File

@ -8,6 +8,8 @@ DAEMON=parse-server
EXEC=$(which $DAEMON)
START_COMMAND="${EXEC} /opt/bitnami/parse/config.json"
cd /opt/bitnami/parse || exit 1
# If container is started as `root` user
if [ $EUID -eq 0 ]; then
exec gosu "${USER}" bash -c "${START_COMMAND}"

View File

@ -49,7 +49,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3-rhel-7`, `3.1.3-rhel-7-r0` (3/rhel-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-rhel-7-r0/3/rhel-7/Dockerfile)
* [`3-ol-7`, `3.1.3-ol-7-r47` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-ol-7-r47/3/ol-7/Dockerfile)
* [`3-debian-9`, `3.1.3-debian-9-r39`, `3`, `3.1.3`, `3.1.3-r39`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-debian-9-r39/3/debian-9/Dockerfile)
* [`3-debian-9`, `3.1.3-debian-9-r40`, `3`, `3.1.3`, `3.1.3-r40`, `latest` (3/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/3.1.3-debian-9-r40/3/debian-9/Dockerfile)
Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).