4.3.3-debian-10-r14 release

This commit is contained in:
Bitnami Bot
2021-09-08 19:20:10 +00:00
parent c766a41679
commit d149586ab6
3 changed files with 5 additions and 5 deletions

View File

@@ -10,14 +10,14 @@ 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.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.3.3-0" --checksum 6367e80da1d67981553af498e9d5a134e914f3d91ae85540c504ebeef97e10e7
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "neo4j" "4.3.3-1" --checksum 072333cce7b213944fe2d5e398112cd6692463b9a9bf47d9c3bd35a021d05e96
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/neo4j/postunpack.sh
ENV BITNAMI_APP_NAME="neo4j" \
BITNAMI_IMAGE_VERSION="4.3.3-debian-10-r13" \
BITNAMI_IMAGE_VERSION="4.3.3-debian-10-r14" \
NEO4J_BOLT_PORT_NUMBER="" \
NEO4J_HOST="" \
NEO4J_HTTPS_PORT_NUMBER="" \

View File

@@ -15,9 +15,9 @@
},
"neo4j": {
"arch": "amd64",
"digest": "6367e80da1d67981553af498e9d5a134e914f3d91ae85540c504ebeef97e10e7",
"digest": "072333cce7b213944fe2d5e398112cd6692463b9a9bf47d9c3bd35a021d05e96",
"distro": "debian-10",
"type": "NAMI",
"version": "4.3.3-0"
"version": "4.3.3-1"
}
}