Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

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

Open
nateynateynate opened this issue Feb 4, 2022 · 1 comment
Open

Comments

@nateynateynate
Copy link

Description

The docker-compose.yml file linked to on https://opendistro.github.io/for-elasticsearch/ needs a quick correction. 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

Download docker-compose.yml from link in description.
Run docker-compose up
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.

@stockholmux
Copy link
Contributor

Confirmed. Looks like in the docker compose "file" (embedded in the download template) it assumes that there will always be a single odfe version.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants