/containers

Various container images

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

Containers

This repository contains various miscellaneous container images. Prebuilt images are available at Docker Hub in the vimpostor namespace.

Instructions to push a new image:

podman build -t imagename .
podman login docker.io
podman push imagename:latest vimpostor/imagename:latest

Or alternatively use the provided script from the respective directory.