From f10ae89facd859c191773246d71c5e13a67d9c93 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 19 Mar 2024 20:42:04 +0100 Subject: [PATCH] [bitnami/parse] Release 6.5.5-debian-12-r0 (#63905) Signed-off-by: Bitnami Containers --- bitnami/parse/6/debian-12/Dockerfile | 10 +++++----- .../prebuildfs/opt/bitnami/.bitnami_components.json | 2 +- bitnami/parse/6/debian-12/tags-info.yaml | 2 +- bitnami/parse/README.md | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bitnami/parse/6/debian-12/Dockerfile b/bitnami/parse/6/debian-12/Dockerfile index 7040a662ab60..ad3522986d63 100644 --- a/bitnami/parse/6/debian-12/Dockerfile +++ b/bitnami/parse/6/debian-12/Dockerfile @@ -7,13 +7,13 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-03-18T12:06:20Z" \ + org.opencontainers.image.created="2024-03-19T18:59:37Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="6.5.4-debian-12-r1" \ + org.opencontainers.image.ref.name="6.5.5-debian-12-r0" \ org.opencontainers.image.title="parse" \ org.opencontainers.image.vendor="VMware, Inc." \ - org.opencontainers.image.version="6.5.4" + org.opencontainers.image.version="6.5.5" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -29,7 +29,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ "python-3.11.8-3-linux-${OS_ARCH}-debian-12" \ "node-18.19.1-0-linux-${OS_ARCH}-debian-12" \ "mongodb-shell-2.2.0-0-linux-${OS_ARCH}-debian-12" \ - "parse-6.5.4-0-linux-${OS_ARCH}-debian-12" \ + "parse-6.5.5-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -48,7 +48,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/parse/postunpack.sh -ENV APP_VERSION="6.5.4" \ +ENV APP_VERSION="6.5.5" \ BITNAMI_APP_NAME="parse" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH" diff --git a/bitnami/parse/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/parse/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 7a014b9ccfda..237c3cbd714e 100644 --- a/bitnami/parse/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/parse/6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,7 +15,7 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "6.5.4-0" + "version": "6.5.5-0" }, "python": { "arch": "amd64", diff --git a/bitnami/parse/6/debian-12/tags-info.yaml b/bitnami/parse/6/debian-12/tags-info.yaml index 066390c22589..d72003a5fdb9 100644 --- a/bitnami/parse/6/debian-12/tags-info.yaml +++ b/bitnami/parse/6/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "6" - 6-debian-12 -- 6.5.4 +- 6.5.5 - latest diff --git a/bitnami/parse/README.md b/bitnami/parse/README.md index 732fdfbfc842..e766e4b6f608 100644 --- a/bitnami/parse/README.md +++ b/bitnami/parse/README.md @@ -207,6 +207,7 @@ Bitnami provides up-to-date versions of Mongodb and Parse, including security pa | `PARSE_DATABASE_PORT_NUMBER` | Database server port. | `27017` | | `PARSE_DATABASE_NAME` | Database name. | `bitnami_parse` | | `PARSE_DATABASE_USER` | Database user name. | `bn_parse` | +| `PARSE_DATABASE_PASSWORD` | Database user password. | `nil` | #### Read-only environment variables