ORAS (OCI Registry As Storage) is a command-line tool for managing OCI artifacts in registries. It enables developers to push, pull, copy, and discover various content types beyond container images.
ORAS is a tool for working with OCI Artifacts. It treats the registry as a generic artifact store, enabling you to push, pull, copy, and discover various content types beyond container images.
ORAS works with any OCI-compliant registry, including:
The ORAS CLI provides a simple interface for managing OCI artifacts. Common operations include:
oras push - Push artifacts to a registryoras pull - Pull artifacts from a registryoras copy - Copy artifacts between registriesoras discover - Discover artifacts and their relationshipsoras attach - Attach artifacts to existing contentThis Ghost hardened image provides a secure, minimal environment for running ORAS operations in containerized workflows and CI/CD pipelines.