[bitnami/neo4j] Release 4.4.9-debian-11-r8 (#1776)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
a053e3d584
commit
9ef04df3b8
|
|
@ -11,7 +11,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# 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.15-1-1" --checksum 6d176a8b3c894c608106fee2cf10aaf3771015defb0b7e08fe60ce6c9c1cd342
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.9-1" --checksum a876b065de82779318eda00d5a7b1bbb7534c9eccfcab4e2a3f63b91b3944534
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.9-2" --checksum ee96c4e558dc31e68d7d96dad2bfbefc5f436b442116562cf0db9a5f2208ed69
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"neo4j": {
|
||||
"arch": "amd64",
|
||||
"digest": "a876b065de82779318eda00d5a7b1bbb7534c9eccfcab4e2a3f63b91b3944534",
|
||||
"digest": "ee96c4e558dc31e68d7d96dad2bfbefc5f436b442116562cf0db9a5f2208ed69",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.9-1"
|
||||
"version": "4.4.9-2"
|
||||
}
|
||||
}
|
||||
|
|
@ -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-11`, `4.4.9`, `4.4.9-debian-11-r7`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/neo4j/4/debian-11/Dockerfile)
|
||||
* [`4`, `4-debian-11`, `4.4.9`, `4.4.9-debian-11-r8`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/containers/blob/main/bitnami/neo4j/4/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/containers GitHub repo](https://github.com/bitnami/containers).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue