[bitnami/neo4j] Release 4.4.18-debian-11-r0 (#25372)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-24 22:55:30 +01:00
committed by GitHub
parent cc432bc423
commit e1edd739fa
4 changed files with 14 additions and 9 deletions

View File

@@ -4,15 +4,15 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-02-23T20:40:32Z" \
org.opencontainers.image.created="2023-02-24T21:29:03Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="4.4.17-debian-11-r7" \
org.opencontainers.image.ref.name="4.4.18-debian-11-r0" \
org.opencontainers.image.title="neo4j" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="4.4.17"
org.opencontainers.image.version="4.4.18"
ENV HOME="/" \
ENV HOME="/opt/bitnami/neo4j/.home" \
OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
OS_NAME="linux"
@@ -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.18-10-2-linux-${OS_ARCH}-debian-11" \
"neo4j-4.4.17-1-linux-${OS_ARCH}-debian-11" \
"neo4j-4.4.18-0-linux-${OS_ARCH}-debian-11" \
"gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
@@ -44,9 +44,10 @@ 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.17" \
ENV APP_VERSION="4.4.18" \
BITNAMI_APP_NAME="neo4j" \
JAVA_HOME="/opt/bitnami/java" \
JAVA_OPTS="-Duser.home=/opt/bitnami/neo4j/.home" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH"
EXPOSE 7473 7474 8756

View File

@@ -15,9 +15,9 @@
},
"neo4j": {
"arch": "amd64",
"digest": "95cfc50d509b15da69c262687001d1d7734cbdfb1d134c8a85b902ec69f9c6ec",
"digest": "7331edca2a2550331c0c557287aede5a27544ea44057f16b55dee3b9b526d20b",
"distro": "debian-11",
"type": "NAMI",
"version": "4.4.17-1"
"version": "4.4.18-0"
}
}

View File

@@ -58,3 +58,7 @@ touch "$NEO4J_APOC_CONF_FILE"
neo4j_conf_set "apoc.import.file.enabled" "true" "$NEO4J_APOC_CONF_FILE"
neo4j_conf_set "apoc.import.file.use_neo4j_config" "false" "$NEO4J_APOC_CONF_FILE"
configure_permissions_ownership "$NEO4J_APOC_CONF_FILE" -u "root" -g "root" -f 664
## Create a hidden directory where the cypher-shell executable can write cache and history data
ensure_dir_exists "$NEO4J_BASE_DIR/.home"
configure_permissions_ownership "$NEO4J_BASE_DIR/.home" -u "root" -g "root" -d 775

View File

@@ -1,4 +1,4 @@
rolling-tags:
- "4"
- 4-debian-11
- 4.4.17
- 4.4.18