mirror of
https://github.com/bitnami/containers.git
synced 2026-04-04 16:27:46 +08:00
4.4.6-debian-10-r9 release
This commit is contained in:
committed by
Bitnami Containers
parent
d35c93159e
commit
54fc5957a3
@@ -11,7 +11,7 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip jq libc6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-0" --checksum 255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.6-0" --checksum d75cf31f6e8d7c8e53c9ecf7cfa6de63d156de04d3e05122174cb4f22fe1862a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
"digest": "900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b",
|
||||
"digest": "255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "11.0.14-7"
|
||||
"version": "11.0.15-0"
|
||||
},
|
||||
"neo4j": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -10,13 +10,6 @@ set -o pipefail
|
||||
# Load Neo4j environment
|
||||
. /opt/bitnami/scripts/neo4j-env.sh
|
||||
|
||||
# Load MongoDB® Client environment for 'mongodb_remote_execute' (after 'neo4j-env.sh' so that MODULE is not set to a wrong value)
|
||||
if [[ -f /opt/bitnami/scripts/mongodb-client-env.sh ]]; then
|
||||
. /opt/bitnami/scripts/mongodb-client-env.sh
|
||||
elif [[ -f /opt/bitnami/scripts/mongodb-env.sh ]]; then
|
||||
. /opt/bitnami/scripts/mongodb-env.sh
|
||||
fi
|
||||
|
||||
# Load libraries
|
||||
. /opt/bitnami/scripts/libneo4j.sh
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ You can find the default credentials and available configuration options in the
|
||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`4`, `4-debian-10`, `4.4.6`, `4.4.6-debian-10-r8`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.6-debian-10-r8/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.4.6`, `4.4.6-debian-10-r9`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.6-debian-10-r9/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user