Re: Error when pulling arm64v8/solr:9.4.1 docker image

2024-02-14 Thread Ricardo Ruiz
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 wrote: > When I try to pull the image for arm64v8/solr:

Error when pulling arm64v8/solr:9.4.1 docker image

2024-01-31 Thread Ricardo Ruiz
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 beh