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.
8 lines
276 B
Text
8 lines
276 B
Text
# This is the official list of gorilla/mux authors for copyright purposes.
|
|
#
|
|
# Please keep the list sorted.
|
|
|
|
Google LLC (https://opensource.google.com/)
|
|
Kamil Kisielk <kamil@kamilkisiel.net>
|
|
Matt Silverlock <matt@eatsleeprepeat.net>
|
|
Rodrigo Moraes (https://github.com/moraes)
|