-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Docker container does not start because node
cannot be found
#10195
Comments
node
but docker/docker-entrypoint.d/40-swagger-ui.sh
expects it to be therenode
cannot be found
node
cannot be foundnode
cannot be found
According to the documentation, running it in a container like this without further configuration is supposed to work: https://swagger.io/docs/open-source-tools/swagger-ui/usage/installation/ |
Could this be related: #10192 |
Just made the same report, also pointing to that commit. |
Caused by d849b74 Seems like a breaking change to me. |
Having the same issue, any best practices to how to deal with it or it's a mistake? |
Yes, that is for sure the cause. Removing node basically breaks usage of swagger-ui in containers. |
Same problem here, hope it gets fixed soon |
Hi everybody, My fault. I've tested locally and I could execute |
Full remediation in https://github.com/swagger-api/swagger-ui/releases/tag/v5.18.1 |
Q&A (please complete the following information)
Describe the bug you're encountering
Start the
swagger-ui
docker container for 5.18.0 with default settings does not work and immediately quits with an error.To reproduce...
Steps to reproduce the behavior:
docker run --rm -ti swaggerapi/swagger-ui:v5.18.0
Expected behavior
I expect the docker image to work in its default configuration.
Screenshots
Previous versions work correctly:
The text was updated successfully, but these errors were encountered: