rocker-org / rocker

R configurations for Docker
https://rocker-project.org
GNU General Public License v2.0
1.45k stars 273 forks source link

R-base Image for s390x #432

Closed anujajakhade closed 3 years ago

anujajakhade commented 3 years ago

Hi,

I tried to build r-base docker image on s390x using the Dockerfile shared here. The Dockerfile works good on s390x. Also Debian Image for s390x is provided by the Dockerhub. Is it possible for you to provide the R-Base image for s390x architecture?

eddelbuettel commented 3 years ago

I am not sure. All our images within the Rocker Project build on Docker Hub in standard "amd64" form (aka "x86_64"). I have never seen a toggle or switch to build different images though I presume there might be one somewhere. Do you know?

What I can do is request a change in the official R image built off our r-base container you used here. We currently build for three architectures, adding a fourth should be straightforward:

https://github.com/docker-library/official-images/blob/5a3dabae9155aa096c4795f28035cdd9a23e4e87/library/r-base#L6

anujajakhade commented 3 years ago

@eddelbuettel Thank you for the reply. I think adding s390x support in the mentioned file, can help in creating a manifest for s390x in r-base image.

eddelbuettel commented 3 years ago

Pull request made -- which was just merged.

So as soon as that goes to build you should have an r-base image for s390x.