[bitnami/parse] Release 9.1.1-debian-12-r13 (#89579)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
parent
d35a008b0c
commit
abf9265255
|
|
@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-12-22T06:33:20Z" \
|
||||
org.opencontainers.image.created="2026-01-11T09:37:13Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/parse/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse" \
|
||||
|
|
@ -28,8 +28,8 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
|||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.14.2-0-linux-${OS_ARCH}-debian-12" \
|
||||
"node-24.12.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
"python-3.14.2-2-linux-${OS_ARCH}-debian-12" \
|
||||
"node-24.12.0-1-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.5.10-0-linux-${OS_ARCH}-debian-12" \
|
||||
"parse-9.1.1-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
|
|
@ -52,7 +52,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/parse/postunpack.sh
|
||||
ENV APP_VERSION="9.1.1" \
|
||||
BITNAMI_APP_NAME="parse" \
|
||||
IMAGE_REVISION="12" \
|
||||
IMAGE_REVISION="13" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH"
|
||||
|
||||
EXPOSE 1337 3000
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@ If you encountered a problem running this container, you can file an [issue](htt
|
|||
|
||||
## License
|
||||
|
||||
Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
||||
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
|||
Loading…
Reference in New Issue