This is a repository to contain various Docker Images
Dockerfiles should conform to best practices
Create a directory containing a Dockerfile
and optionally a README.md
Note: The Docker Image will be named the same as the directory
The custom build tool will then pick it up and do the rest, that simple!
You can verify it's being picked up by running ./runner ls
Run using ./runner lint
Lints the Dockerfiles for good practices using hadolint
Run using ./runner build
Builds the Docker images, but does not push them
Intended for CI
Run using ./runner build publish
Builds and pushes the Docker images:
{docker repository from BUILD}/{parent directory}:{latest}