Tag_Archive: #Containers

· 1 min read

Brand new 'Salted' containers

TL;DR# My matrix looks like: # invoke.yaml - PyInvoke Configuration for Salted Containers Matrix Validation run: echo: true pty: true # Matrix build parameters for Salted containers matrix: distros: - ubuntu-22.04 - ubuntu-20.04 - debian-11 - debian-12 salt_versions: - "3006.1" - "3005.1" - "3004.2" engines: - reclass - saltclass # Default deployment / testing configuration … ... read more »

· 2 min read

Image builds with DockerMake

Dockerfile is nice, but it’s a puppet toy when it comes to scale. I am looking for a solution to consistently build many docker images with shared layers and consistent and predictable build workflow. TL;DR 🔗︎# My use-case is simple. I want to build matrix of docker images for kitchen-salt CI, containerized Salt-Master and bare-bone OS boilerplates. With Salt, salt formulas installed or without … ... read more »