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

Docker pull fails with permissions error #78

Closed
jsirianni opened this issue Jun 30, 2021 · 1 comment
Closed

Docker pull fails with permissions error #78

jsirianni opened this issue Jun 30, 2021 · 1 comment

Comments

@jsirianni
Copy link

The readme has an example command using docker, but it fails

docker run -v ${PWD}:/go/src/app/ -it google/addlicense -c "Google LLC" *.go
docker pull google/addlicense

Using default tag: latest
Error response from daemon: pull access denied for google/addlicense, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
willnorris added a commit to willnorris/addlicense that referenced this issue Jul 28, 2021
Use go modules instead of dep.  Use two stage build to build a minimal
(4 MB) application image.

Fixes google#51 google#71 google#78
@willnorris
Copy link
Collaborator

Fixed in #82

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