on container images and image repositories. It does not require
daemon. It can work with OCI images as well as the original Docker
v2 images.
2025-03-07 21:54:34 byBenny Siegert |Files touched by this commit (190) | |
Log message:Revbump all Go packages after go124 updateI realize I forgot to do the revbump after updating the default Goversion to 1.24, so let's do that now. |
2025-01-27 13:02:56 byThomas Klausner |Files touched by this commit (1) |
Log message:skopeo: restrict to supported platformsThe vendored github.com/containers/common/pkg/password limits this. |
2024-12-19 22:35:27 byMaya Rashish |Files touched by this commit (1) |
Log message:skopeo: explicitly depend on Go as a toolMerely including version.mk is insufficient.If built using `make install`, we do get go eventually from one of thedependencies, but bulk builds will be missing it. |
2024-11-30 21:45:54 byThomas Klausner |Files touched by this commit (1) |
Log message:skopeo: uses bash during build, so add it to toolsStill doesn't build for me though |
2024-09-06 20:49:02 byBenny Siegert |Files touched by this commit (180) | |
Log message:Revbump all Go packages after go122 update |
2024-09-02 19:44:03 byMaya Rashish |Files touched by this commit (5) |
Log message:Add skopeo 1.14.3skopeo is a command line utility that performs various operationson container images and image repositories. It does not requirethe user to be running as root to do most operations or a runningdaemon. It can work with OCI images as well as the original Dockerv2 images.(Tested only on macOS) |