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: 8d815ff
Choose a base ref
...
head repository: docker/compose
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41b3967
Choose a head ref
  • 17 commits
  • 35 files changed
  • 6 contributors

Commits on Apr 4, 2022

  1. Fix search/replace typo in --no-TTY documentation

    Commit abbba74 looks to have
    accidentally replaced `pseudo-tty` with `pseudo-noTty` in several
    places. In other places, it looks like it replaced `pseudo-tty` with
    `pseudo-TTY`, so I used the uppercased version in these places as well.
    
    For example, running version 2.3.3, I get this output:
    
    ```
    % docker-compose run --help
    
    ...
    
    Options:
      ...
      -T, --no-TTY                Disable pseudo-noTty allocation. By default docker compose run allocates a TTY
      ...
    ```
    
    Signed-off-by: Eric Freese <ericdfreese@gmail.com>
    ericfreese authored and ndeloof committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    d871cb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. use project instead of DownOptions.project to list service images in …

    …pkg.compose.down
    
    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours authored and ndeloof committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    7fea9f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. use project we just created to start services

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    db69856 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. include services declared by links as implicit dependencies

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

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

Commits on Apr 11, 2022

  1. Merge pull request #9368 from ndeloof/links_dependencies

    include services declared by `links` as implicit dependencies
    glours authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    03aadcc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. pull to respect pull_policy

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    625a48d View commit details
    Browse the repository at this point in the history
  2. don't ignore error

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    672e236 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. project name MUST be lowercase

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9668f60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9385 from ndeloof/lowercase_project_name

    project name MUST be lowercase
    glours authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a32fdff View commit details
    Browse the repository at this point in the history
  3. when using bind API, use compose-go to (re)build volume string

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e016874 View commit details
    Browse the repository at this point in the history
  4. add support for build.secrets

    Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
    ndeloof committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    0dffd5b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. create also a checksums.txt file, add --binary

    create also a checksums.txt file
    and switch shasum to --binary,
    to Fix problems with the verification on different OS systems
    fixes #9388
    
    Signed-off-by: MaxPeal <30347730+MaxPeal@users.noreply.github.com>
    MaxPeal authored and ndeloof committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    5d809a2 View commit details
    Browse the repository at this point in the history
  2. add support for ppc64le

    Signed-off-by: Sneha Kanekar1 <sneha.kanekar1@ibm.com>
    Sneha Kanekar1 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e028636 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9392 from snehakpersistent/ppc-support

    add support for ppc64le for docker compose
    glours authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    14ca112 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. inspect image ID after pull to se com.docker.compose.image

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

Commits on Apr 24, 2022

  1. Fix cannot setup IPAM gateway

    Signed-off-by: Eric Fan <ericfan@qnap.com>
    qnap-ericfan authored and ndeloof committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    41b3967 View commit details
    Browse the repository at this point in the history
Loading