Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non $PATH setup #117

Open
loeffel-io opened this issue Jun 27, 2022 · 2 comments
Open

Non $PATH setup #117

loeffel-io opened this issue Jun 27, 2022 · 2 comments

Comments

@loeffel-io
Copy link

Hello,

currently gcr aborts with ERROR: 'docker-credential-gcr' must exist on your PATH

if _, err := exec.LookPath(binaryName); err != nil {

With bazelbuild/rules_docker#2115 this will get obsolete for a bazel setup

@ShantanuJoshi
Copy link

Any update on this? Attempting to run without making docker-credential-gcr available on PATH

@lindsayismith
Copy link
Contributor

Can I clarify what you're asking for. I think that configure-docker is checking that the tool is on the path, because if it's not, then it can't actually be run as the credential helper.

Are you asking that configure-docker doesn't check this - or that it warns instead of failing?

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

No branches or pull requests

3 participants