[bitnami/neo4j] Release 5.3.0-debian-11-r0 (#20181)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
497029306e
commit
f0946e26f1
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "5"
|
||||
- "5-debian-11"
|
||||
- "5.2.0"
|
||||
- "5.3.0"
|
||||
- "latest"
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
|
|
|||
Loading…
Reference in New Issue