ibmruntimes / ci.docker

Dockerfiles and build scripts for generating various Docker Images related to IBM Runtimes
Apache License 2.0
45 stars 35 forks source link

no matching manifest for linux/s390x in the manifest list entries #105

Closed gdlxn-ibm closed 1 year ago

gdlxn-ibm commented 3 years ago

I'm trying to use FROM ibmjava:8-sdk-alpine on zCX. I get the following error from docker image build:

gdlxn@glz2plpsc:~$ docker image build --build-arg RTC_SCMTOOLS=RTC-scmTools-zLinux-6.0.6.1 -t rtc2git-migration-agent .
Sending build context to Docker daemon  320.3MB
Step 1/12 : FROM ibmjava:8-sdk-alpine
8-sdk-alpine: Pulling from library/ibmjava
no matching manifest for linux/s390x in the manifest list entries

I get the same error when using FROM ibmjava:sdk-alpine:

gdlxn@glz2plpsc:~$ docker image build --build-arg RTC_SCMTOOLS=RTC-scmTools-zLinux-6.0.6.1 -t rtc2git-migration-agent .
Sending build context to Docker daemon  320.3MB
Step 1/12 : FROM ibmjava:sdk-alpine
sdk-alpine: Pulling from library/ibmjava
no matching manifest for linux/s390x in the manifest list entries
jayasg12 commented 1 year ago

Hi @gdlxn-ibm IBM Java alpine image was supported only for linux/amd64 architecture. Even that we stopped the support. Closing this issue as invalid. Please feel free to re-open it you still need any information on the same.