mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
[bitnami/neo4j] Release 4.4.16-debian-11-r8 (#20183)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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="4.4.16-debian-11-r7" \
|
||||
org.opencontainers.image.ref.name="4.4.16-debian-11-r8" \
|
||||
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-11.0.17-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-4.4.16-0-linux-${OS_ARCH}-debian-11" \
|
||||
"neo4j-4.4.16-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
|
||||
@@ -18,6 +18,6 @@
|
||||
"digest": "777db831af127d9b494bd0cf4f9a89306987995a9298ac6a2f157a42489f6c94",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.16-0"
|
||||
"version": "4.4.16-1"
|
||||
}
|
||||
}
|
||||
@@ -76,7 +76,7 @@ export NEO4J_DAEMON_GROUP="neo4j"
|
||||
export NEO4J_HOST="${NEO4J_HOST:-}"
|
||||
export NEO4J_BIND_ADDRESS="${NEO4J_BIND_ADDRESS:-0.0.0.0}"
|
||||
export NEO4J_ALLOW_UPGRADE="${NEO4J_ALLOW_UPGRADE:-true}"
|
||||
export NEO4J_PASSWORD="${NEO4J_PASSWORD:-bitnami}"
|
||||
export NEO4J_PASSWORD="${NEO4J_PASSWORD:-bitnami1}"
|
||||
export NEO4J_APOC_IMPORT_FILE_ENABLED="${NEO4J_APOC_IMPORT_FILE_ENABLED:-true}"
|
||||
export NEO4J_APOC_IMPORT_FILE_USE_NEO4J_CONFIG="${NEO4J_APOC_IMPORT_FILE_USE_NEO4J_CONFIG:-false}"
|
||||
export NEO4J_BOLT_PORT_NUMBER="${NEO4J_BOLT_PORT_NUMBER:-7687}"
|
||||
|
||||
Reference in New Issue
Block a user