redskap / swagger-brake

Swagger contract checker for breaking API changes
Apache License 2.0
58 stars 16 forks source link

Added Dockerfile for running swagger-brake #23

Closed andmos closed 4 years ago

andmos commented 4 years ago

Hi 👋 I found myself in need of running swager-brake in a containerized pipeline, so I created a Dockerfile for the project, since it might be useful for others. I used Microsoft's Alpine based jre:8 image, but this can ofc be changed to another.

Hope this is useful.

galovics commented 4 years ago

A fixed dockerfile was just added. As soon as the 2.0.0 release comes, it will be available on DockerHub as well. Thanks for the contribution @andmos