This repo contains useful tools used in CI workflows at Zepben.
Local Kind cluster tooling used for development as well as shared helm repos. See README.
Creating container and virtual machine images using Packer.
-
Login to the registry
docker login. -
Cd into a directory.
-
Execute
packer build config.jsoncommand.
When checking out this repo on Windows, the line endings will be CRLF. This will be a problem for the sh script files. To avoid that run:
When checking out commits from 12/05/2020 and later, this should not be a problem after adding .gitattributes file.
git config core.eol lf
git config core.autocrlf input