docker-library / pypy

Docker Official Image packaging for pypy
http://pypy.org/
MIT License
69 stars 46 forks source link

Hypriot/ARM images #11

Closed oberstet closed 7 years ago

oberstet commented 8 years ago

It would be awesome to have PyPy images for Docker on ARM: Hypriot http://blog.hypriot.com/

yosifkit commented 8 years ago

ARMv5, ARMv7 or ARMv8? We have some "temporary, experimental builds" as described in the official-images readme.

oberstet commented 8 years ago

For Pi2/3, which means (as far as I understand), a armhf ARMv7 kernel/userland on both Pi2 and Pi3 (though the latter is technically a ARMv8).

oberstet commented 8 years ago

I was told that FROM resin/rpi-raspbian:jessie would be a good start for the software I'd like to create images for.

tianon commented 8 years ago

For the RPi2/3, any of the images in the Hub's "armhf" namespace (which includes pypy) should be functional.

oberstet commented 8 years ago

@tianon I suppose this https://hub.docker.com/r/armhf/pypy/ ? awesome, thanks!

tianon commented 7 years ago

This is officially "fixed" by https://github.com/docker-library/pypy/pull/16 / https://github.com/docker-library/official-images/pull/3364. :+1:

tianon commented 7 years ago

(and will show up under arm32v7/pypy when it's finished)

oberstet commented 7 years ago

@tianon awesome! so the official base images are the following, right? I am still catching up with the new multi arch stuff ..

PyPy:

CPython:

tianon commented 7 years ago

Yes, that is correct :+1: