Open
Description
In order to run podman-based workers or built-in floe containers on appliances we have to be able to package docker images and deploy them on an appliance without requiring a podman pull
at runtime.
One possibility is to package the images in an RPM that would podman load
the image into a podman image registry.
It is simple to create alternate image registries by specifying an alternate graphRoot via --root
when pulling or loading images.
Related: