[bitnami/parse-dashboard] Release 7.1.0-debian-12-r0 (#80682)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
0628761127
commit
f87b00af22
|
|
@ -8,14 +8,14 @@ ARG TARGETARCH
|
|||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-04-15T02:17:25Z" \
|
||||
org.opencontainers.image.created="2025-05-01T11:47:31Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard/README.md" \
|
||||
org.opencontainers.image.ref.name="7.0.0-debian-12-r1" \
|
||||
org.opencontainers.image.ref.name="7.1.0-debian-12-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="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="7.0.0"
|
||||
org.opencontainers.image.version="7.1.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -28,9 +28,9 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
|
|||
RUN install_packages ca-certificates curl jq libbz2-1.0 libffi8 libgcc-s1 liblzma5 libncursesw6 libreadline8 libsqlite3-0 libssl3 libstdc++6 libtinfo6 procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.13.3-2-linux-${OS_ARCH}-debian-12" \
|
||||
"node-22.14.0-3-linux-${OS_ARCH}-debian-12" \
|
||||
"parse-dashboard-7.0.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.13.3-5-linux-${OS_ARCH}-debian-12" \
|
||||
"node-22.15.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"parse-dashboard-7.1.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -49,7 +49,7 @@ RUN mkdir /.local && chmod g+rwX /.local
|
|||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/parse-dashboard/postunpack.sh
|
||||
ENV APP_VERSION="7.0.0" \
|
||||
ENV APP_VERSION="7.1.0" \
|
||||
BITNAMI_APP_NAME="parse-dashboard" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/parse-dashboard/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,18 +3,18 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "22.14.0-3"
|
||||
"version": "22.15.0-0"
|
||||
},
|
||||
"parse-dashboard": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.0-0"
|
||||
"version": "7.1.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "3.13.3-2"
|
||||
"version": "3.13.3-5"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "7"
|
||||
- 7-debian-12
|
||||
- 7.0.0
|
||||
- 7.1.0
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue