We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
kibana:
latest
To Reproduce
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.
docker-compose up
yml
Additional context
Just kicking the tires on ODFE.
The text was updated successfully, but these errors were encountered:
My apologies - I misfiled this under the wrong repo. Will re-file.
Sorry, something went wrong.
No branches or pull requests
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 tolatest
which worked just fine for me.To Reproduce
Expected behavior
docker-compose up
should work with no modifications to theyml
.Additional context
Just kicking the tires on ODFE.
The text was updated successfully, but these errors were encountered: