4.4.8-debian-11-r10 release

This commit is contained in:
Bitnami Bot
2022-07-15 07:08:27 +00:00
committed by Bitnami Containers
parent 52273a09e1
commit a0e2e07227
3 changed files with 7 additions and 7 deletions

View File

@@ -10,9 +10,9 @@ COPY prebuildfs /
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-0" --checksum 036b876a7a2546e5639cb5557d152ec14a3492ca37132dc99e8bd2e3b8ce1ecd
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.8-1" --checksum 55f054384cefa1e974420f9230b5bc0f7697a42a912eb01624fb92ffb5a42336
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
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
RUN chmod g+rwX /opt/bitnami

View File

@@ -1,17 +1,17 @@
{
"gosu": {
"arch": "amd64",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-151"
"version": "1.14.0-152"
},
"java": {
"arch": "amd64",
"digest": "036b876a7a2546e5639cb5557d152ec14a3492ca37132dc99e8bd2e3b8ce1ecd",
"digest": "6d176a8b3c894c608106fee2cf10aaf3771015defb0b7e08fe60ce6c9c1cd342",
"distro": "debian-11",
"type": "NAMI",
"version": "11.0.15-1-0"
"version": "11.0.15-1-1"
},
"neo4j": {
"arch": "amd64",

View File

@@ -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.8`, `4.4.8-debian-11-r9`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.8-debian-11-r9/4/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.4.8`, `4.4.8-debian-11-r10`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.8-debian-11-r10/4/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).