[bitnami/parse-dashboard] Release 4.2.0-debian-11-r0 (#10281)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
751b7bc114
commit
356d418c05
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.1.4-debian-11-r39" \
|
||||
org.opencontainers.image.ref.name="4.2.0-debian-11-r0" \
|
||||
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." \
|
||||
org.opencontainers.image.version="4.1.4"
|
||||
org.opencontainers.image.version="4.2.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"python-3.8.15-0-linux-${OS_ARCH}-debian-11" \
|
||||
"node-16.18.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"parse-dashboard-4.1.4-5-linux-${OS_ARCH}-debian-11" \
|
||||
"parse-dashboard-4.2.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
@ -42,7 +42,7 @@ RUN mkdir /.local && chmod g+rwX /.local
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh
|
||||
ENV APP_VERSION="4.1.4" \
|
||||
ENV APP_VERSION="4.2.0" \
|
||||
BITNAMI_APP_NAME="parse-dashboard" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
"digest": "b3a0e8c71cca68fb41bbe0f4d338241812a1caf44847e9bc851d8ceff8f765f5",
|
||||
"digest": "d946ed43d243708b842f658b66653df6e9b561861d8a89f2a4efea635d8cf53a",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.1.4-5"
|
||||
"version": "4.2.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.1.4"
|
||||
- "4.2.0"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue