Kibana 5.5.0 wrong docker image

Hello,
pulling docker.elastic.co/kibana/kibana:5.5.0 results in a 5.2.1 kibana docker image?

Hi @dulman,

I can not reproduce that. These are my results:

$ docker run --rm docker.elastic.co/kibana/kibana:5.5.0 kibana --version
5.5.0
$ docker image ls docker.elastic.co/kibana/kibana:5.5.0
REPOSITORY                        TAG                 IMAGE ID            CREATED             SIZE
docker.elastic.co/kibana/kibana   5.5.0               be0b56c8b9ee        11 days ago         630MB

Maybe the tags in your local image cache got mixed up somehow?

Please look inside the container, the kibana version is 5.2.1?

First line from file /usr/share/kibana/README.txt is:

Kibana 5.2.1

Sorry, my mistake with the tags :expressionless:

Glad you found the issue! :slight_smile:

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