app-emulation/docker-credential-helpers: new package
authorRafael Kitover <rkitover@gmail.com>
Thu, 2 May 2019 22:20:48 +0000 (22:20 +0000)
committerMichał Górny <mgorny@gentoo.org>
Fri, 3 May 2019 07:15:39 +0000 (09:15 +0200)
commit00581305676b1b485a95d24af7d9a656c8c74f65
tree1d04f52cd3f2fb747c0f0cfaaa4ab9203adf7a5e
parentc7c323c7dd48bcfdb65c692fbdc61d9919e3eca6
app-emulation/docker-credential-helpers: new package

New ebuild for docker-credential-helpers, which has helper programs for
docker to store your password and other sensitive information.

This ebuild builds either docker-credential-secretservice, which uses
the D-Bus secret service API to talk to either kwallet or gnome-keyring;
or docker-credential-pass which relies on the pass utility; or both
depending on USE flags.

The supported USE flags are:

- 'gnome-keyring': build secretservice helper

- 'pass': build pass helper

A message is printed via elog() upon successful merge about how to use
the helper with docker.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/9805
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-emulation/docker-credential-helpers/Manifest [new file with mode: 0644]
app-emulation/docker-credential-helpers/docker-credential-helpers-0.6.0.ebuild [new file with mode: 0644]
app-emulation/docker-credential-helpers/metadata.xml [new file with mode: 0644]