Uncategorized
Reducing the size of Docker Images Richard Woudenberg 18 Mar, 2015
In a Continuous Delivery pipeline, we like to ensure that every docker image refers to a specific git commit. With this reusable Makefile we ensure that each tag will have a semantic version and point to the exact commit in git at the same time!
read more