-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
Description
Description
The possibility of using an OCI registry for distribution of docker compose configurations could be extended to support what I'd call "bundled" compose artifacts.
What I mean is that it should support having a compose file and the required images in the same repository and "holding" them from the same OCI manifest.
Why? Because it would enable the distribution of "compose packages" that can make use of many of the registry and client functionalities already available for OCI artifacts. For example:
- clean-up processes in a registry would be blocked from removing container images referenced by a compose package
- export to a "compose archive" (similar to what
docker export
does) for archiving reasons - availability checks using
regctl manifest get
+regctl blob head