Jenkins Docker image available currently jenkins/jenkins:lts isn't multi architecture. On x86 it works perfectly well but on platforms like s390x , ppc64 it isn't supported.
Can we make the jenkins image multi-arch ? What would it take to add Docker image support for s390x ?
Jenkins Docker image available currently *jenkins/jenkins:lts* isn't multi architecture.
On x86 it works perfectly well but on platforms like s390x , ppc64 it isn't supported.
Can we make the jenkins image multi-arch ? What would it take to add Docker image support for s390x ?
*Current Problem:* {noformat} docker run --name jenkins_s390x -P jenkins/jenkins:lts standard_init_linux.go:185: exec user process caused "exec format error" {noformat}
However, if i clone jenkinsci/docker and then do a "docker build " and run , it works fine.
Jenkins Docker image available currently *jenkins/jenkins:lts* isn't multi architecture. On x86 it works perfectly well but on platforms like s390x , ppc64 it isn't supported.
Can we make the jenkins image multi-arch ? What would it take to add Docker image support for s390x ?
*Current Problem:* {noformat} docker run --name jenkins_s390x -P jenkins/jenkins:lts standard_init_linux.go:185: exec user process caused "exec format error" {noformat}
However, if i clone jenkinsci/docker and then do a "docker build " and run , it works fine (check attachment for the same). So we will need a mechanism to run the docker build on the platform and then push the image to the repository.
Jenkins Docker image available currently *jenkins/jenkins:lts* isn't multi architecture. On x86 it works perfectly well but on platforms like s390x , ppc64 it isn't supported.
Can we make the jenkins image multi-arch ? What would it take to add Docker image support for s390x ?
*Current Problem:* {noformat} docker run --name jenkins_s390x -P jenkins/jenkins:lts standard_init_linux.go:185: exec user process caused "exec format error" {noformat} However, if i clone jenkinsci/docker and then do a "docker build " and run , it works fine (check attachment for the same). So we will need a mechanism to run the docker build on the platform and then push the image to the repository.