From 08637ca64c488db2cfce059f30caa56a3756d040 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 16 Nov 2022 17:50:27 +0100 Subject: [PATCH] [bitnami/parse-dashboard] Release 5.0.0-debian-11-r4 (#13917) Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/parse-dashboard/5/debian-11/Dockerfile | 2 +- bitnami/parse-dashboard/README.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bitnami/parse-dashboard/5/debian-11/Dockerfile b/bitnami/parse-dashboard/5/debian-11/Dockerfile index 4a40d4d19688..7f105d3e94ce 100644 --- a/bitnami/parse-dashboard/5/debian-11/Dockerfile +++ b/bitnami/parse-dashboard/5/debian-11/Dockerfile @@ -4,7 +4,7 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \ org.opencontainers.image.description="Application packaged by Bitnami" \ - org.opencontainers.image.ref.name="5.0.0-debian-11-r3" \ + org.opencontainers.image.ref.name="5.0.0-debian-11-r4" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard" \ org.opencontainers.image.title="parse-dashboard" \ org.opencontainers.image.vendor="VMware, Inc." \ diff --git a/bitnami/parse-dashboard/README.md b/bitnami/parse-dashboard/README.md index 33196a472928..fc65725d063a 100644 --- a/bitnami/parse-dashboard/README.md +++ b/bitnami/parse-dashboard/README.md @@ -247,10 +247,6 @@ Available environment variables: - The Parse Dashboard container has been migrated to a non-root user approach. Previously the container ran as the `root` user and the Parse Dashboard daemon was started as the `parsedashboard` user. From now on, both the container and the Parse Dashboard daemon run as user `1001`. As a consequence, the data directory must be writable by that user. You can revert this behavior by changing `USER 1001` to `USER root` in the Dockerfile. -## Branch Deprecation Notice - -Parse Dashboard's branches 3 and 4 are no longer maintained by upstream and are now internally tagged as to be deprecated. These branches will no longer be released in our catalog a month after this notice is published, but already released container images will still persist in the registries. Valid to be removed starting on: 12-09-2022 - ## Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/containers/issues) or submitting a [pull request](https://github.com/bitnami/containers/pulls) with your contribution.