/docker-images

Just a collection of docker images.

Primary LanguageDockerfileApache License 2.0Apache-2.0

Docker Images

Have a look, fill ya boots.

Developing

Build it with docker and scan it with trivy it before you push it

docker build -t local/[IMAGE]:v0.0.0 -f [IMAGE]/Dockerfile .
trivy image local/[IMAGE]:v0.0.0

Releasing

Just tag it and watch it go!