4.4.8-debian-11-r0 release

This commit is contained in:
Bitnami Bot 2022-06-14 22:50:40 +00:00 committed by Bitnami Containers
parent e2aa031e49
commit 3300ed407e
3 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ 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.15-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.7-151" --checksum d3e03afd16bcc9da0d5140fc3102cd5f7f2f766dd56f71c3ec34f0a503a5246e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.8-0" --checksum ace1ec03e231fa54d97c853d1dff1c18fd7dd283a43b1618841f706393e21a17
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -21,7 +21,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.7" \
ENV APP_VERSION="4.4.8" \
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": "d3e03afd16bcc9da0d5140fc3102cd5f7f2f766dd56f71c3ec34f0a503a5246e",
"digest": "ace1ec03e231fa54d97c853d1dff1c18fd7dd283a43b1618841f706393e21a17",
"distro": "debian-11",
"type": "NAMI",
"version": "4.4.7-151"
"version": "4.4.8-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.7`, `4.4.7-debian-11-r5`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.7-debian-11-r5/4/debian-11/Dockerfile)
* [`4`, `4-debian-11`, `4.4.8`, `4.4.8-debian-11-r0`, `latest` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.8-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).