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

Error using Docker build method #33

Open
hires opened this issue Oct 7, 2023 · 7 comments
Open

Error using Docker build method #33

hires opened this issue Oct 7, 2023 · 7 comments

Comments

@hires
Copy link

hires commented Oct 7, 2023

'Unable to find image 'rack-plugin-toolchain:13' locally
docker: Error response from daemon: pull access denied for rack-plugin-toolchain, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.'

Not sure what I'm doing wrong here. I'm running on Ubuntu 22.04 amd64 with Docker 24.0.5.

The only difference from the instructions is that I have a newer MacOS SDK (14.0) since my Mac has the latest XCode and there doesn't seem to be an easy way to downgrade it.

@cschol
Copy link
Collaborator

cschol commented Oct 8, 2023

Have you started Docker? It looks like the Docker daemon is not running.

@hires
Copy link
Author

hires commented Oct 8, 2023

Yes I believe it's running... I use Docker for other development tasks.

@cschol
Copy link
Collaborator

cschol commented Oct 15, 2023

What does docker images show?

@ode2spot
Copy link

I am also seeing this issue. Docker is running as seen with docker ps

@cschol
Copy link
Collaborator

cschol commented Feb 16, 2024

Same question: what does docker images show? It should show the rack-plugin-toolchain image downloaded locally.

@ode2spot
Copy link

docker images shows my docker images for embedded development. I am running docker in a WSL2 environment and it looks like the older docker 'build' tool is deprecated in favor of 'buildx/BuilkdKit`. For me the easiest way to get buildx in my WSL2 setup was:

  1. in WSL2, sudo apt remove docker
  2. install DockerDesktop on Windows

Once I did that, I was able to run make docker-build. However, the build failed. I attached the docker-build.log here.

It looks like I need MacOSX11.1.sdk.tar on my system to use the docker build setup. Is that correct?

@cschol
Copy link
Collaborator

cschol commented Feb 18, 2024

Yes. In order to build the entire toolchain incl. macOS support you need an official macOS SDK (it does not work with the ones you "find on the internet").

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