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

arm-unknown-linux-gnueabihf missing from japaric Docker Hub account #261

Closed
ev-wilt opened this issue Mar 9, 2019 · 5 comments
Closed

Comments

@ev-wilt
Copy link

ev-wilt commented Mar 9, 2019

I noticed in PR #245 that support for arm-unknown-linux-gnueabihf was added, but it seems the Docker image wasn't added to the japaric account so any time I try to use arm-unknown-linux-gnueabihf as a target I get the following:

Unable to find image 'japaric/arm-unknown-linux-gnueabihf:latest' locally
docker: Error response from daemon: pull access denied for japaric/arm-unknown-linux-gnueabihf, repository does not exist or may require 'docker login'.

If this could be added I'd greatly appreciate it.

@bltavares
Copy link

@ev-wilt Meanwhile, I've built it locally and republished them on Docker Hub on this repo: https://hub.docker.com/r/rustreleaser/cross

Each tag is a platform, if you are still interested.

@lilianmoraru
Copy link

lilianmoraru commented Jun 23, 2019

Still not working:

cross build --target arm-unknown-linux-gnueabihf
Unable to find image 'japaric/arm-unknown-linux-gnueabihf:latest' locally
docker: Error response from daemon: pull access denied for japaric/arm-unknown-linux-gnueabihf, repository does not exist or may require 'docker login'.
See 'docker run --help'.

ping @japaric

@zeiv
Copy link

zeiv commented Jul 30, 2019

@lilianmoraru:

Each tag is a platform, if you are still interested.

So you'll have to specify the image manually in Cross.toml with the tag there.

However, I am getting the sh: 1: cargo: not found on the images there. Using the arm-unknown-linux-gnueabihf image.

@xoac
Copy link

xoac commented Aug 25, 2019

Problem is also with: japaric/mips-unknown-linux-musl

docker pull japaric/mips-unknown-linux-musl
Using default tag: latest
Error response from daemon: pull access denied for japaric/mips-unknown-linux-musl, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

@reitermarkus
Copy link
Member

New images are now on https://hub.docker.com/r/rustembedded/cross.

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

No branches or pull requests

7 participants