New
Add initial Podman support!
- Add ability to process images stored in Podman image locations.
- Allow users to provide an image from a custom
--sourcesuch asdocker,podman, anddocker-archive(output fromdocker image save ...command). This source can also be provided with a schema prefix (e.g.podman://docker.io/mongo:latest). - Refactor UI code
- Swap base image from alpine back to debian (due to podman dependencies)