Container Registry

Container registry is used for storing build artifacts. Instead of storing the artifact directly on the server (as an archive or copy of site files in any form), the artifact is packaged in OCI format and pushed to a Container registry that supports this functionality.

If you already use containers in your infrastructure, you most likely already have a Container registry, and you probably don't need to study this material. However, if you don't have a Container registry in your infrastructure, you'll need to obtain one somehow, as this is one of the key components of the system responsible for storing and distributing artifacts.

SaaS Solutions that definitely support OCI artifacts:

Self-hosted solutions:

Instructions for registering accounts on the listed services or installing self-hosted solutions can be found on the official websites of these services.