mirror of
https://github.com/bitnami/containers.git
synced 2026-03-30 14:57:50 +08:00
[bitnami/parse] Release 7.2.0-debian-12-r0 (#69174)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -7,15 +7,15 @@ ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2024-07-06T10:31:26Z" \
|
||||
org.opencontainers.image.created="2024-07-10T08:32:38Z" \
|
||||
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.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="7.0.0-debian-12-r7" \
|
||||
org.opencontainers.image.ref.name="7.2.0-debian-12-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/parse" \
|
||||
org.opencontainers.image.title="parse" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="7.0.0"
|
||||
org.opencontainers.image.version="7.2.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -29,9 +29,9 @@ RUN install_packages ca-certificates curl jq libbz2-1.0 libcom-err2 libcrypt1 li
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
|
||||
COMPONENTS=( \
|
||||
"python-3.11.9-11-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.20.3-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.2.10-0-linux-${OS_ARCH}-debian-12" \
|
||||
"parse-7.0.0-10-linux-${OS_ARCH}-debian-12" \
|
||||
"node-18.20.4-0-linux-${OS_ARCH}-debian-12" \
|
||||
"mongodb-shell-2.2.11-0-linux-${OS_ARCH}-debian-12" \
|
||||
"parse-7.2.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -50,7 +50,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/parse/postunpack.sh
|
||||
ENV APP_VERSION="7.0.0" \
|
||||
ENV APP_VERSION="7.2.0" \
|
||||
BITNAMI_APP_NAME="parse" \
|
||||
PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mongodb/bin:/opt/bitnami/parse/bin:$PATH"
|
||||
|
||||
|
||||
@@ -3,19 +3,19 @@
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.2.10-0"
|
||||
"version": "2.2.11-0"
|
||||
},
|
||||
"node": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "18.20.3-0"
|
||||
"version": "18.20.4-0"
|
||||
},
|
||||
"parse": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "7.0.0-10"
|
||||
"version": "7.2.0-0"
|
||||
},
|
||||
"python": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "7"
|
||||
- 7-debian-12
|
||||
- 7.0.0
|
||||
- 7.2.0
|
||||
- latest
|
||||
|
||||
Reference in New Issue
Block a user