Hi I'm leaving this for future reference, I still can't pull the image with docker pull arm64v8/solr however the way I solved it was by using:
docker pull --platform=linux/arm64 solr Greetings On Wed, Jan 31, 2024 at 3:27 PM Ricardo Ruiz <ricrui3s...@gmail.com> wrote: > When I try to pull the image for arm64v8/solr:9.4.1 I get the following > error > > $ docker pull arm64v8/solr:9.4.1 > 9.4.1: Pulling from arm64v8/solr > no matching manifest for linux/amd64 in the manifest list entries > > On Monday I was still able to retrieve it. However, Yesterday I started > having this behavior. > I noticed that the latest build is from Jan 29, 2024 at 8:58 pm and that > the tag doesn't support the linux/arm/v8 architecture anymore (see image). > Is this expected or is it a bug? > > Best regards, > Ricardo Ruiz > [image: image.png] > > >