Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

docker-compose build failed because docker-credential-gcloud is not installed or not available in PATH #57

Open
jmsfez opened this issue Jul 23, 2020 · 0 comments

Comments

@jmsfez
Copy link

jmsfez commented Jul 23, 2020

Hi,

I installed Docker Desktop on my Mac.

When running the docker-compose build && docker-compose up -d command, I get the following error

Building web
Traceback (most recent call last):
File "docker-compose", line 6, in
File "compose/cli/main.py", line 72, in main
File "compose/cli/main.py", line 128, in perform_command
File "compose/cli/main.py", line 303, in build
File "compose/project.py", line 403, in build
File "compose/project.py", line 385, in build_service
File "compose/service.py", line 1106, in build
File "site-packages/docker/api/build.py", line 261, in build
File "site-packages/docker/api/build.py", line 308, in _set_auth_headers
File "site-packages/docker/auth.py", line 311, in get_all_credentials
File "site-packages/docker/auth.py", line 262, in _resolve_authconfig_credstore
File "site-packages/docker/auth.py", line 287, in _get_store_instance
File "site-packages/docker/credentials/store.py", line 25, in init
docker.credentials.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
[55226] Failed to execute script docker-compose

Can you help me please?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant