Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ODFE docker-compose.yml refers to wrong version of Kibana. #665

Closed
nateynateynate opened this issue Feb 4, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@nateynateynate
Copy link
Member

Description

The docker-compose.yml file linked to on https://opendistro.github.io/for-elasticsearch/ has a typo. The kibana: subsection lists the docker image: (amazon/opendistro-for-elasticsearch-kibana:1.13.3) which doesn't exist. It was suggested in opendistro-for-elasticsearch/opendistro-build#793 to change to latest which worked just fine for me.

To Reproduce

  1. Download docker-compose.yml from link in description.
  2. Run docker-compose up
  3. See error:
Status: Downloaded newer image for amazon/opendistro-for-elasticsearch:1.13.3
Pulling kibana (amazon/opendistro-for-elasticsearch-kibana:1.13.3)...
ERROR: manifest for amazon/opendistro-for-elasticsearch-kibana:1.13.3 not found: manifest unknown: manifest unknown

Expected behavior
docker-compose up should work with no modifications to the yml.

Additional context

Just kicking the tires on ODFE.

@nateynateynate nateynateynate added the bug Something isn't working label Feb 4, 2022
@nateynateynate
Copy link
Member Author

My apologies - I misfiled this under the wrong repo. Will re-file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant