I have a MacBook (Apple M1 Pro) and trying to build an image FROM websphere-liberty:23.0.0.4-full-java8-ibmjava.
However, I'm getting the below error
` => ERROR [internal] load metadata for docker.io/library/websphere-liberty:23.0.0.4-full-java8-ibmjava 1.3s
[internal] load metadata for docker.io/library/websphere-liberty:23.0.0.4-full-java8-ibmjava:
Dockerfile:1
1 | >>> FROM websphere-liberty:23.0.0.4-full-java8-ibmjava
ERROR: failed to solve: websphere-liberty:23.0.0.4-full-java8-ibmjava: no match for platform in manifest sha256:77614c00802348dc0f7b82992174d1259d7ca2f1adf78c4d9237e2de16c0dca4: not found`
I have also tried just only FROM websphere-liberty, but getting the same error.
On official docker image site (https://hub.docker.com/_/websphere-liberty) I see it supports several architectures, including arm64.
Why am I not able to pull the image?
Thanks!