diff --git a/bitnami/neo4j/5/debian-11/Dockerfile b/bitnami/neo4j/5/debian-11/Dockerfile index abc139046182..97ff27da6fe5 100644 --- a/bitnami/neo4j/5/debian-11/Dockerfile +++ b/bitnami/neo4j/5/debian-11/Dockerfile @@ -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.2.0-debian-11-r17" \ + org.opencontainers.image.ref.name="5.3.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.2.0" + org.opencontainers.image.version="5.3.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.5-8-2-linux-${OS_ARCH}-debian-11" \ - "neo4j-5.2.0-1-linux-${OS_ARCH}-debian-11" \ + "neo4j-5.3.0-0-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-0-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.2.0" \ +ENV APP_VERSION="5.3.0" \ BITNAMI_APP_NAME="neo4j" \ JAVA_HOME="/opt/bitnami/java" \ PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH" diff --git a/bitnami/neo4j/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/neo4j/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index ace08cf5af1c..6583d6299796 100644 --- a/bitnami/neo4j/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/neo4j/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,9 +15,9 @@ }, "neo4j": { "arch": "amd64", - "digest": "e7205212504596c7dc7a10ec3badb3b31b7691ae03cd024566974b1237e4d1b1", + "digest": "7420a733b29c680fbab322cee02e7e9c1279d674a3e4840294e77120b2287b56", "distro": "debian-11", "type": "NAMI", - "version": "5.2.0-1" + "version": "5.3.0-0" } } \ No newline at end of file diff --git a/bitnami/neo4j/5/debian-11/rootfs/opt/bitnami/scripts/neo4j-env.sh b/bitnami/neo4j/5/debian-11/rootfs/opt/bitnami/scripts/neo4j-env.sh index 6e71d8bf5f4a..11b2f5c60110 100644 --- a/bitnami/neo4j/5/debian-11/rootfs/opt/bitnami/scripts/neo4j-env.sh +++ b/bitnami/neo4j/5/debian-11/rootfs/opt/bitnami/scripts/neo4j-env.sh @@ -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}" diff --git a/bitnami/neo4j/5/debian-11/tags-info.yaml b/bitnami/neo4j/5/debian-11/tags-info.yaml index 0911aa473f0f..ad31bb9e1b3c 100644 --- a/bitnami/neo4j/5/debian-11/tags-info.yaml +++ b/bitnami/neo4j/5/debian-11/tags-info.yaml @@ -1,5 +1,5 @@ rolling-tags: - "5" - "5-debian-11" - - "5.2.0" + - "5.3.0" - "latest" diff --git a/bitnami/neo4j/README.md b/bitnami/neo4j/README.md index babb372d6119..3302c9f47e93 100644 --- a/bitnami/neo4j/README.md +++ b/bitnami/neo4j/README.md @@ -146,7 +146,7 @@ $ docker-compose up -d When you start the neo4j image, you can adjust the configuration of the instance by passing one or more environment variables either on the docker-compose file or on the `docker run` command line. The following environment values are provided to custom Neo4j: -- `NEO4J_PASSWORD`: Password used by Neo4j server. Default: **bitnami** +- `NEO4J_PASSWORD`: Password used by Neo4j server. Default: **bitnami1** - `NEO4J_HOST`: Hostname used to configure Neo4j advertised address. It can be either an IP or a domain. If left empty, it will be resolved to the machine IP. Default: **empty** - `NEO4J_BOLT_PORT_NUMBER`: Port used by Neo4j https. Default: **7687** - `NEO4J_HTTP_PORT_NUMBER`: Port used by Neo4j http. Default: **7474**