4.4.9-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-07-19 00:23:06 +00:00
parent ccfa4e5959
commit 6bf412feca
3 changed files with 5 additions and 5 deletions

View File

@ -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.8-2" --checksum 091e47d2092f991f7c30b854e27ddb8985adeb9b3d84a8956682604943891759
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.9-0" --checksum 821488b4ef3fa0848012fe58f0393b21c681598be356a7e98033eac3f41fe366
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
@ -20,7 +20,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="4.4.8" \
ENV APP_VERSION="4.4.9" \
BITNAMI_APP_NAME="neo4j" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH"

View File

@ -15,9 +15,9 @@
},
"neo4j": {
"arch": "amd64",
"digest": "091e47d2092f991f7c30b854e27ddb8985adeb9b3d84a8956682604943891759",
"digest": "821488b4ef3fa0848012fe58f0393b21c681598be356a7e98033eac3f41fe366",
"distro": "debian-11",
"type": "NAMI",
"version": "4.4.8-2"
"version": "4.4.9-0"
}
}

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