1
0
docker-credential-secretser.../_service
Miquel Sabate Sola 7d165af3a4 - Update to version 0.6.0:
* pass: better initialization check
  * Add instructions for pass helper configuration
  * Bump 0.6.0
  * Fix Makefile issues * mkdir fails when `bin` exists * obtaining golint fails if previously installed (w/out the -u flag)
  * fix test
  * return "" instead of an error when pass isn't present
  * pass backend: expose pass initialized flag
  * add a deb package for pass/secret service backends
  * A new entry point for calling the cred helpers that allow passing environment variables

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker-credential-secretservice?expand=0&rev=3
2018-06-27 09:15:26 +00:00

17 lines
617 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/docker/docker-credential-helpers</param>
<param name="exclude">.git</param>
<param name="filename">docker-credential-helpers</param>
<param name="versionformat">0.6.0</param>
<param name="revision">v0.6.0</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>