docker / for-linux

Docker Engine for Linux
https://docs.docker.com/engine/installation/
756 stars 85 forks source link

docker v20.x.x static binaries not available for s390x #1310

Open rohitsakala opened 3 years ago

rohitsakala commented 3 years ago

Expected behavior

Support s390x arch for newer versions of docker v20.x.x

Actual behavior

The link - https://download.docker.com/linux/static/stable/s390x/ only has docker support for s390x untill v18.06 only.

thaJeztah commented 3 years ago

Is there a specific reason you need the static binaries? Static binaries are generally not recommended for production use; and .deb and .rpm packages are available for Ubuntu, SLES, and RHEL.

rohitsakala commented 3 years ago

@thaJeztah, we would like to use dind tag of this image https://hub.docker.com/_/docker on s390x.

I opened an issue with them and they pointed to https://github.com/docker-library/docker/issues/334#issuecomment-936699218. It says they depend on https://download.docker.com/linux/static/stable/s390x/ for creating the docker in the docker image. That is the reason I am asking for them.

Thanks :)

rohitsakala commented 2 years ago

@thaJeztah any update on this ?

thaJeztah commented 2 years ago

No change yet