I found the official docker image for redoc here: https://hub.docker.com/r/redocly/redoc. However, I was not able to find an official docker image for redoc-cli (although I did find a Dockerfile for it here: https://github.com/Redocly/redoc/blob/master/cli/Dockerfile). It would be nice if there was an official docker image for redoc-cli that could be used during a CI build to generate static API documentation.
Yes please!
PR would be much appreciated!
I found the official docker image for redoc here: https://hub.docker.com/r/redocly/redoc. However, I was not able to find an official docker image for redoc-cli (although I did find a Dockerfile for it here: https://github.com/Redocly/redoc/blob/master/cli/Dockerfile). It would be nice if there was an official docker image for redoc-cli that could be used during a CI build to generate static API documentation.
Built and pushed a docker image for redoc-cli from that Dockerfile. It's not official, but works for me for now. https://hub.docker.com/r/broothie/redoc-cli
Built and pushed a docker image for redoc-cli from that Dockerfile. It's not official, but works for me for now. https://hub.docker.com/r/broothie/redoc-cli
Why not PR the Dockerfile into the repo?
Built and pushed a docker image for redoc-cli from that Dockerfile. It's not official, but works for me for now. https://hub.docker.com/r/broothie/redoc-cli
Why not PR the Dockerfile into the repo?
As the author said, the Dockerfile already exists in the repo. It's just not being built and pushed to Dockerhub
@j616 Thanks for pointing that out. I clearly didn't read the comment properly 馃槅