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

shippable doesn't pull arm64v8/centos #5

Open
hmaarrfk opened this issue Jan 6, 2019 · 9 comments
Open

shippable doesn't pull arm64v8/centos #5

hmaarrfk opened this issue Jan 6, 2019 · 9 comments

Comments

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Jan 6, 2019

shippable_retry sudo docker pull arm64v8/centos:
invalid reference format
retrying 1 of 3 times...
invalid reference format
retrying 2 of 3 times...
invalid reference format
retrying 3 of 3 times...

Then fails

See: https://app.shippable.com/github/Archiconda/cmake-feedstock/runs/6/1/console

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Jan 8, 2019

@mariusvniekerk

@junaruga
Copy link

junaruga commented Oct 2, 2019

I faced this issue too.

https://app.shippable.com/github/junaruga/ruby/runs/7/1/console

shippable_retry sudo docker pull ruby:2.5-stretch:
invalid reference format
retrying 1 of 3 times...
invalid reference format
retrying 2 of 3 times...
invalid reference format
retrying 3 of 3 times...

The ruby:2.5-stretch image has "arm64/v8" architecture.
https://hub.docker.com/_/ruby?tab=tags&page=1&name=2.5-stretch

""arm64/v8" architecture" is not like "drydock/aarch64_u16all:v7.2.4" "arm64" architecture.
https://github.com/dry-dock/aarch64_u16all
https://hub.docker.com/r/drydock/aarch64_u16all/tags
I suppose this is the reason of the issue.

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Oct 2, 2019

I see. Conda forge moved to drone and azure. So I don't think this is applicable anymore.

@junaruga
Copy link

junaruga commented Oct 2, 2019

Sure, actually I started using Drone CI for my project too.

@junaruga
Copy link

junaruga commented Oct 2, 2019

Which repository are you using Drone CI on? Can I see .drone.yml or .drone.star as a reference?

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Oct 2, 2019

Check numpy feedstock for conda forge

@junaruga
Copy link

junaruga commented Oct 2, 2019

Thanks. But there is no .drone.yml or .drone.star in the repository.
https://github.com/conda-forge/numpy-feedstock

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Oct 2, 2019

Hmm, maybe try renrenderijg one of them. I'm thinking of looking at scioy as well, but there was some ipython one where we had to use it.

@junaruga
Copy link

junaruga commented Oct 2, 2019

Thanks. I found some .drone.yml files in conda-forge organization repositories.
https://github.com/search?q=org%3Aconda-forge+arm64&type=Code

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