docker-library / julia

Docker Official Image packaging for julia

Home Page:http://julialang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia v1.6.1 on armv7l

giordano opened this issue · comments

After a log time, Julia v1.6.1 has finally an official build for armv7l: https://julialang.org/downloads/#current_stable_release. Is there something that needs to be enabled here to build the Docker images for this platform? It doesn't seem to be available at the moment, as far as I can see.

I thought we already included/consumed these, and indeed we do:

# arm32v7
armhf) tarArch='armv7l'; dirArch='armv7l'; sha256='4fcdbd35334788ad6c2a5e79270a126496a01e1834de1e6895441a0aec8c8a55' ;; \

However, it appears we're running into #53 (comment) again for both armv7 and arm64 😩

+ curl -fL -o julia.tar.gz.asc https://julialang-s3.julialang.org/bin/linux/armv7l/1.6/julia-1.6.1-linux-armv7l.tar.gz.asc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to ewr1-cache.e.ip.saba.us port 443: Connection refused
+ curl -fL -o julia.tar.gz.asc https://julialang-s3.julialang.org/bin/linux/aarch64/1.6/julia-1.6.1-linux-aarch64.tar.gz.asc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (7) Failed to connect to ewr1-cache.e.ip.saba.us port 443: Connection refused

@staticfloat I hate to be a bother, but perhaps you have a wheel you can grease again to help with whatever's going on here? 😇 🙏 ❤️

Sorry about that @tianon, can you try again now?

Yesss, looks good! Images are built and available now!

$ docker run --rm mplatform/mquery julia:1.6.1
Image: julia:1.6.1 (digest: sha256:ce3a3fe709ac7e242b4d8fd081a13f1e7cd160f7cabb592b9552bf563fa8f5a7)
 * Manifest List: Yes (Image type: application/vnd.docker.distribution.manifest.list.v2+json)
 * Supported platforms:
   - linux/amd64
   - linux/arm/v7
   - linux/arm64/v8
   - linux/386
   - linux/ppc64le
   - windows/amd64:10.0.17763.1879
   - windows/amd64:10.0.14393.4350

Thank you!

That was fast, thanks everybody! 🙏