Skip to content

brucellino/packer-templates

Repository files navigation

pre-commit pre-commit.ci status semantic-release: angular

Packer templates

Packer templates for fun and profit.

These are the packer templates that I've worked on in the past and found useful. YMMV.

Templates

Templates typically build docker images, but in some cases also cloud images for e.g. AWS, Digital Ocean, etc.

Secrets

Secrets are required, as the case may be, in order to pull or push images from registry. I use a Hashicorp Vault instance to store these credentials, but you won't have access to that. Before using this repo for your own nefarious ends, make sure to replace local lookups in the templates and pass your own credentials.

Images

Every attempt is made to actually push images defined in templates. The deciding factor is that the storage of these images should be zero-cost, so only free registries are used.