Closed MartijnVdS closed 3 weeks ago
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: https://github.com/swagger-api/swagger-ui/pull/10192
Just made the same report, also pointing to that commit.
Note that also latest
image is affected.
Caused by d849b746b69f6ff0e8d3702927b3bc546e01401c
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?
Caused by d849b74
Seems like a breaking change to me.
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 node
even without the explicit install. Obviously I did something wrong. Fix release is comming.
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: