Thanks to visit codestin.com
Credit goes to github.com

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.40.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.40.2
Choose a head ref
  • 7 commits
  • 60 files changed
  • 2 contributors

Commits on Oct 20, 2025

  1. Compose can't create a tar with adequate uid:gid ownership

    as we can't get container UID/GID as int by ContainerInspect
    revert #13288
    
    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    585c4db View commit details
    Browse the repository at this point in the history
  2. fail build if minimal required version of buildx isn't installed

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    e19e127 View commit details
    Browse the repository at this point in the history
  3. remove unused code to only rely on api.Service

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    e25265d View commit details
    Browse the repository at this point in the history
  4. test digest or canonical reference, not only tag, when checking if an…

    … image is already present
    
    Signed-off-by: Guillaume Lours <[email protected]>
    glours authored and ndeloof committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    da5c57c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. introduce WithPrompt to configure compose backend to use a plugable U…

    …I component for user interaction
    
    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    9b4fcce View commit details
    Browse the repository at this point in the history
  2. Enforce compose files from OCI artifact all get into the same target …

    …(cache) folder
    
    Signed-off-by: Guillaume Lours <[email protected]>
    Signed-off-by: Nicolas De Loof <[email protected]>
    glours committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    69bcb96 View commit details
    Browse the repository at this point in the history
  3. publish env_file references as opaque hash to prevent paths conflicts

    Signed-off-by: Nicolas De Loof <[email protected]>
    ndeloof authored and glours committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    6007d4c View commit details
    Browse the repository at this point in the history
Loading