From 0e06d3ef3dcb72e1130c178c2056f71fe88bf522 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 17 Feb 2023 19:11:40 +0100 Subject: [PATCH] [bitnami/parse-dashboard] Release 5.0.0-debian-11-r35 (#24368) Signed-off-by: Bitnami Containers --- bitnami/parse-dashboard/5/debian-11/Dockerfile | 16 ++++++++-------- .../opt/bitnami/.bitnami_components.json | 16 ++++++++-------- bitnami/parse-dashboard/README.md | 6 +++--- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bitnami/parse-dashboard/5/debian-11/Dockerfile b/bitnami/parse-dashboard/5/debian-11/Dockerfile index b7139fd47446..b46f655db040 100644 --- a/bitnami/parse-dashboard/5/debian-11/Dockerfile +++ b/bitnami/parse-dashboard/5/debian-11/Dockerfile @@ -2,11 +2,11 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH -LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ - org.opencontainers.image.description="Application packaged by Bitnami" \ +LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ + org.opencontainers.image.created="2023-02-17T17:46:16Z" \ + org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="5.0.0-debian-11-r34" \ - org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard" \ + org.opencontainers.image.ref.name="5.0.0-debian-11-r35" \ org.opencontainers.image.title="parse-dashboard" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="5.0.0" @@ -22,10 +22,10 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl jq libbz2-1.0 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncursesw6 libnsl2 libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ COMPONENTS=( \ - "python-3.8.16-3-linux-${OS_ARCH}-debian-11" \ - "node-16.19.0-1-linux-${OS_ARCH}-debian-11" \ - "parse-dashboard-5.0.0-3-linux-${OS_ARCH}-debian-11" \ - "gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \ + "python-3.8.16-4-linux-${OS_ARCH}-debian-11" \ + "node-16.19.1-1-linux-${OS_ARCH}-debian-11" \ + "parse-dashboard-5.0.0-4-linux-${OS_ARCH}-debian-11" \ + "gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \ ) && \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ diff --git a/bitnami/parse-dashboard/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/parse-dashboard/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index ebbea91c2e9e..c3ea091aa687 100644 --- a/bitnami/parse-dashboard/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/parse-dashboard/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,30 +1,30 @@ { "gosu": { "arch": "amd64", - "digest": "9ab9654690d90d3c49ff66fb1eb286487e318adc899d036bc45922f6b176865b", + "digest": "f6056076afb745fd7d9d87d20f71e7248d63330352cf5ae0be2130b7f44a8cfa", "distro": "debian-11", "type": "NAMI", - "version": "1.16.0-1" + "version": "1.16.0-2" }, "node": { "arch": "amd64", - "digest": "c584387a554d2de02d1be7f8bf6ee003f2648f4fbbd8cee66dc04e9cb0ae1d45", + "digest": "af036d4ce8c216d61f662a522345caac4f4822fec1fdb2383302b5b1b9f2ffc9", "distro": "debian-11", "type": "NAMI", - "version": "16.19.0-1" + "version": "16.19.1-1" }, "parse-dashboard": { "arch": "amd64", - "digest": "01a96406eaeb7b9aacfd26644e3321a3ebe9d5de6070428fe5692b91e790f53a", + "digest": "aa81130eea0658180635fe2c5b019493c79cf681cc79c5bf39cc7db9a32cb55a", "distro": "debian-11", "type": "NAMI", - "version": "5.0.0-3" + "version": "5.0.0-4" }, "python": { "arch": "amd64", - "digest": "fbe5cb1a19ecccf616d2e97c130e7dae06537494bdcc3ead8b9e98054fb4a6f9", + "digest": "100f7d546cffcd034bcced74a0fa87b5771c4109945a6ae616b53d0ec13d7881", "distro": "debian-11", "type": "NAMI", - "version": "3.8.16-3" + "version": "3.8.16-4" } } \ No newline at end of file diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index d98d1fae2ac6..fe7e8d2d4186 100644 --- a/bitnami/parse-dashboard/README.md +++ b/bitnami/parse-dashboard/README.md @@ -79,7 +79,7 @@ If you want to run the application manually instead of using docker-compose, the docker run -d -p 1337:1337 --name parse --net=parse_dashboard-tier bitnami/parse ``` -4. Run the {{ .Name }} container: +4. Run the Parse Dashboard container: ```console docker run -d -p 80:4040 --name parse-dashboard --net=parse_dashboard-tier bitnami/parse-dashboard @@ -152,7 +152,7 @@ In this case you need to specify the directories to mount on the run command. Th bitnami/parse:latest ``` -4. Run the {{ .Name }} container: +4. Run the Parse Dashboard container: ```console docker run -d --name parse-dashboard -p 80:4040 \ @@ -162,7 +162,7 @@ In this case you need to specify the directories to mount on the run command. Th ## Upgrade this application -Bitnami provides up-to-date versions of {{ .Name }}, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. We will cover here the upgrade of the {{ .Name }} container. +Bitnami provides up-to-date versions of Parse Dashboard, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. We will cover here the upgrade of the Parse Dashboard container. 1. Get the updated images: