Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save corinnekrych/416771db010803cc71344fb30140dc71 to your computer and use it in GitHub Desktop.
Save corinnekrych/416771db010803cc71344fb30140dc71 to your computer and use it in GitHub Desktop.
make docker.up
COMPOSE_SUFFIX="local" docker-compose build --parallel
Building website ...
Building website
ERROR: for website Credentials store docker-credential-desktop exited with "error listing credentials - err: exit status 1, out: `The specified item could not be found in the keychain.`".
Traceback (most recent call last):
File "site-packages/dockerpycreds/store.py", line 80, in _execute
File "subprocess.py", line 356, in check_output
File "subprocess.py", line 438, in run
subprocess.CalledProcessError: Command '['/usr/local/bin/docker-credential-desktop', 'list']' returned non-zero exit status 1.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "docker-compose", line 6, in <module>
File "compose/cli/main.py", line 71, in main
File "compose/cli/main.py", line 127, in perform_command
File "compose/cli/main.py", line 287, in build
File "compose/project.py", line 376, in build
File "compose/parallel.py", line 112, in parallel_execute
File "compose/parallel.py", line 210, in producer
File "compose/project.py", line 368, in build_service
File "compose/service.py", line 1084, in build
File "site-packages/docker/api/build.py", line 260, in build
File "site-packages/docker/api/build.py", line 307, in _set_auth_headers
File "site-packages/docker/auth.py", line 302, in get_all_credentials
File "site-packages/dockerpycreds/store.py", line 71, in list
File "site-packages/dockerpycreds/store.py", line 93, in _execute
dockerpycreds.errors.StoreError: Credentials store docker-credential-desktop exited with "error listing credentials - err: exit status 1, out: `The specified item could not be found in the keychain.`".
[17648] Failed to execute script docker-compose
make: *** [docker.build] Error 255
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment