Skip to content

Commit ced6493

Browse files
committed
Bump to version 6.6.0
1 parent 9ec5456 commit ced6493

File tree

3 files changed

+10
-18
lines changed

3 files changed

+10
-18
lines changed

Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM quay.io/pires/docker-elasticsearch:6.4.2
21

3-
MAINTAINER pjpires@gmail.com
2+
FROM commerceexperts/docker-elasticsearch:6.6.0
3+
LABEL maintainer="gabriel.bauer@commerce-experts.com"
4+
LABEL author="pjpires@gmail.com, gabriel.bauer@commerce-experts.com"
45

56
# Override config, otherwise plug-in install will fail
67
ADD config /elasticsearch/config
78

89
# Set environment
910
ENV DISCOVERY_SERVICE elasticsearch-discovery
1011

11-
# Kubernetes requires swap is turned off, so memory lock is redundant
12-
ENV MEMORY_LOCK false

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
1-
# This project is no longer maintained
1+
# because pires has stopped maintaining its repository updates are provided here
22

3-
As of November 7th, 2018, I've decided to end my commitment to maintaining this repo and related.
4-
5-
This image has surpassed 100k daily downloads and is now steady at ~45k. Amazing!
6-
7-
Anyway, it's been 3 years since I last used Elasticsearch, so I no longer have the motivation it takes to maintain and evolve this project. Also, other projects need all the attention I can give.
8-
9-
It was a great run, **thank you all**.
3+
[See original repository.](https://github.com/pires/docker-elasticsearch-kubernetes)
104

115
# docker-elasticsearch-kubernetes
126

137
Ready to use, lean Elasticsearch Docker image ready for using within a Kubernetes cluster.
148

15-
[![Docker Repository on Quay.io](https://quay.io/repository/pires/docker-elasticsearch-kubernetes/status "Docker Repository on Quay.io")](https://quay.io/repository/pires/docker-elasticsearch-kubernetes)
9+
[Docker Repository on DockerHub](https://cloud.docker.com/repository/registry-1.docker.io/commerceexperts/docker-elasticsearch-kubernetes)
1610

1711
## Current software
1812

19-
* Alpine Linux 3.8
20-
* IcedTea JRE 8u171
21-
* Elasticsearch 6.4.2
13+
* Alpine Linux 3.9
14+
* IcedTea JRE 8u191
15+
* Elasticsearch 6.6.0
2216

2317
**Note:** `x-pack-ml` module is forcibly disabled as it's not supported on Alpine Linux.
2418

@@ -33,4 +27,3 @@ This image can be configured by means of environment variables, that one can set
3327
Besides the [inherited ones](https://github.com/pires/docker-elasticsearch#environment-variables), this container image provides the following:
3428

3529
* [DISCOVERY_SERVICE](https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-zen.html#unicast) - the service to be queried for through DNS (default = `elasticsearch-discovery`).
36-
* [MEMORY_LOCK](https://www.elastic.co/guide/en/elasticsearch/reference/current/important-settings.html#bootstrap.memory_lock) - memory locking control defaults to `false` as Kubernetes requires swap to be disabled.

config/elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path:
1818
repo: ${REPO_LOCATIONS}
1919

2020
bootstrap:
21-
memory_lock: ${MEMORY_LOCK}
21+
memory_lock: false
2222

2323
http:
2424
enabled: ${HTTP_ENABLE}

0 commit comments

Comments
 (0)