markvincze / sabledocs

Simple static documentation generator for Protobuf and gRPC contracts.
MIT License
45 stars 12 forks source link

Run in CI #22

Closed arvkonstantin closed 7 months ago

arvkonstantin commented 8 months ago

It would be great if it turned out to prepare a docker image that has both protoc and sabledocs for the possibility of generating from CI jobs.

markvincze commented 8 months ago

@arvkonstantin I created a docker image: https://hub.docker.com/r/markvincze/sabledocs, it gets published on every CI build.

Can you check if this would work for you?

markvincze commented 7 months ago

@arvkonstantin I'm closing this now, feel free to reply if it's not working as expected.

(Currently there is just one variant of the image, the full one, I'm still planning to add some of the usual variants, like -slim and -alpine.)