Automated, Reproducible and Secure Development & CI environments: Package Management (1/3)

Automated, Reproducible and Secure Development & CI environments: Package Management (1/3)

Setting-up local development environment is a pain. Make it double with matching CI configuration. Packages and tools to install, local configurations, secrets, deployment… Developers often loose hours – if not days – before being able to run a simple make build or deploy a local instance. This series of article will guide you through patterns…