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: be187ba
Choose a base ref
...
head repository: docker/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 804ef4a
Choose a head ref
  • 19 commits
  • 20 files changed
  • 5 contributors

Commits on Mar 24, 2022

  1. vendor: github.com/containerd/containerd v1.6.2

    includes a fix for CVE-2022-24769 (but doesn't affect the code we use)
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    5ace5bd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. pass interactive flag to ExecOptions for the RunExec command

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    b7fd6eb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. go.mod: pin k8s dependencies to the same version as in buildx

    Buildx uses replace rules to pin these dependencies to the version
    that's used in buildkit. Newer versions of these dependencies are
    incompatible with some go versions, and we do not need the newer
    versions for where it's used.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    d078e30 View commit details
    Browse the repository at this point in the history
  2. go.mod: github.com/docker/buildx v0.8.1

    Fix possible panic on handling build context scanning errors
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah authored and ndeloof committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    950cb1a View commit details
    Browse the repository at this point in the history
  3. support cache_from|to|no|pull

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    890b680 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9222 from ndeloof/cache

    support cache_from|to|no|pull
    glours authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    a73a2c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix race condition on start-stop e2e tests running in parrallel

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9b02add View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9331 from glours/e2e-start-stop-race

    fix race condition on start-stop e2e tests running in parrallel
    glours authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3c12b94 View commit details
    Browse the repository at this point in the history
  3. Add support of ssh authentications defined in compose file or via cli…

    … flags
    
    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ff73827 View commit details
    Browse the repository at this point in the history
  4. add e2e tests to check usage of ssh build property

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    934b596 View commit details
    Browse the repository at this point in the history
  5. Takes COMPOSE_PROJECT_NAME into consideration on commands

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    eee0e8b View commit details
    Browse the repository at this point in the history
  6. fix typo in ssh option description

    Signed-off-by: Matthias Schoettle <git@mattsch.com>
    mschoettle committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6dbd6ff View commit details
    Browse the repository at this point in the history
  7. Merge pull request #9334 from mschoettle/ssh-option-fix-typo

    fix typo in ssh option description
    glours authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    e700f0a View commit details
    Browse the repository at this point in the history
  8. Remove dead warning code

    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    60363c3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9332 from ulyssessouza/fix-project-name

    Takes COMPOSE_PROJECT_NAME into consideration on commands
    ulyssessouza authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5e63f12 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9335 from ulyssessouza/remove-deadcode

    Remove dead warning code
    ulyssessouza authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c7473c6 View commit details
    Browse the repository at this point in the history
  11. Fix down command without any resource to delete

    A command down without any resource to delete was
    trying to remove a default network that doesn't exist
    
    Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
    ulyssessouza committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    56e48f8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #9336 from ulyssessouza/fix-empty-down

    Fix down command without any resource to delete
    glours authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0309a73 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #9309 from thaJeztah/vendor_containerd_1.6.2

    vendor: github.com/containerd/containerd v1.6.2
    glours authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    804ef4a View commit details
    Browse the repository at this point in the history
Loading