Path to this page:
./
sysutils/skopeo,
Tool for manipulating OCI containers
Branch: CURRENT,
Version: 1.14.3nb1,
Package name: skopeo-1.14.3nb1,
Maintainer: pkgsrc-usersskopeo is a command line utility that performs various operations
on container images and image repositories. It does not require
the user to be running as root to do most operations or a running
daemon. It can work with OCI images as well as the original Docker
v2 images.
Master sites:
Filesize: 10316.592 KB
Version history: (Expand)
- (2024-09-06) Updated to version: skopeo-1.14.3nb1
- (2024-09-02) Package added to pkgsrc.se, version skopeo-1.14.3 (created)
CVS history: (Expand)
2024-12-19 22:35:27 by Maya Rashish | Files touched by this commit (1) |
Log message:
skopeo: explicitly depend on Go as a tool
Merely including version.mk is insufficient.
If built using `make install`, we do get go eventually from one of the
dependencies, but bulk builds will be missing it.
|
2024-11-30 21:45:54 by Thomas Klausner | Files touched by this commit (1) |
Log message:
skopeo: uses bash during build, so add it to tools
Still doesn't build for me though
|
2024-09-06 20:49:02 by Benny Siegert | Files touched by this commit (180) | |
Log message:
Revbump all Go packages after go122 update
|
2024-09-02 19:44:03 by Maya Rashish | Files touched by this commit (5) |
Log message:
Add skopeo 1.14.3
skopeo is a command line utility that performs various operations
on container images and image repositories. It does not require
the user to be running as root to do most operations or a running
daemon. It can work with OCI images as well as the original Docker
v2 images.
(Tested only on macOS)
|