v0.9.0Pre-release
Add initial Podman support!
Added 3
- Add ability to process images stored in Podman image locations
- Allow users to provide an image from a custom --source such as docker, podman, and docker-archive
- Support schema prefix for image sources such as podman://docker.io/mongo:latest
Changed 2
- Refactor UI code
- Swap base image from alpine to debian
From dive
- 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)