[bitnami/neo4j] Release 5.3.0-debian-11-r2 (#20485)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
b53b9e305c
commit
13dbfa6da5
|
|
@ -6,7 +6,7 @@ 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-r1" \
|
||||
org.opencontainers.image.ref.name="5.3.0-debian-11-r2" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/neo4j" \
|
||||
org.opencontainers.image.title="neo4j" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
|
|
@ -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.5-8-2-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-5.3.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-5.3.0-2-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"neo4j": {
|
||||
"arch": "amd64",
|
||||
"digest": "ddfdf7324bd4b51399bdcba2b43a2d2557704c32d09a1c9e22cddaf5303dc620",
|
||||
"digest": "7e60e765449a9a024ece321fca248bfbc56eaa2daf42e1a4e92e4dbaf3669c67",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "5.3.0-1"
|
||||
"version": "5.3.0-2"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue