Add a new generic container registry client via a new `container` package. Use this to create a command line utility as well as a new upload target for container registries. The code uses the github.com/containers/* project and packages to interact with container registires that is also used by skopeo, podman et al. One if the dependencies is `proglottis/gpgme` that is using cgo to bind libgpgme, so we have to add the corresponding devel package to the BuildRequires as well as installing it on CI. Checks will follow later via an integration test.
17 lines
518 B
Text
17 lines
518 B
Text
runc
|
|
|
|
Copyright 2012-2015 Docker, Inc.
|
|
|
|
This product includes software developed at Docker, Inc. (http://www.docker.com).
|
|
|
|
The following is courtesy of our legal counsel:
|
|
|
|
|
|
Use and transfer of Docker may be subject to certain restrictions by the
|
|
United States and other governments.
|
|
It is your responsibility to ensure that your use and/or transfer does not
|
|
violate applicable laws.
|
|
|
|
For more information, please see http://www.bis.doc.gov
|
|
|
|
See also http://www.apache.org/dev/crypto.html and/or seek legal counsel.
|