Skip to content

Conversation

amiraifori
Copy link

#13242)

This PR updates the docker compose reference documentation to explain
how to use and publish Compose configurations stored in OCI registries.

Fixes #13242.

Signed-off-by: amiraifori <iforiamira@gmail.com>
@amiraifori amiraifori requested a review from a team as a code owner October 8, 2025 19:05
@amiraifori amiraifori requested review from glours and ndeloof October 8, 2025 19:05
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please avoid unrelated changes

Copy link
Contributor

@ndeloof ndeloof left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Could you also update reference docs to include support for git remote resources ?

Copy link
Contributor

@glours glours left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to rebase your work on top of main branch or this PR will rollback the docker cli dependency to an older version


**Example:**
```console
$ docker compose -f oci://ghcr.io/my-org/my-compose-config:latest up
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer we use the docker registry for the example 😉

Suggested change
$ docker compose -f oci://ghcr.io/my-org/my-compose-config:latest up
$ docker compose -f oci://docker.io/my-org/my-compose-config:latest up

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current version of the go.mod and go.sum reference v28.5.+incompatibleATM, you should rebase your branch on themain` one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document how to use OCI published configurations

3 participants