5.6.4-r44 release

This commit is contained in:
Bitnami Bot
2018-06-08 03:43:04 +00:00
parent 9808cdeae5
commit 98da44286f
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-5.6.4-2 --checksum 5afc6e3ac3060fadbea4b794
COPY rootfs /
ENV BITNAMI_APP_NAME="elasticsearch" \
BITNAMI_IMAGE_VERSION="5.6.4-r43" \
BITNAMI_IMAGE_VERSION="5.6.4-r44" \
ELASTICSEARCH_BIND_ADDRESS="" \
ELASTICSEARCH_CLUSTER_HOSTS="" \
ELASTICSEARCH_CLUSTER_NAME="elasticsearch-cluster" \

View File

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