6.3.0-ol-7-r3 release
This commit is contained in:
parent
374c4fca8f
commit
bff635faef
|
|
@ -1,4 +1,4 @@
|
|||
FROM bitnami/oraclelinux-extras:7-r14
|
||||
FROM bitnami/oraclelinux-extras:7-r15
|
||||
LABEL maintainer "Bitnami <containers@bitnami.com>"
|
||||
|
||||
# Install required system packages and dependencies
|
||||
|
|
@ -8,7 +8,7 @@ RUN bitnami-pkg unpack elasticsearch-6.3.0-0 --checksum 85c74f559cfeba3ffe04bef1
|
|||
|
||||
COPY rootfs /
|
||||
ENV BITNAMI_APP_NAME="elasticsearch" \
|
||||
BITNAMI_IMAGE_VERSION="6.3.0-ol-7-r2" \
|
||||
BITNAMI_IMAGE_VERSION="6.3.0-ol-7-r3" \
|
||||
ELASTICSEARCH_BIND_ADDRESS="" \
|
||||
ELASTICSEARCH_CLUSTER_HOSTS="" \
|
||||
ELASTICSEARCH_CLUSTER_NAME="elasticsearch-cluster" \
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ $ docker-compose up -d
|
|||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
* [`6`, `6.3.0-r3`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.3.0-r3/6/Dockerfile)
|
||||
* [`6-ol-7`, `6.3.0-ol-7-r2` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.3.0-ol-7-r2/6/ol-7/Dockerfile)
|
||||
* [`6-ol-7`, `6.3.0-ol-7-r3` (6/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.3.0-ol-7-r3/6/ol-7/Dockerfile)
|
||||
* [`5`, `5.6.4-r58` (5/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/5.6.4-r58/5/Dockerfile)
|
||||
* [`5-ol-7`, `5.6.4-ol-7-r1` (5/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/5.6.4-ol-7-r1/5/ol-7/Dockerfile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue