3.4.3-debian-9-r1 release
This commit is contained in:
parent
c258b47fe8
commit
67e7592e1f
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/minideb-extras:stretch-r79
|
||||
FROM bitnami/minideb-extras:stretch-r80
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack neo4j-3.4.3-0 --checksum b978a890339f1e4c1fb08cffcce3a2e4
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="neo4j" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.3-debian-9-r0" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.3-debian-9-r1" \
|
||||
NEO4J_BOLT_PORT_NUMBER="7687" \
|
||||
NEO4J_HOST="" \
|
||||
NEO4J_HTTPS_PORT_NUMBER="7473" \
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3-ol-7`, `3.4.3-ol-7-r1` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-ol-7-r1/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.3-debian-9-r0`, `3`, `3.4.3`, `3.4.3-r0`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-debian-9-r0/3/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.3-debian-9-r1`, `3`, `3.4.3`, `3.4.3-r1`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-debian-9-r1/3/Dockerfile)
|
||||
* [`3-debian-8`, `3.4.3-debian-8-r1` (3/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-debian-8-r1/3/debian-8/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
|
||||
|
|
|
|||
Loading…
Reference in New Issue