Skip to content

Adds a feature through filesystem to load a container from an archive instead of pulling a registry

Vincent Autefage requested to merge (removed):feature/load into master

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.

Merge request reports