poslaha.blogg.se

Docker deb
Docker deb











Building packages the easy way using FPMįor those who don’t know fpm, this is the key piece for the package generation. Having Docker as the platform to work on, let’s see how to build the packages.

docker deb docker deb

When it comes to generating RPM or DEB packages, choosing Docker ensures that anyone building or compiling a package will generate a consistent output. We use containers for all the software we produce and this is still true for the rest of our tooling (as what we are going to show today). Our dev team uses both Linux and MacOS X in desktop machines and KrakenD has been running and behaving in the same way in all the platforms because from day one we decided to run everything on Docker. In this article we will explain how we generated our packaging for Linux in an automated fashion, being faithful to our DevOps dogma. Everyone loves reaching the maximum number of available platforms for their software but this usually comes at a cost.













Docker deb