Skip to content

Add support for "bundled" OCI distribution #13238

@Silvanoc

Description

@Silvanoc

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions