This repo is for creating container and virtual machine images using Packer.
-
Login to the registry
docker login
. -
Cd into a directory.
-
Execute
packer build config.json
command.
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