docker-credential-helpers

Programs to keep Docker login credentials safe by storing in platform keystores

MIT License

Downloads
2K
Stars
1.1K
Committers
36

Bot releases are visible (Hide)

docker-credential-helpers - v0.8.2 Latest Release

Published by thaJeztah 5 months ago

What's Changed

Full Changelog: https://github.com/docker/docker-credential-helpers/compare/v0.8.1...v0.8.2

docker-credential-helpers - v0.8.1

Published by thaJeztah 9 months ago

docker-credential-helpers - v0.8.0

Published by github-actions[bot] over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-credential-helpers/compare/v0.7.0...v0.8.0

docker-credential-helpers - v0.7.0

Published by github-actions[bot] about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-credential-helpers/compare/v0.6.4...v0.7.0

docker-credential-helpers - v0.7.0-beta.2

Published by github-actions[bot] about 2 years ago

docker-credential-helpers - v0.7.0-beta.1

Published by github-actions[bot] about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/docker/docker-credential-helpers/compare/v0.6.4...v0.7.0-beta.1

docker-credential-helpers - v0.6.4

Published by ebriney over 3 years ago

  • Update wincred vendor
  • Go 1.16.4
docker-credential-helpers - v0.6.3

Published by ulrich over 5 years ago

docker-credential-helpers - v0.6.2

Published by ulrich over 5 years ago

  • Better initialization check in Pass
  • Trim pass show output in Pass
  • Only init on run, and do so lazily in Pass
  • Changed the way for checking if password-store is initalized in Pass
  • Make docker-credential-wincred work like docker-credential-osxkeychain
  • Fix docker-credential-osxkeychain list behaviour in case of missing entry in keychain

Note

Go v1.12.x compatibility
osxkeychain for macOS 10.11 compatibility

docker-credential-helpers - v0.6.0

Published by n4ss about 7 years ago

  • New credential helper on Linux using pass
  • New entry point for passing environment variables when calling a credential helper
  • Add a Makefile rule generating a Windows release binary

Note

pass needs to be configured for docker-credential-pass to work properly.
It must be initialized with a gpg2 key ID. Make sure your GPG key exists in gpg2 keyring as pass uses gpg2 instead of the default gpg.

docker-credential-helpers - v0.5.2

Published by vdemeester over 7 years ago

  • Add a version command to output the version
  • Fix storing URLs without scheme on OSX, and use https:// by default
docker-credential-helpers - v0.5.1

Published by n4ss over 7 years ago

  • Redirect credential helpers' standard error to the caller's
  • Prevent invalid credentials and credentials queries
docker-credential-helpers - v0.5.0

Published by vdemeester over 7 years ago

  • Add a label for Docker credentials and filter credentials lookup to filter keychain lookups
docker-credential-helpers - v0.4.2

Published by vdemeester over 7 years ago

  • Fix osxkeychain list
  • macOS binary is now signed on release
  • Generate a .exe instead
docker-credential-helpers - v0.4.1

Published by vdemeester over 7 years ago

  • Fixes to support older version of OSX (10.10, 10.11)
docker-credential-helpers - v0.4.0

Published by vdemeester over 7 years ago

  • Full implementation for OSX ready
  • Fix some windows issues
  • Implement client.List, change list API
  • mac: delete credentials before adding them to avoid already exist error (fixes #37)
docker-credential-helpers - v0.3.0

Published by calavera over 8 years ago

  • Add Go client library to talk with the native programs
docker-credential-helpers - v0.2.0

Published by calavera over 8 years ago

docker-credential-helpers - v0.1.0

Published by calavera over 8 years ago

  • Initial release of docker-credential-osxkeychain for Mac OS X
  • Initial release of docker-credential-wincred for Microsoft Windows