elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
21 stars 99 forks source link

Fix Docker image build on Linux #728

Closed pquentin closed 1 month ago

pquentin commented 1 month ago

I tested the Docker image buid on macOS, which does not need a version. And I failed to test a staging build + push on Buildkite before releasing, sorry.

This will require a new release, Eland 8.15.2.

pquentin commented 1 month ago

Since building the ARM image takes one hour on Buildkite, that I don't want to introduce macOS workers and that the macOS image is the least likely to break as it's simpler, I'm only building the Linux images now. Merging, thanks for the review!