Does SOCI index support GHCR? #979
Replies: 3 comments 3 replies
-
According to the Registry Docs, GHCR has been tested and works with SOCI. Out of curiosity how are you attempting to run the container image? Are you using AWS Fargate? |
Beta Was this translation helpful? Give feedback.
-
Im using EKS for this and have been using it successfully with ECR for a few weeks now. |
Beta Was this translation helpful? Give feedback.
-
You might be able to find some more information if you inspect the SOCI snapshotter's logs. Credentials is one place that I could imagine a difference based on registry. |
Beta Was this translation helpful? Give feedback.
-
I have an image that i'm building the SOCI indexes for on both ECR and GHCR.
However, when I pull the image from ECR, I get lazy loading but not from GHCR.
What could be the cause here?
I'm using SOCI 0.4.0 and this is the GHCR repo.
https://github.com/predibase/lorax/pkgs/container/lorax
Beta Was this translation helpful? Give feedback.
All reactions