Hello,
I’m running fenics 2019 within docker for years (in my macbook pro m2 chips), but recently when i run the following code to pull fenics image from docker:
docker pull quay.io/fenicsproject/stable:latest
the terminal appears an error message like this and i’m no longer accessible to this image by docker:
Error response from daemon: [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of quay.io/fenicsproject/stable:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
To solve it, i’ve tried to install the old version of docker, but the error message insists. I’ve also tried to create a custom Docker image, but it seems the Fenics 2019 installation process is always interrupted.
Now i turn to my another computer, to run my fenics on ubuntu. But i still want to know how to solve this issue.