Closed tianon closed 6 years ago
See https://github.com/elastic/elasticsearch-docker, especially https://github.com/elastic/elasticsearch-docker/tree/6.3. The Dockerfile-oss included here was specifically generated from https://github.com/elastic/elasticsearch-docker/commit/0a5c00cd49def9246c1aa3a6d4ec50966c5bcad9, and the result of the converted build is almost identical to the artifacts published at docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.3 (used docker save and diffoscope to compare -- probably would be even better to use docker export to get a cleaner flat comparison).
Dockerfile-oss
docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.3
docker save
diffoscope
docker export
(For the folks following the repo:) This is an experimental proposal -- it might not go anywhere, so please don't get hopes too high.
Closing outdated PR.
See https://github.com/elastic/elasticsearch-docker, especially https://github.com/elastic/elasticsearch-docker/tree/6.3. The
Dockerfile-oss
included here was specifically generated from https://github.com/elastic/elasticsearch-docker/commit/0a5c00cd49def9246c1aa3a6d4ec50966c5bcad9, and the result of the converted build is almost identical to the artifacts published atdocker.elastic.co/elasticsearch/elasticsearch-oss:6.2.3
(useddocker save
anddiffoscope
to compare -- probably would be even better to usedocker export
to get a cleaner flat comparison).