DiUS / pact_broker-docker

'Dockerised' pact broker
http://pact.io
MIT License
76 stars 102 forks source link

add cleanup steps for apt-get upgrade #85

Closed YOU54F closed 5 years ago

YOU54F commented 5 years ago

Added cleanup steps to reduce docker image size, by from 362.2 MB to 275.9 MB compressed and significantly more uncompressed. Also pulls down latest base image from 1.0.0 to 1.0.5 - phusion/passenger-ruby24:1.0.5

https://hub.docker.com/r/you54f/pact-broker-lite https://microbadger.com/images/you54f/pact-broker-lite

https://hub.docker.com/r/dius/pact-broker/ https://microbadger.com/images/dius/pact-broker

image will always be upgraded to the latest ubuntu os and will have apt packages cleaned up. Addressing #34 and getting someway to address #52

bethesque commented 5 years ago

Thanks!