-
Hi, I've some question to clarify some things because the docs aren't answering everything. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, thanks for your interest in SOCI!
We've spent quite a bit of effort over the last couple of months to get to production readiness. We're pretty confident in it's current state, but we haven't quite thrown enough varied workloads and conditions at it to call it production ready just yet. I would place it in the beta phase.
ECR does not support the referrers API yet, but we recently added support for existing registries without requiring the referrers API via
Our tooling expects to be able to get image data from containerd. There is an experimental feature in newer versions of docker that use containerd for image management: https://www.docker.com/blog/extending-docker-integration-with-containerd/. The details are sparse and I haven't tried it myself, but that should allow you to build and tag with docker. Alternatively nerdctl offers a docker-like CLI experience but directly interacts with containerd. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer, good to know that ECR is supported I thought it'd be a blocker. |
Beta Was this translation helpful? Give feedback.
Hi, thanks for your interest in SOCI!
We've spent quite a bit of effort over the last couple of months to get to production readiness. We're pretty confident in it's current state, but we haven't quite thrown enough varied workloads and conditions at it to call it production ready just yet. I would place it in the beta phase.
ECR does not support the referrers API yet, but we recently added support for existing registries without requiring the referrers API via
soci create --legacy-registry $IMAGE
. This will work with ECR…