File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ The platform released is identified after the tag name.
10
10
- New entry point for passing environment variables when calling a credential helper
11
11
- Add a Makefile rule generating a Windows release binary
12
12
13
+ ### Note
14
+
15
+ ` pass ` needs to be configured for ` docker-credential-pass ` to work properly.
16
+ It must be initialized with a ` gpg2 ` key ID. Make sure your GPG key exists is in ` gpg2 ` keyring as ` pass ` uses ` gpg2 ` instead of the regular ` gpg ` .
17
+
13
18
## v0.5.2 (Mac OS X, Windows, Linux)
14
19
15
20
- Add a ` version ` command to output the version
Original file line number Diff line number Diff line change @@ -55,6 +55,12 @@ You can see examples of each function in the [client](https://godoc.org/github.c
55
55
1 . osxkeychain: Provides a helper to use the OS X keychain as credentials store.
56
56
2 . secretservice: Provides a helper to use the D-Bus secret service as credentials store.
57
57
3 . wincred: Provides a helper to use Windows credentials manager as store.
58
+ 4 . pass: Provides a helper to use ` pass ` as credentials store.
59
+
60
+ #### Note
61
+
62
+ ` pass ` needs to be configured for ` docker-credential-pass ` to work properly.
63
+ It must be initialized with a ` gpg2 ` key ID. Make sure your GPG key exists is in ` gpg2 ` keyring as ` pass ` uses ` gpg2 ` instead of the regular ` gpg ` .
58
64
59
65
## Development
60
66
You can’t perform that action at this time.
0 commit comments