-
Notifications
You must be signed in to change notification settings - Fork 5.5k
example provider implementation #12848
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
glours
approved these changes
May 21, 2025
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.
just few nits to fix before merging
Signed-off-by: Nicolas De Loof <[email protected]>
tmeijn
pushed a commit
to tmeijn/dotfiles
that referenced
this pull request
May 26, 2025
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [docker/compose](https://github.com/docker/compose) | patch | `v2.36.1` -> `v2.36.2` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>docker/compose (docker/compose)</summary> ### [`v2.36.2`](https://github.com/docker/compose/releases/tag/v2.36.2) [Compare Source](docker/compose@v2.36.1...v2.36.2) #### What's Changed ##### 🐛 Fixes - Run ContainerStart sequentially by [@​ndeloof](https://github.com/ndeloof) in docker/compose#12851 - Only use attestation when building image outside the development inner loop by [@​glours](https://github.com/glours) in docker/compose#12853 - Report error (re)creating container by [@​ndeloof](https://github.com/ndeloof) in docker/compose#12859 - Fix `up --build` with additional_context dependency by [@​ndeloof](https://github.com/ndeloof) in docker/compose#12863 ##### 🔧 Internal - Add example provider implementation by [@​ndeloof](https://github.com/ndeloof) in docker/compose#12848 - Add `up --build` e2e test by [@​ndeloof](https://github.com/ndeloof) in docker/compose#12864 ##### ⚙️ Dependencies - Build(deps): bump github.com/containerd/containerd/v2 from 2.1.0 to 2.1.1 by [@​dependabot](https://github.com/dependabot) in docker/compose#12857 - Bump compose-go to v2.6.4 by [@​glours](https://github.com/glours) in docker/compose#12867 - Bump buildkit v0.22.0 and buildx v0.24.0 by [@​glours](https://github.com/glours) in docker/compose#12868 **Full Changelog**: docker/compose@v2.36.1...v2.36.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4yNi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What I did
Related issue
see #12847
(not mandatory) A picture of a cute animal, if possible in relation to what you did