The source project of this merge request has been removed.
Adds a feature through filesystem to load a container from an archive instead of pulling a registry
This new feature provides the b2c.load function which enables to load a OCI image previously saved as a TAR archive. This archive can be retrieved from a HTTP server or from a volume. TAR is the only available format since podman does only support it for its load instruction.