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/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.0.0
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.0.1
Choose a head ref
  • 13 commits
  • 15 files changed
  • 4 contributors

Commits on Jan 19, 2024

  1. docs: add documentation for CDI

    - Add section about cdi-spec-dirs daemon configuration
    - Add subsection about cdi in --device section for docker run
    - Update `docker info` output example
    
    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    (cherry picked from commit 852d198)
    dvdksn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9e1e076 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4801 from dvdksn/backport_25.0_docs_cdi

    [25.0 backport] docs: add documentation for CDI
    thaJeztah authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    85a5ee4 View commit details
    Browse the repository at this point in the history
  3. vendor: github.com/docker/docker v25.0.0

    full diff: moby/moby@v25.0.0-rc.3...v25.0.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 337dd82)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    68abf14 View commit details
    Browse the repository at this point in the history
  4. docs: fix broken links to alias pages

    Alias pages redirect to the canonical names, but these pages still
    linked to the aliases, causing broken links when building the docs site.
    
    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    (cherry picked from commit aff4649)
    dvdksn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    22e1f2c View commit details
    Browse the repository at this point in the history
  5. docs: move base command to docker.md

    CLI reference for the base command was generated to cli.md
    
    Changed it to docker.md to handle broken links.
    
    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    (cherry picked from commit d633890)
    dvdksn committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    21c1284 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4804 from dvdksn/backport_25.0_docs_fix_cli_broke…

    …n_alias_links
    
    [25.0 backport] docs: fix broken links to alias pages
    thaJeztah authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4cd8d5c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4803 from thaJeztah/25.0_backport_update_engine

    [25.0 backport] vendor: github.com/docker/docker v25.0.0
    thaJeztah authored Jan 19, 2024
    Configuration menu
    Copy the full SHA
    01f9332 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. socket: return from loop after EOF

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    (cherry picked from commit 8cd3b00)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    tonistiigi authored and thaJeztah committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    4e097c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge pull request #4806 from thaJeztah/25.0_backport_socket-eof-return

    [25.0 backport] socket: return from loop after EOF
    thaJeztah authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e8852e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Dockerfile: update docker compose to v2.24.2

    Update the version of compose used in CI to the latest version.
    
    - full diff: docker/compose@v2.24.0...v2.24.2
    - release notes: https://github.com/docker/compose/releases/tag/v2.24.1
    - release notes: https://github.com/docker/compose/releases/tag/v2.24.2
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 091af56)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6ab4781 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4815 from thaJeztah/25.0_backport_update_compose

    [25.0 backport] Dockerfile: update docker compose to v2.24.2
    thaJeztah authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    950ecd4 View commit details
    Browse the repository at this point in the history
  3. docs: update host-gateway-ip to use daemon.json instead of cli flag

    Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
    (cherry picked from commit ec0a624)
    dvdksn committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4caf4de View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4819 from dvdksn/25.0_backport_docs_host-gateway-…

    …ip_daemonjson
    
    [25.0 backport] docs: update host-gateway-ip to use daemon.json instead of cli flag
    thaJeztah authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    29cf629 View commit details
    Browse the repository at this point in the history
Loading