3.4.0-r14 release

This commit is contained in:
Bitnami Bot
2018-06-14 02:57:55 +00:00
parent 047d6c7a29
commit 6fc7747e77
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r75
FROM bitnami/minideb-extras:jessie-r76
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -7,7 +7,7 @@ RUN bitnami-pkg unpack neo4j-3.4.0-0 --checksum 819381796cbf4b6f93cedfb14c2b1f73
COPY rootfs /
ENV BITNAMI_APP_NAME="neo4j" \
BITNAMI_IMAGE_VERSION="3.4.0-r13" \
BITNAMI_IMAGE_VERSION="3.4.0-r14" \
NEO4J_BOLT_PORT_NUMBER="7687" \
NEO4J_HOST="" \
NEO4J_HTTPS_PORT_NUMBER="7473" \

View File

@@ -30,7 +30,7 @@ $ docker-compose up -d
# Supported tags and respective `Dockerfile` links
* [`3`, `3.4.0-r13`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.0-r13/3/Dockerfile)
* [`3`, `3.4.0-r14`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.0-r14/3/Dockerfile)
* [`3-ol-7`, `3.4.0-ol-7-r0` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.0-ol-7-r0/3/ol-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
@@ -246,7 +246,7 @@ $ docker run --name neo4j bitnami/neo4j:latest
or using Docker Compose:
```bash
$ docker-compose start neo4j
$ docker-compose up neo4j
```
# Contributing