codekie / openapi-examples-validator

Validates embedded examples in OpenAPI-files
MIT License
57 stars 11 forks source link

Added dockerfile #102

Closed mohamedelhabib closed 4 years ago

mohamedelhabib commented 4 years ago

Is there any change to have a docker image for this tool

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 97.898% when pulling 61d77ea278a8e9e8a26087aadee45a71df127f96 on mohamedelhabib:master into a60aa564ce53d9654d1e4132ab451e185a37f528 on codekie:master.

codekie commented 4 years ago

@mohamedelhabib thanks for your contribution. Sounds like a good idea. I'll try to come up with an implementation that generates this Dockerfile.

mohamedelhabib commented 4 years ago

@codekie the goal by adding a Dockerfile is to be able to build a public docker image. This can be done by connecting this repo with a docker account, and docker hub will build an image for each commit. The main condition that the repo have a Dockerfile at top level.

codekie commented 4 years ago

Yes, I know. I'm on it 😉

mohamedelhabib commented 4 years ago

Ok thanks