Add initial Podman support!
Pre-release
Pre-release
- Add ability to process images stored in Podman image locations.
- Allow users to provide an image from a custom
--source
such 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)