Why is 7.15 not available in docker hub yet?

Why is 7.15 of Elasticsearch / kibana not available in dockerhub yet? When is it likely to be made available? At the moment, I only see 7.14.2 as the latest available tag.

https://hub.docker.com/_/elasticsearch

Thanks for reporting.

I have no idea why all 7.15 versions are not there.
I'll check internally.

But anyway, the proper way to get it is:

docker pull docker.elastic.co/elasticsearch/elasticsearch:7.15.1

Thanks!

While we are on the same topic, which of the two is actually the "official" image / approach to pull?

The one you've given looks different from the command present in docker hub which has an "official" tag on it.

Follow the guide! :wink:

BTW if you really need to get them from docker hub, here is a link for it: Docker Hub

We are experiencing problems with official images on Docker Hub.

Thank! Surprisingly, when you search for Elasticsearch in docker hub, the first link that shows up has an "official image" badge, but isn't the ones you're referring to :slight_smile:

We are working on a fix with Docker team. :slight_smile:

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.