Skip to content

Commit b05836f

Browse files
authored
README.md: add solution for missing secretservice error (#53)
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
1 parent 52ea71d commit b05836f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,19 @@ source oe-init-build-env /build/ /chirpstack-gateway-os/bitbake/
115115
bitbake chirpstack-gateway-os-base
116116
```
117117

118+
In case of error:
119+
120+
```bash
121+
docker.credentials.errors.InitializationError: docker-credential-secretservice not installed or not available in PATH
122+
```
123+
124+
Make sure that the `golang-docker-credential-helpers` is installed. On `Ubuntu`
125+
you can install it with:
126+
127+
```bash
128+
sudo apt install golang-docker-credential-helpers
129+
```
130+
118131
#### Configuration
119132

120133
By default, Raspberry Pi3 is configured as the target platform. You need to

0 commit comments

Comments
 (0)