Skip to content

Can anybody add a new startup parameter to auto install plugins in 5.0.0? #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
himulawang opened this issue Oct 17, 2016 · 3 comments
Closed

Comments

@himulawang
Copy link

That will be much convenient.

Thanks!

@willfarrell
Copy link

I'm just using the following dockerfile to wrap this image.

FROM elasticsearch:5-alpine
RUN elasticsearch-plugin install x-pack

Seems clean enough. Plus this way I don't have to wait for plugin to install every time I launch a new container.

@tianon
Copy link
Member

tianon commented Jan 23, 2017

Indeed, what @willfarrell said is how I'd recommend handing this too -- combine that with automated builds (https://docs.docker.com/docker-hub/builds/) and repository links (https://docs.docker.com/docker-hub/builds/#repository-links) and it's reasonably easy to have an up-to-date image built FROM this one with extra plugins installed.

@tianon
Copy link
Member

tianon commented Oct 4, 2017

This image is officially deprecated in favor of upstream's images (see https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html).

For more information, please see #160, docker-library/docs#842, and docker-library/docs#945.

This image has been deprecated in favor of the official elasticsearch image provided and maintained by elastic.co. The upstream images are available to pull via docker.elastic.co/elasticsearch/elasticsearch:[version] like 5.4.2. The images found here will receive no further updates once the 5.6.0 release is available upstream. Please adjust your usage accordingly.

Elastic provides open-source support for Elasticsearch via the elastic/elasticsearch GitHub repository and the Docker image via the elastic/elasticsearch-docker GitHub repository, as well as community support via its forums.

Thanks!

@tianon tianon closed this as completed Oct 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants