Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM commerceexperts/docker-elasticsearch:6.6.0
FROM commerceexperts/docker-elasticsearch:6.6.1
LABEL maintainer="gabriel.bauer@commerce-experts.com"
LABEL author="pjpires@gmail.com, gabriel.bauer@commerce-experts.com"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

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

[Docker Repository on DockerHub](https://cloud.docker.com/repository/registry-1.docker.io/commerceexperts/docker-elasticsearch-kubernetes)
[Docker Repository on DockerHub](https://hub.docker.com/r/commerceexperts/docker-elasticsearch-kubernetes)

## Current software

* Alpine Linux 3.9
* IcedTea JRE 8u191
* Elasticsearch 6.6.0
* Elasticsearch 6.6.1

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

Expand Down