mirror of
https://github.com/bitnami/containers.git
synced 2026-03-02 08:04:33 +08:00
4.4.4-debian-10-r0 release
This commit is contained in:
@@ -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.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 "neo4j" "4.4.4-0" --checksum 44cf1533553f9f5e22c5604c77ee72651832c5aafadd8d8efe877aa20b85acf7
|
||||
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
|
||||
@@ -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-r32" \
|
||||
BITNAMI_IMAGE_VERSION="4.4.4-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/neo4j/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
||||
@@ -15,9 +15,9 @@
|
||||
},
|
||||
"neo4j": {
|
||||
"arch": "amd64",
|
||||
"digest": "057aaaf1ced1e166ff3f1575b69d850df12cc205b9d782c5c7577f2193ead386",
|
||||
"digest": "44cf1533553f9f5e22c5604c77ee72651832c5aafadd8d8efe877aa20b85acf7",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "4.4.3-5"
|
||||
"version": "4.4.4-0"
|
||||
}
|
||||
}
|
||||
@@ -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-r32`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.3-debian-10-r32/4/debian-10/Dockerfile)
|
||||
* [`4`, `4-debian-10`, `4.4.4`, `4.4.4-debian-10-r0`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/4.4.4-debian-10-r0/4/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user