macOS
brew install docker-credential-helperlocal Homebrew formula metadata
brew
Platform keystore credential helper for Docker. Version 0.9.8 via Homebrew; verified 2026-06-08.
install
brew install docker-credential-helperlocal Homebrew formula metadata
sudo zypper install docker-credential-secretserviceopenSUSE Tumbleweed package metadata · docker-credential-secretservice · source: download.opensuse.org
overview
Platform keystore credential helper for Docker
history
Docker Credential Helpers is Docker's suite of helper binaries and Go libraries for storing registry credentials in native platform stores rather than plain Docker config JSON.
The repository was created to house the helper programs that Docker can invoke through its credential-store protocol. The README describes helpers for macOS Keychain, Linux Secret Service, Windows Credential Manager, and pass, plus libraries for client applications and for implementing new helpers.
The tag history begins with v0.1.0 in 2016 and continues through the 2020s. Its development has stayed intentionally narrow: it maintains small platform-specific executables, a common credentials protocol with store/get/erase/list commands, and build/release machinery for distributing helper binaries.
The helper suite became part of normal Docker desktop and CLI workflows because Docker config supports a credsStore setting in ~/.docker/config.json. Users often encounter it indirectly when Docker Desktop or a package manager installs docker-credential-osxkeychain, docker-credential-wincred, docker-credential-secretservice, or docker-credential-pass.
Users configure Docker with a credsStore value such as osxkeychain, secretservice, wincred, or pass. Docker then calls the corresponding docker-credential-* program to store, retrieve, erase, and list registry secrets. Other command-line applications can also call helpers through the Go client package documented by the project.
This is a classic small package with outsized operational effect: it is not the Docker daemon, but it determines whether registry authentication is stored in a system keychain or leaks into config files. It also explains why Docker packages often need platform-specific credential-helper binaries alongside the main CLI.
security posture
No matching local secret-handling manifest was found for docker-credential-helper. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.docker/config.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
docker-credential-pass | cli | global executable | |
docker-credential-secretservice | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/docker/docker-credential-helpers
install metadata
| Package key | brew:docker-credential-helper |
|---|---|
| Version | 0.9.8 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/docker-credential-helper |
| Homepage | https://github.com/docker/docker-credential-helpers |
| Repository | https://github.com/docker/docker-credential-helpers |
| Upstream docs | https://github.com/docker/docker-credential-helpers#readme |
| License | MIT |
| Source archive | https://github.com/docker/docker-credential-helpers/archive/refs/tags/v0.9.8.tar.gz |
| Last updated | 2026-06-08T21:10:10Z |
| Pulse | updated |
| Build dependencies | go, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | docker-credential-helper |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
docker-credential-secretservice 0.7.0-1.12
Leverage Docker credentials with libsecret
sudo zypper install docker-credential-secretservicesource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.