Hello,
I am running Enroot 3.4.0 on Rocky 9.0. When running enroot import, I am getting 404 errors for some custom images, but not all. Here is my error:
[user@n1 ~]$ enroot import docker://hpcreid/openmpi:2212228
[INFO] Querying registry for permission grant
[INFO] Authenticating with user: <anonymous>
[INFO] Authentication succeeded
[INFO] Fetching image manifest list
[INFO] Fetching image manifest
[ERROR] URL https://registry-1.docker.io/v2/hpcreid/openmpi/manifests/2212228 returned error code: 404 Not Found
[user@n1 ~]$
However, I know that enroot is correctly configured, because all of these work properly:
We only support the Docker format manifest version 2 currently. So chances are, you pushed it using an old version of Docker or Podman with the default OCI format
Hello, I am running Enroot 3.4.0 on Rocky 9.0. When running
enroot import
, I am getting 404 errors for some custom images, but not all. Here is my error:However, I know that enroot is correctly configured, because all of these work properly:
Can you help me understand why it is failing for the
hpcreid
image, but succeeds for thegmao
image?