-
Notifications
You must be signed in to change notification settings - Fork 919
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] Errors building docker container #285
Comments
I replaced kibana with opensearch-dashboards (and opensearch_dashboards for the config file) throughout this file and it successfully built. Need to think about image names though as his creates then creates the image docker.opensearch.co/opensearch-dashboards/opensearch-dashboards, which is the wrong host. Running a container built in this manner results in the following:
Guessing this is now coming from src/dev/build/tasks/os_packages/docker_generator/templates/opensearch_dashboards_yml.template.ts |
Removing the line Seems to fix this and makes the docker container run. Would you like me to submit a pull request with these changes? |
@jgough Thank you for reporting this issue. Let us know if you would like to contribute and create PR for the same. |
* feat: add workspace list Signed-off-by: tygao <tygao@amazon.com> * update index.ts Signed-off-by: tygao <tygao@amazon.com> * test: update workspace plugin test Signed-off-by: tygao <tygao@amazon.com> * remove extra file and add test for modal Signed-off-by: tygao <tygao@amazon.com> * test: add tests for workspace util Signed-off-by: tygao <tygao@amazon.com> * test: update test for delete_workspace_modal Signed-off-by: tygao <tygao@amazon.com> * test: update test for delete_workspace_modal Signed-off-by: tygao <tygao@amazon.com> * test: update test for workspace list Signed-off-by: tygao <tygao@amazon.com> * rename and update test Signed-off-by: tygao <tygao@amazon.com> * add tests for workspace list Signed-off-by: tygao <tygao@amazon.com> --------- Signed-off-by: tygao <tygao@amazon.com>
* feat: add workspace list Signed-off-by: tygao <tygao@amazon.com> * update index.ts Signed-off-by: tygao <tygao@amazon.com> * test: update workspace plugin test Signed-off-by: tygao <tygao@amazon.com> * remove extra file and add test for modal Signed-off-by: tygao <tygao@amazon.com> * test: add tests for workspace util Signed-off-by: tygao <tygao@amazon.com> * test: update test for delete_workspace_modal Signed-off-by: tygao <tygao@amazon.com> * test: update test for delete_workspace_modal Signed-off-by: tygao <tygao@amazon.com> * test: update test for workspace list Signed-off-by: tygao <tygao@amazon.com> * rename and update test Signed-off-by: tygao <tygao@amazon.com> * add tests for workspace list Signed-off-by: tygao <tygao@amazon.com> --------- Signed-off-by: tygao <tygao@amazon.com>
I am trying to build a docker container with OpenSearch-Dashboards, but this fails with the following error:
The Dockerfile that I think is generated by src/dev/build/tasks/os_packages/docker_generator/templates/Dockerfile seems to reference kibana many times so guessing needs to be updated?
To Reproduce
Steps to reproduce the behavior:
Run the following commands
Expected behavior
A docker container is built
The text was updated successfully, but these errors were encountered: