Skip to content

Add support for archiving images to Podman

Paul Bryant requested to merge podman-archive into develop

This modification adds a new configuration for Podman, archive_format (default: docker-archive). With this change, image will now be saved to a job specific script directory during job preparation. The goal with this change it to minimize the load of the registry when interacting with schedulers and reduce the risk of incorrect images in cases where users are relying upon an "always" pull policy.

Merge request reports