11 lines
351 B
Plaintext
11 lines
351 B
Plaintext
config BR2_PACKAGE_HOST_SKOPEO
|
|
bool "host skopeo"
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_HOST_GO_HOST_CGO_LINKING_SUPPORTS
|
|
select BR2_PACKAGE_HOST_GO
|
|
help
|
|
skopeo is a command line utility that performs various
|
|
operations on container images and image repositories.
|
|
|
|
https://github.com/containers/skopeo
|