-
Notifications
You must be signed in to change notification settings - Fork 5.5k
fix oci compose configuration #13271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: amiraifori <iforiamira@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please avoid unrelated changes
There was a problem hiding this 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 ?
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 😉
$ 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 |
There was a problem hiding this comment.
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 the
main` one
… #13242)
This PR updates the docker compose reference documentation to explain
how to use and publish Compose configurations stored in OCI registries.
Fixes #13242.