3.4.3-ol-7-r3 release
This commit is contained in:
parent
5a7bc9060d
commit
ca9d10227f
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r40
|
||||
FROM bitnami/oraclelinux-extras:7-r41
|
||||
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 c7a3f716e48f886b90149adac3c04434
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="neo4j" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.3-ol-7-r2" \
|
||||
BITNAMI_IMAGE_VERSION="3.4.3-ol-7-r3" \
|
||||
NEO4J_BOLT_PORT_NUMBER="7687" \
|
||||
NEO4J_HOST="" \
|
||||
NEO4J_HTTPS_PORT_NUMBER="7473" \
|
||||
|
|
|
|||
|
|
@ -30,9 +30,11 @@ $ docker-compose up -d
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`3-ol-7`, `3.4.3-ol-7-r2` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-ol-7-r2/3/ol-7/Dockerfile)
|
||||
> NOTE: Debian 8 images have been deprecated in favor of Debian 9 images. Bitnami will not longer publish new Docker images based on Debian 8.
|
||||
|
||||
|
||||
* [`3-ol-7`, `3.4.3-ol-7-r3` (3/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-ol-7-r3/3/ol-7/Dockerfile)
|
||||
* [`3-debian-9`, `3.4.3-debian-9-r2`, `3`, `3.4.3`, `3.4.3-r2`, `latest` (3/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-debian-9-r2/3/Dockerfile)
|
||||
* [`3-debian-8`, `3.4.3-debian-8-r2` (3/debian-8/Dockerfile)](https://github.com/bitnami/bitnami-docker-neo4j/blob/3.4.3-debian-8-r2/3/debian-8/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/neo4j GitHub repo](https://github.com/bitnami/bitnami-docker-neo4j).
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
environment:
|
||||
RELEASE_SERIES_LIST: "3"
|
||||
LATEST_STABLE: "3"
|
||||
DISTRIBUTIONS_LIST: "debian-8,debian-9,ol-7"
|
||||
DISTRIBUTIONS_LIST: "debian-9,ol-7"
|
||||
IMAGE_NAME: neo4j
|
||||
DOCKER_PROJECT: bitnami
|
||||
QUAY_PROJECT: bitnami
|
||||
|
|
|
|||
Loading…
Reference in New Issue