Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/compose
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.36.1
Choose a base ref
...
head repository: docker/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.36.2
Choose a head ref
  • 10 commits
  • 12 files changed
  • 3 contributors

Commits on May 20, 2025

  1. run ContainerStart sequentially

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed May 20, 2025
    Configuration menu
    Copy the full SHA
    4f6cc2a View commit details
    Browse the repository at this point in the history
  2. only use attestation when building image outside the development inne…

    …r loop
    
    when building a image, by default attestation are generated and modify the image ID which trigger a container recreation on up, run command even if there isn't any changes on the image content itself
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed May 20, 2025
    Configuration menu
    Copy the full SHA
    0566431 View commit details
    Browse the repository at this point in the history
  3. remove provenance build flag for now

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed May 20, 2025
    Configuration menu
    Copy the full SHA
    7e198ee View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. build(deps): bump github.com/containerd/containerd/v2

    Bumps [github.com/containerd/containerd/v2](https://github.com/containerd/containerd) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v2.1.0...v2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd/v2
      dependency-version: 2.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and glours committed May 21, 2025
    Configuration menu
    Copy the full SHA
    5c74f07 View commit details
    Browse the repository at this point in the history
  2. report error (re)creating container

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed May 21, 2025
    Configuration menu
    Copy the full SHA
    cc50ada View commit details
    Browse the repository at this point in the history
  3. example provider implementation

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed May 21, 2025
    Configuration menu
    Copy the full SHA
    8a2cb90 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

  1. fix up --build with additional_context dependency

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed May 22, 2025
    Configuration menu
    Copy the full SHA
    a2d7548 View commit details
    Browse the repository at this point in the history
  2. e2e test

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof authored and glours committed May 22, 2025
    Configuration menu
    Copy the full SHA
    a54814f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2025

  1. bump compose-go to v2.6.4

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed May 23, 2025
    Configuration menu
    Copy the full SHA
    f52af4c View commit details
    Browse the repository at this point in the history
  2. bumpd buildkit v0.22.0 and buildx v0.24.0

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed May 23, 2025
    Configuration menu
    Copy the full SHA
    e45e58b View commit details
    Browse the repository at this point in the history
Loading
close