4.4.3-debian-10-r31 release

This commit is contained in:
Bitnami Bot
2022-02-11 17:52:43 +00:00
parent 36d7283a31
commit 769ba5dccf
3 changed files with 11 additions and 11 deletions

View File

@@ -11,9 +11,9 @@ 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-3" --checksum 1f4876cb7c5709c5dc905f4325b1136b3ab73f71e3e16faa3c877ef84e78e776
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.3-4" --checksum c5d513a1af003c5c2745fcbdd0a08c45ece5a7dc78f676936ff8ca96b0a1064a
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-4" --checksum 6dbd1da27fbf2f1a92fcf8e58bf873736aa65428cdaff26708ec7506e03cc8e7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.4.3-5" --checksum 057aaaf1ced1e166ff3f1575b69d850df12cc205b9d782c5c7577f2193ead386
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
@@ -22,7 +22,7 @@ COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/neo4j/postunpack.sh
ENV BITNAMI_APP_NAME="neo4j" \
BITNAMI_IMAGE_VERSION="4.4.3-debian-10-r30" \
BITNAMI_IMAGE_VERSION="4.4.3-debian-10-r31" \
JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH"

View File

@@ -1,23 +1,23 @@
{
"gosu": {
"arch": "amd64",
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
"digest": "ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53",
"distro": "debian-10",
"type": "NAMI",
"version": "1.14.0-3"
"version": "1.14.0-4"
},
"java": {
"arch": "amd64",
"digest": "1f4876cb7c5709c5dc905f4325b1136b3ab73f71e3e16faa3c877ef84e78e776",
"digest": "6dbd1da27fbf2f1a92fcf8e58bf873736aa65428cdaff26708ec7506e03cc8e7",
"distro": "debian-10",
"type": "NAMI",
"version": "11.0.14-3"
"version": "11.0.14-4"
},
"neo4j": {
"arch": "amd64",
"digest": "c5d513a1af003c5c2745fcbdd0a08c45ece5a7dc78f676936ff8ca96b0a1064a",
"digest": "057aaaf1ced1e166ff3f1575b69d850df12cc205b9d782c5c7577f2193ead386",
"distro": "debian-10",
"type": "NAMI",
"version": "4.4.3-4"
"version": "4.4.3-5"
}
}

View File

@@ -40,7 +40,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.3`, `4.4.3-debian-10-r30`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.3-debian-10-r30/4/debian-10/Dockerfile)
* [`4`, `4-debian-10`, `4.4.3`, `4.4.3-debian-10-r31`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.3-debian-10-r31/4/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).