opendistro-for-elasticsearch / opendistro-build

🧰 Open Distro Build Scripts
https://opendistro.github.io/
Apache License 2.0
344 stars 175 forks source link

Missing Kibana OpenDistro version 1.13.3 Docker image #793

Open czqrny opened 2 years ago

czqrny commented 2 years ago

Query What question do you have?

Why I can not pull amazon/opendistro-for-elasticsearch-kibana:1.13.3 Docker image?

Expected Behavior Please describe the behavior you are expecting

This image should be present in Docker registry as amazon/opendistro-for-elasticsearch:1.13.3 is present.

Current Behavior What is the current behavior?

Kibana opendistro in version 1.13.3 image is missing:

> docker pull amazon/opendistro-for-elasticsearch-kibana:1.13.3
Error response from daemon: manifest for amazon/opendistro-for-elasticsearch-kibana:1.13.3 not found: manifest unknown: manifest unknown
**Failure Information (for bugs)**
Please help provide information about the failure if this is a bug by opening a bug report issue

Elasticsearch OpenDistro image in this version exists:

> docker pull amazon/opendistro-for-elasticsearch:1.13.3
1.13.3: Pulling from amazon/opendistro-for-elasticsearch
2d473b07cdd5: Pull complete 
9c08150282af: Pull complete 
9563d7d6b5aa: Pull complete 
d9f19c6631c9: Pull complete 
19b6ddff5271: Pull complete 
af2a9e1a8594: Pull complete 
32c513a03574: Pull complete 
922b31186d67: Pull complete 
5b2900a91e87: Pull complete 
c861bd833319: Pull complete 
10c13cb86476: Pull complete 
1ca5746888f7: Pull complete 
9eb1b9166d6e: Pull complete 
Digest: sha256:2acfa1dcc5f8a2e5aac09bc64c4047c6674755f9b2f57de2a945be182888ea33
Status: Downloaded newer image for amazon/opendistro-for-elasticsearch:1.13.3
docker.io/amazon/opendistro-for-elasticsearch:1.13.3

Relevant information Please include any relevant log snippets or files here.

pc-jedi commented 2 years ago

The thing is that 1.13.3 is just a patch release for the log4shell CVE. I guess since Kibana was never effected, since no Java is been used, there is also no patch version of it.

stockholmux commented 2 years ago

Yep. @pc-jedi is correct. There is no amazon/opendistro-for-elasticsearch-kibana:1.13.3 because Kibana didn't change (1.13.3 only fixes the log4j stuff in the ES distribution, Kibana is written in Javascript so it isn't affected)

It sounds like this might be confusing to folks - I'd love to hear feedback to make it more clear.

rlevitsky commented 2 years ago

I have the same issue. Is there any chance that Kibana version will be consistent?

stockholmux commented 2 years ago

@rlevitsky I don't think there is a plan to increment the Kibana version since nothing changed.

Cai-Chen commented 2 years ago

@rlevitsky I don't think there is a plan to increment the Kibana version since nothing changed.

But the doc has updated Kibana to 1.13.3 which caused an Access Denied error. https://opendistro.github.io/for-elasticsearch-docs/docs/kibana/

alejandrohdo commented 2 years ago

in docker-compose.yml replace kibana version with amazon/opendistro-for-elasticsearch-kibana:latest

akshanshshrivastava commented 2 years ago

@alejandrohdo I did the same but got the same error

Screenshot 2022-07-19 at 20 42 55