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

Check for either podman or docker in $PATH #81

Open
Davidnet opened this issue Aug 17, 2020 · 2 comments
Open

Check for either podman or docker in $PATH #81

Davidnet opened this issue Aug 17, 2020 · 2 comments

Comments

@Davidnet
Copy link

Hi! I was following the tutorial in Artifact Registry, and wondering if the credential generated will be usable in podman, I was able to successfully to push images to AR without problems using podman, the only caveat was that during:

gcloud auth configure-docker us-east1-docker.pkg.dev
WARNING: `docker` not in system PATH.
`docker` and `docker-credential-gcloud` need to be in the same PATH in order to work correctly together.
gcloud's Docker credential helper can be configured but it will not work until this is corrected.

It should check if either podman or docker is installed.

Thanks for the amazing work!

@Davidnet
Copy link
Author

I might opened this issue incorrectly, please if you pinpoint me to the correct repo to report I will be moving this issue.

Thanks

@jonjohnsonjr
Copy link
Contributor

I'd probably lean toward just removing the warning altogether, but I'm not sure how to weigh the annoyance of an incorrect warning message vs the time saved from this warning message existing vs the ongoing maintenance of trying to detect any tool that reads from the docker config file.

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

2 participants