From 2ccfc521ba08e6bf4e83e4cf796bf79eb4c5555e Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 1 Jul 2021 12:04:31 +0000 Subject: [PATCH] 4.9.3-debian-10-r171 release --- bitnami/parse/4/debian-10/Dockerfile | 5 ++--- .../prebuildfs/opt/bitnami/.bitnami_components.json | 7 ------- .../4/debian-10/rootfs/opt/bitnami/scripts/parse-env.sh | 2 +- bitnami/parse/README.md | 2 +- 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/bitnami/parse/4/debian-10/Dockerfile b/bitnami/parse/4/debian-10/Dockerfile index fc010e519764..4ddd685f0d7f 100644 --- a/bitnami/parse/4/debian-10/Dockerfile +++ b/bitnami/parse/4/debian-10/Dockerfile @@ -9,7 +9,6 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl ghostscript gzip imagemagick jq libbz2-1.0 libc6 libcom-err2 libcurl4 libffi6 libgcc1 libgcrypt20 libgmp10 libgnutls30 libgpg-error0 libgssapi-krb5-2 libhogweed4 libidn2-0 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 liblzma5 libncursesw6 libnettle6 libnghttp2-14 libp11-kit0 libpsl5 libreadline7 librtmp1 libsasl2-2 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libtasn1-6 libtinfo6 libunistring2 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.11-0" --checksum 28b91ef5db9ad93e704881400703e4085bd82f016be15e3cf8760df044da9490 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "12.22.1-2" --checksum 4a53cadf5b93354879f534b1a75eedeb89e89d179aeb41c7393d3e846f8a9219 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mongodb-client" "4.4.6-0" --checksum 2e80348b2b2e985143b08e55909c88bb1f472117f2b16a85911fe48e482255d9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "parse" "4.9.3-1" --checksum 993e3d62564c5b75e651623f9a9dd988992de5b7f98c8a09efd4cf3809cbb678 @@ -19,8 +18,8 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/parse/postunpack.sh ENV BITNAMI_APP_NAME="parse" \ - BITNAMI_IMAGE_VERSION="4.9.3-debian-10-r170" \ - PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/mongodb-client/bin:/opt/bitnami/parse/bin:/opt/bitnami/common/bin:$PATH" + BITNAMI_IMAGE_VERSION="4.9.3-debian-10-r171" \ + PATH="/opt/bitnami/node/bin:/opt/bitnami/python/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/mongodb-client/bin:/opt/bitnami/parse/bin:/opt/bitnami/common/bin:$PATH" EXPOSE 1337 3000 diff --git a/bitnami/parse/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/parse/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 4737fc7f5c51..e1bc54850dcb 100644 --- a/bitnami/parse/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/parse/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -26,12 +26,5 @@ "distro": "debian-10", "type": "NAMI", "version": "4.9.3-1" - }, - "python": { - "arch": "amd64", - "digest": "28b91ef5db9ad93e704881400703e4085bd82f016be15e3cf8760df044da9490", - "distro": "debian-10", - "type": "NAMI", - "version": "3.8.11-0" } } \ No newline at end of file diff --git a/bitnami/parse/4/debian-10/rootfs/opt/bitnami/scripts/parse-env.sh b/bitnami/parse/4/debian-10/rootfs/opt/bitnami/scripts/parse-env.sh index 67def3a0b4a6..a082b8059900 100644 --- a/bitnami/parse/4/debian-10/rootfs/opt/bitnami/scripts/parse-env.sh +++ b/bitnami/parse/4/debian-10/rootfs/opt/bitnami/scripts/parse-env.sh @@ -61,7 +61,7 @@ unset parse_env_vars export PARSE_BASE_DIR="${BITNAMI_ROOT_DIR}/parse" export PARSE_TMP_DIR="${PARSE_BASE_DIR}/tmp" export PARSE_LOGS_DIR="${PARSE_BASE_DIR}/logs" -export PARSE_PID_FILE="${PARSE_TMP_DIR}/parse-dashboard.pid" +export PARSE_PID_FILE="${PARSE_TMP_DIR}/parse.pid" export PARSE_LOG_FILE="${PARSE_LOGS_DIR}/parse.log" export PARSE_CONF_FILE="${PARSE_BASE_DIR}/config.json" diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index 712483d71955..f9559b04873f 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -48,7 +48,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -* [`4`, `4-debian-10`, `4.9.3`, `4.9.3-debian-10-r170`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.9.3-debian-10-r170/4/debian-10/Dockerfile) +* [`4`, `4-debian-10`, `4.9.3`, `4.9.3-debian-10-r171`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-parse/blob/4.9.3-debian-10-r171/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/parse GitHub repo](https://github.com/bitnami/bitnami-docker-parse).