image
image copied to clipboard
Work with containers' images
Signed-off-by: Lokesh Mandvekar @mtrmac @vrothberg @rhatdan PTAL. RE: https://github.com/containers/skopeo/issues/1513
This removes 4.728 MB from a macOS Skopeo binary. The costs are: - A few dozen lines of new code - A _major_ loss of flexibility. All the removed layers...
Registry v2 has an option for [mounting](https://docs.docker.com/registry/spec/api/#cross-repository-blob-mount) a blob instead of re-uploading a blob: POST /v2//blobs/uploads/?mount=&from= Content-Length: 0 This feature could be used when copying within the same registry, for...
When converting a SIF image to run with podman it requires fakeroot but shouldn't we be able to use userns instead? ``` $ podman run sif:lolcow_1.0.sif Error: converting rootfs from...
Deltas are a way to avoid downloading a full copy if a layer tar file if you have a previous version of the layer available locally. In testing these deltas...
Disclaimer: I didn't know where to file this issue. The `containers-policy.json` file is provided by the [`containers-common` RPM](https://src.fedoraproject.org/rpms/containers-common/blob/rawhide/f/containers-policy.json.5.md). There is also a https://github.com/containers/common repo, but [this](https://github.com/containers/image/blob/fefb1f147f26e28ba410fd76d7ebea54f15c84e8/docs/containers-policy.json.5.md) man page also lives...
Revert the sync to post-Skopeo-1.4 CI changes, and instead use the Skopeo 1.4 branch for testing the `release-5.15` branch.
We have an internal Quay registry where we mirror external images. We need to use a proxy (ZScaler). Sometimes some blobs take quite a while to finish downloading. Up to...
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)** /kind feature **Description** Would you consider adding $XDG_CONFIG_HOME support for the registries.conf file in order...
When Skopeo copies an image to our Artifactory Docker repo the first layer `5f70bf18a086` is not compressed but has type gzip in the manifests. I noticed during the copy it...