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:latestOr alternatively use the provided script from the respective directory.