Closed p5 closed 8 months ago
Podman likely brings in far more dependencies than Skopeo, so takes longer to install. We just need to simply extract an image to the local filesystem, which Skopeo does in a single command.
AFAIK, skopeo doesn’t have the capability of saving an image as an OCI dir like podman does. This is a requirement for our install to work at all.
Podman likely brings in far more dependencies than Skopeo, so takes longer to install. We just need to simply extract an image to the local filesystem, which Skopeo does in a single command.