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

Unable to find image 'willow:latest' locally #32

Closed
mineshaftgap opened this issue May 16, 2023 · 9 comments
Closed

Unable to find image 'willow:latest' locally #32

mineshaftgap opened this issue May 16, 2023 · 9 comments

Comments

@mineshaftgap
Copy link
Contributor

mineshaftgap commented May 16, 2023

Following the instructions from https://github.com/toverainc/willow/blob/main/README.md when running ./utils.sh docker on macOS I get the following error:

Unable to find image 'willow:latest' locally
docker: Error response from daemon: pull access denied for willow, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
@mineshaftgap
Copy link
Contributor Author

I think this might be due to the build not being tagged properly in the ./utils.sh build-docker step when built using colima instead of Docker Desktop.

@kristiankielhofner
Copy link
Contributor

kristiankielhofner commented May 16, 2023

Interesting, I've never used colima but tagging a container with docker build is pretty standard. Seems strange it wouldn't work.

@mineshaftgap
Copy link
Contributor Author

But RUN --mount requires BuildKit so since I don't have the full Docker Desktop install (it has become bloatware on the Mac) it does not work without it. I have commented out the --mount lines to see if I can simple build without a cache.

@mineshaftgap
Copy link
Contributor Author

mineshaftgap commented May 16, 2023

Commenting it out did seem to fix it, but having another build issue that I will open in another issue.

@kristiankielhofner
Copy link
Contributor

Ok, I'll look out for your new issue and consider what we want to do about this one.

Thanks for working through it!

@mineshaftgap
Copy link
Contributor Author

Sure thing, opened new issue here: #41

@mineshaftgap
Copy link
Contributor Author

And thanks for your work!

@kristiankielhofner
Copy link
Contributor

Thanks!

kristiankielhofner added a commit that referenced this issue May 17, 2023
@hamishcunningham
Copy link
Contributor

But RUN --mount requires BuildKit so since I don't have the full Docker Desktop install (it has become bloatware on the Mac) it does not work without it

I run buildkit without docker desktop (though on ubuntu)

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