Hi,
I am looking at expanding docker hub images for multiple archs, thrift seems to be a very good candidate since changes to the dockerfile https://github.com/ahawkins/docker-thrift/blob/master/0.10/Dockerfile should be minimum
The process is as per here: https://github.com/docker-library/official-images#multiple-architectures,
I have tested the dockerfile for ppc64le, the only issue is the base image (debian:wheezy), the wheezy tag is unavailable for ppc64le (and possibly other multi-archs)
Would it be possible to update the base image tag to a more recent debian version? This would help the multi-arch work
The available ppc64le debian tags are here: https://hub.docker.com/r/ppc64le/debian/tags/
Hi,
I am looking at expanding docker hub images for multiple archs, thrift seems to be a very good candidate since changes to the dockerfile https://github.com/ahawkins/docker-thrift/blob/master/0.10/Dockerfile should be minimum
The process is as per here: https://github.com/docker-library/official-images#multiple-architectures,
I have tested the dockerfile for ppc64le, the only issue is the base image (debian:wheezy), the wheezy tag is unavailable for ppc64le (and possibly other multi-archs)
Would it be possible to update the base image tag to a more recent debian version? This would help the multi-arch work
The available ppc64le debian tags are here: https://hub.docker.com/r/ppc64le/debian/tags/