mirror of
https://github.com/bitnami/containers.git
synced 2026-03-09 07:27:54 +08:00
[bitnami/neo4j] Release 5.4.0-debian-11-r0 (#21869)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -6,11 +6,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="5.3.0-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="5.4.0-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/neo4j" \
|
||||
org.opencontainers.image.title="neo4j" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="5.3.0"
|
||||
org.opencontainers.image.version="5.4.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,7 @@ 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.6-10-0-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-5.3.0-3-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-5.4.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
@@ -44,7 +44,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/neo4j/postunpack.sh
|
||||
ENV APP_VERSION="5.3.0" \
|
||||
ENV APP_VERSION="5.4.0" \
|
||||
BITNAMI_APP_NAME="neo4j" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"neo4j": {
|
||||
"arch": "amd64",
|
||||
"digest": "7d5982cef929e8f627ce55fc53a764a20b5e5748a5a206759c79fbcc7e1c8403",
|
||||
"digest": "b7fa3ed5d4074c1f94e90f1ee456d7169f7132ac709c4b21a1a934c1a58a2889",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.3.0-3"
|
||||
"version": "5.4.0-0"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "5"
|
||||
- "5-debian-11"
|
||||
- "5.3.0"
|
||||
- "5.4.0"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user