diff --git a/bitnami/elasticsearch/6/Dockerfile b/bitnami/elasticsearch/6/Dockerfile index 92b3eaa70e4e..8035289cd2d2 100644 --- a/bitnami/elasticsearch/6/Dockerfile +++ b/bitnami/elasticsearch/6/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r76 +FROM bitnami/minideb-extras:jessie-r77 LABEL maintainer "Bitnami " # 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-r42" \ + BITNAMI_IMAGE_VERSION="6.2.4-r43" \ ELASTICSEARCH_BIND_ADDRESS="" \ ELASTICSEARCH_CLUSTER_HOSTS="" \ ELASTICSEARCH_CLUSTER_NAME="elasticsearch-cluster" \ diff --git a/bitnami/elasticsearch/README.md b/bitnami/elasticsearch/README.md index cd14aa9ac47a..2631c470c639 100644 --- a/bitnami/elasticsearch/README.md +++ b/bitnami/elasticsearch/README.md @@ -27,6 +27,12 @@ $ docker-compose up -d * Bitnami images are built on CircleCI and automatically pushed to the Docker Hub. * All our images are based on [minideb](https://github.com/bitnami/minideb) a minimalist Debian based container image which gives you a small base container image and the familiarity of a leading linux distribution. +# Supported tags and respective `Dockerfile` links + +* [`6`, `6.2.4-r43`, `latest` (6/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.2.4-r43/6/Dockerfile) +* [`5`, `5.6.4-r49` (5/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/5.6.4-r49/5/Dockerfile) + +Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch). # Get this image The recommended way to get the Bitnami Elasticsearch Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/elasticsearch). diff --git a/bitnami/elasticsearch/circle.yml b/bitnami/elasticsearch/circle.yml index c6cdb38031f8..58839f0b9813 100644 --- a/bitnami/elasticsearch/circle.yml +++ b/bitnami/elasticsearch/circle.yml @@ -5,8 +5,9 @@ jobs: docker: - image: docker:17.06.0-ce-git environment: - RELEASE_SERIES_LIST: "6,5" + RELEASE_SERIES_LIST: "5,6" LATEST_STABLE: "6" + DISTRIBUTIONS_LIST: "debian-8" IMAGE_NAME: elasticsearch CHART_NAME: elasticsearch CHART_REPO: https://github.com/bitnami/charts @@ -63,4 +64,4 @@ workflows: branches: only: /.*/ tags: - only: /^[0-9].*-r[0-9]+$/ + only: /^.*(?