Skip to content

Add initial Podman support!

Pre-release
Pre-release
Compare
Choose a tag to compare
@wagoodman wagoodman released this 05 Nov 05:22
0b147b0
  • 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 (output from docker 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)