mirror of
https://github.com/bitnami/containers.git
synced 2026-02-17 03:07:16 +08:00
[bitnami/neo4j] Release 4.4.16-debian-11-r0 (#17611)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="4.4.15-debian-11-r6" \
|
||||
org.opencontainers.image.ref.name="4.4.16-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="4.4.15"
|
||||
org.opencontainers.image.version="4.4.16"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -23,8 +23,8 @@ RUN install_packages ca-certificates curl jq procps zlib1g
|
||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"java-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-4.4.15-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-4.4.16-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -43,7 +43,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="4.4.15" \
|
||||
ENV APP_VERSION="4.4.16" \
|
||||
BITNAMI_APP_NAME="neo4j" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "7969f4cc8ad0a260f891cccf5694686a513f4706b48771d605645be1f3f072e2",
|
||||
"digest": "c42abbc5d57ba4c33c89e4daf46c33b0173565fbf533ef7a60281cf3283f611f",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-156"
|
||||
"version": "1.16.0-0"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"neo4j": {
|
||||
"arch": "amd64",
|
||||
"digest": "395d8bbb42a749e9c224db21ee6f138e2f024fd9d662d7048457257e05cd1eb9",
|
||||
"digest": "777db831af127d9b494bd0cf4f9a89306987995a9298ac6a2f157a42489f6c94",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.15-0"
|
||||
"version": "4.4.16-0"
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
rolling-tags:
|
||||
- "4"
|
||||
- "4-debian-11"
|
||||
- "4.4.15"
|
||||
- "4.4.16"
|
||||
|
||||
Reference in New Issue
Block a user