6.2.4-r37 release

This commit is contained in:
Bitnami Bot
2018-06-08 02:41:45 +00:00
parent 43ddc2e39c
commit 9808cdeae5
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM bitnami/minideb-extras:jessie-r69
FROM bitnami/minideb-extras:jessie-r70
LABEL maintainer "Bitnami <containers@bitnami.com>"
# Install required system packages and dependencies
@@ -7,7 +7,7 @@ RUN bitnami-pkg unpack elasticsearch-6.2.4-0 --checksum bb7591f9094e3483747d507a
COPY rootfs /
ENV BITNAMI_APP_NAME="elasticsearch" \
BITNAMI_IMAGE_VERSION="6.2.4-r36" \
BITNAMI_IMAGE_VERSION="6.2.4-r37" \
ELASTICSEARCH_BIND_ADDRESS="" \
ELASTICSEARCH_CLUSTER_HOSTS="" \
ELASTICSEARCH_CLUSTER_NAME="elasticsearch-cluster" \

View File

@@ -3,8 +3,6 @@ version: '2'
services:
elasticsearch:
image: 'bitnami/elasticsearch:6'
labels:
kompose.service.type: nodeport
ports:
- '9200:9200'
- '9300:9300'