3.4.6-ol-7-r6 release
This commit is contained in:
parent
272e534fff
commit
08bfbb3089
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r77
|
||||
FROM bitnami/oraclelinux-extras:7-r78
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
ENV BITNAMI_PKG_CHMOD="-R g+rwX" \
|
||||
|
|
@ -11,7 +11,7 @@ RUN bitnami-pkg unpack neo4j-3.4.6-0 --checksum b1a6e0306b9f777e9ab8845bddf43438
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="neo4j" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.6-ol-7-r5" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.6-ol-7-r6" \
|
||||
NEO4J_BOLT_PORT_NUMBER="7687" \
|
||||
NEO4J_HOST="" \
|
||||
NEO4J_HTTPS_PORT_NUMBER="7473" \
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
> Neo4j is the world’s leading Graph Database. It is a high performance graph store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions. The programmer works with a flexible network structure of nodes and relationships rather than static tables — yet enjoys all the benefits of enterprise-quality database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational DBs.
|
||||
|
||||
|
||||
[https://neo4.com](https://neo4.com)
|
||||
[https://neo4j.com](https://neo4j.com)
|
||||
|
||||
# TL;DR;
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ $ docker-compose up -d
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.4.6-ol-7-r5` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.6-ol-7-r5/3/ol-7/Dockerfile)
|
||||
* [`3-ol-7`, `3.4.6-ol-7-r6` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.6-ol-7-r6/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.6-debian-9-r4`, `3`, `3.4.6`, `3.4.6-r4`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.6-debian-9-r4/3/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
|
||||
|
|
|
|||
Loading…
Reference in New Issue