From 813f83506c5c9979e648756de4cc730e16362758 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 16 Oct 2024 11:29:48 +0200 Subject: [PATCH] [bitnami/neo4j] Release neo4j-5.24.2-debian-12-r0 (#73274) Signed-off-by: Bitnami Bot --- bitnami/neo4j/5/debian-12/Dockerfile | 15 ++++++++------- .../opt/bitnami/.bitnami_components.json | 2 +- bitnami/neo4j/5/debian-12/tags-info.yaml | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/bitnami/neo4j/5/debian-12/Dockerfile b/bitnami/neo4j/5/debian-12/Dockerfile index 85f4c8015fce..aa4a6c9a5e71 100644 --- a/bitnami/neo4j/5/debian-12/Dockerfile +++ b/bitnami/neo4j/5/debian-12/Dockerfile @@ -3,20 +3,21 @@ FROM docker.io/bitnami/minideb:bookworm +ARG DOWNLOADS_URL ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security" 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-10-02T20:53:28Z" \ + org.opencontainers.image.created="2024-10-16T08:44:46Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/neo4j/README.md" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="5.24.1-debian-12-r0" \ + org.opencontainers.image.ref.name="5.24.2-debian-12-r0" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/neo4j" \ org.opencontainers.image.title="neo4j" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="5.24.1" + org.opencontainers.image.version="5.24.2" ENV HOME="/opt/bitnami/neo4j/.home" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -30,12 +31,12 @@ RUN install_packages ca-certificates curl jq procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ "java-17.0.12-10-1-linux-${OS_ARCH}-debian-12" \ - "neo4j-5.24.1-0-linux-${OS_ARCH}-debian-12" \ + "neo4j-5.24.2-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ - curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz" -O ; \ - curl -SsLf "https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz.sha256" -O ; \ + curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz" -O ; \ + curl -SsLf "https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256" -O ; \ fi ; \ sha256sum -c "${COMPONENT}.tar.gz.sha256" ; \ tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner --wildcards '*/files' ; \ @@ -50,7 +51,7 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/neo4j/postunpack.sh -ENV APP_VERSION="5.24.1" \ +ENV APP_VERSION="5.24.2" \ BITNAMI_APP_NAME="neo4j" \ JAVA_HOME="/opt/bitnami/java" \ JAVA_OPTS="-Duser.home=/opt/bitnami/neo4j/.home" \ diff --git a/bitnami/neo4j/5/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/neo4j/5/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 21c11d3a5c11..0c487e8c7ed1 100644 --- a/bitnami/neo4j/5/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/neo4j/5/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -9,6 +9,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "5.24.1-0" + "version": "5.24.2-0" } } \ No newline at end of file diff --git a/bitnami/neo4j/5/debian-12/tags-info.yaml b/bitnami/neo4j/5/debian-12/tags-info.yaml index 19dac331691b..2b443705f56a 100644 --- a/bitnami/neo4j/5/debian-12/tags-info.yaml +++ b/bitnami/neo4j/5/debian-12/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "5" - 5-debian-12 -- 5.24.1 +- 5.24.2 - latest