Co-authored-by: Yousif Akbar <11247449+yhakbar@users.noreply.github.com>
Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com>
This commit is contained in:
AbstractionFactory
2025-01-15 11:29:50 +01:00
committed by Martin Atkins
parent a1ec1298bd
commit 1263570efe

View File

@@ -177,7 +177,7 @@ Refer to the module-package-specific and provider-package-specific RFCs for more
### ORAS Manifest Conventions
[OCI Registry As Storate](https://oras.land/), or _ORAS_, is an effort to define a more general set of conventions for distributing various different kinds of artifacts through OCI registries. At the time of writing, the ORAS documentation provides the following motivation:
[OCI Registry As Storage](https://oras.land/), or _ORAS_, is an effort to define a more general set of conventions for distributing various different kinds of artifacts through OCI registries. At the time of writing, the ORAS documentation provides the following motivation:
> For a long time (pretty much since the beginning), people have been using/abusing OCI Registries to store non-container things. For example, you could upload a video to Docker Hub by just stuffing the video file into a layer in a Docker image (don't do this).
>