Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Driver client meta #1

Draft
wants to merge 73 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2023

  1. update flag-description for --cgroup-parent

    This attempts to make it clearer that the --cgroup-parent option is only used
    for the containers used during build. Instead of mentioning "build container",
    I opted for using "RUN instructions" (to match the --network description),
    although this may not be ideal (as it assumes the "Dockerfile" front-end, which
    of course may not be the case).
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7dec9fd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. tests: add imagetools tests for copying manifests and indexes

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    5941bf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request docker#1905 from thaJeztah/cgroup_parent_description

    update flag-description for --cgroup-parent
    crazy-max authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    626e6f8 View commit details
    Browse the repository at this point in the history
  2. test: fix non-deterministic compose context path

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    56d55a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request docker#2014 from crazy-max/fix-compose-test

    test: fix non-deterministic compose context path
    crazy-max authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    296832c View commit details
    Browse the repository at this point in the history
  4. Merge pull request docker#2013 from jedevc/tests-add-imagetools-create

    tests: add imagetools tests for copying manifests and indexes
    jedevc authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    3bd4bca View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. chore: reorder target fields

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    de4dbb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da66629 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. debug: fix short-form custom command name on --invoke isn't used

    Signed-off-by: Kohei Tokunaga <[email protected]>
    ktock committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7843b5f View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker#2026 from ktock/fix-invoke-flag

    debug: fix short-form custom command name on `--invoke` isn't used
    tonistiigi authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    76119b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. chore: slice loop replace

    Signed-off-by: guoguangwu <[email protected]>
    testwill committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    a71a24c View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker#2029 from testwill/loop

    chore: slice loop replace
    jedevc authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    87e8e4b View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. vendor: github.com/theupdateframework/notary v0.7.0

    update the dependency to v0.7.0 to be closer to what docker/cli uses;
    notaryproject/notary@v0.6.1...v0.7.0
    
    Note that docker/cli is slightly ahead of v0.7.0, and uses bf96a202a09a;
    notaryproject/notary@v0.7.0...bf96a20
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fb50d82 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    29ba5ec View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Merge pull request docker#2032 from docker/dependabot/github_actions/…

    …actions/checkout-4
    
    build(deps): bump actions/checkout from 3 to 4
    crazy-max authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f35b2b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. enable trace delegation for docker/remote driver

    Signed-off-by: Tonis Tiigi <[email protected]>
    tonistiigi committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f54a67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbf6594 View commit details
    Browse the repository at this point in the history
  3. Merge pull request docker#2031 from thaJeztah/bump_notary

    vendor: github.com/theupdateframework/notary v0.7.0
    tonistiigi authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    31d8839 View commit details
    Browse the repository at this point in the history
  4. vendor: github.com/compose-spec/compose-go v1.18.3

    - Parse service device count to int if possible
    - introduce ResourceResolver to accept remote resources
    - use include.env_file to resolve variables in included compose.yaml file
    - remove potential dependencies to disabled services in ForServices
    - ability to convert a mapping (back) to KEY=VALUE strings
    - load: include details about included files on Project
    - include disabled services
    - local environment to override included .env
    - load: move env var profile detection to option
    - add support for multi-document yaml
    
    full diff: compose-spec/compose-go@v1.17.0...v1.18.3
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    51c94cd View commit details
    Browse the repository at this point in the history
  5. migrate to github.com/distribution/reference v0.5.0

    The "reference" package was moved to a separate module, which was extracted
    from distribution/distribution@b9b1940
    
    Also update compose-go, which also switched to distribution/reference;
    
    full diff: compose-spec/compose-go@v1.18.3...v1.18.4
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bafdc63 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Merge pull request docker#2027 from thaJeztah/swap_reference

    migrate reference github.com/distribution/reference
    crazy-max authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3631dc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. docs: remove broken link

    Signed-off-by: Kijima Daigo <[email protected]>
    kijimaD committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    84ad208 View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker#2037 from kd-collective/fix_broken_link

    docs: remove broken link
    crazy-max authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    42a0f3d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. update to go1.20.8

    go1.20.8 (released 2023-09-06) includes two security fixes to the html/template
    package, as well as bug fixes to the compiler, the go command, the runtime,
    and the crypto/tls, go/types, net/http, and path/filepath packages. See the
    Go 1.20.8 milestone on our issue tracker for details:
    
    https://github.com/golang/go/issues?q=milestone%3AGo1.20.8+label%3ACherryPickApproved
    
    full diff: golang/go@go1.20.7...go1.20.8
    
    From the security mailing:
    
    [security] Go 1.21.1 and Go 1.20.8 are released
    
    Hello gophers,
    
    We have just released Go versions 1.21.1 and 1.20.8, minor point releases.
    
    These minor releases include 4 security fixes following the security policy:
    
    - cmd/go: go.mod toolchain directive allows arbitrary execution
      The go.mod toolchain directive, introduced in Go 1.21, could be leveraged to
      execute scripts and binaries relative to the root of the module when the "go"
      command was executed within the module. This applies to modules downloaded using
      the "go" command from the module proxy, as well as modules downloaded directly
      using VCS software.
    
      Thanks to Juho Nurminen of Mattermost for reporting this issue.
    
      This is CVE-2023-39320 and Go issue https://go.dev/issue/62198.
    
    - html/template: improper handling of HTML-like comments within script contexts
      The html/template package did not properly handle HMTL-like "<!--" and "-->"
      comment tokens, nor hashbang "#!" comment tokens, in <script> contexts. This may
      cause the template parser to improperly interpret the contents of <script>
      contexts, causing actions to be improperly escaped. This could be leveraged to
      perform an XSS attack.
    
      Thanks to Takeshi Kaneko (GMO Cybersecurity by Ierae, Inc.) for reporting this
      issue.
    
      This is CVE-2023-39318 and Go issue https://go.dev/issue/62196.
    
    - html/template: improper handling of special tags within script contexts
      The html/template package did not apply the proper rules for handling occurrences
      of "<script", "<!--", and "</script" within JS literals in <script> contexts.
      This may cause the template parser to improperly consider script contexts to be
      terminated early, causing actions to be improperly escaped. This could be
      leveraged to perform an XSS attack.
    
      Thanks to Takeshi Kaneko (GMO Cybersecurity by Ierae, Inc.) for reporting this
      issue.
    
      This is CVE-2023-39319 and Go issue https://go.dev/issue/62197.
    
    - crypto/tls: panic when processing post-handshake message on QUIC connections
      Processing an incomplete post-handshake message for a QUIC connection caused a panic.
    
      Thanks to Marten Seemann for reporting this issue.
    
      This is CVE-2023-39321 and CVE-2023-39322 and Go issue https://go.dev/issue/62266.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9570448 View commit details
    Browse the repository at this point in the history
  2. imagetools: simplify return type of annotation parser

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    54bb799 View commit details
    Browse the repository at this point in the history
  3. imagetools: make annotation parser more generic

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8fe2070 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6b7a3c View commit details
    Browse the repository at this point in the history
  5. build: add --annotation shortcut flag

    This extracts the same logic for parsing annotations from the imagetools
    create command, and allows the same flags to be attached to the build
    command.
    
    These annotations are then merged into all provided exporters.
    
    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a59058e View commit details
    Browse the repository at this point in the history
  6. bake: add annotations field

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0138f2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66e6dab View commit details
    Browse the repository at this point in the history
  8. build: validate build args and labels

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    73ea082 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d001e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. build: improve error messages for docker driver

    Signed-off-by: David Karlsson <[email protected]>
    Co-authored-by: CrazyMax <[email protected]>
    Signed-off-by: David Karlsson <[email protected]>
    dvdksn and crazy-max committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bf5a700 View commit details
    Browse the repository at this point in the history
  2. Merge pull request docker#1998 from dvdksn/build/docker-driver-errmsgs

    build: improve error messages for docker driver
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7b049b9 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump docker/setup-qemu-action from 2 to 3

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6c31f43 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump docker/setup-buildx-action from 2 to 3

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2c986bc View commit details
    Browse the repository at this point in the history
  5. build(deps): bump docker/metadata-action from 4 to 5

    Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
    - [Release notes](https://github.com/docker/metadata-action/releases)
    - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
    - [Commits](docker/metadata-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: docker/metadata-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    320a310 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump docker/login-action from 2 to 3

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    739ec96 View commit details
    Browse the repository at this point in the history
  7. Merge pull request docker#2042 from docker/dependabot/github_actions/…

    …docker/setup-qemu-action-3
    
    build(deps): bump docker/setup-qemu-action from 2 to 3
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    77aedb7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request docker#2043 from docker/dependabot/github_actions/…

    …docker/setup-buildx-action-3
    
    build(deps): bump docker/setup-buildx-action from 2 to 3
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8035884 View commit details
    Browse the repository at this point in the history
  9. Merge pull request docker#2044 from docker/dependabot/github_actions/…

    …docker/metadata-action-5
    
    build(deps): bump docker/metadata-action from 4 to 5
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7cfb440 View commit details
    Browse the repository at this point in the history
  10. Merge pull request docker#2046 from docker/dependabot/github_actions/…

    …docker/login-action-3
    
    build(deps): bump docker/login-action from 2 to 3
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7984023 View commit details
    Browse the repository at this point in the history
  11. build(deps): bump docker/bake-action from 3 to 4

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3 to 4.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bc021c8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request docker#2045 from docker/dependabot/github_actions/…

    …docker/bake-action-4
    
    build(deps): bump docker/bake-action from 3 to 4
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bdaaca4 View commit details
    Browse the repository at this point in the history
  13. build: sublogger to show docker load progress output

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    03bedfb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge pull request docker#1994 from crazy-max/load-progress

    build: sublogger to show docker load progress output
    crazy-max authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e018f8b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. vendor: update buildkit to master@cbfd4023383d

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e2ebab5 View commit details
    Browse the repository at this point in the history
  2. remote: remove explicit backoff config from client opts

    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0bd6f3c View commit details
    Browse the repository at this point in the history
  3. progress: create new display object after unpause

    Without this, we attempt to overwrite the previous display in the lines
    above which have been filled with logs from the monitor (see when used
    with `--invoke`).
    
    Signed-off-by: Justin Chadwell <[email protected]>
    jedevc committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b9aad03 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Merge pull request docker#2035 from jedevc/update-buildkit

    vendor: update buildkit to master
    crazy-max authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e6756d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. vendor: update compose-go to v1.19.0

    Signed-off-by: David Karlsson <[email protected]>
    dvdksn committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    c8002e5 View commit details
    Browse the repository at this point in the history
  2. commands: release the file lock before attempting to boot during create

    If the boot command hung or took a long time, it blocked any read
    operations (such as `buildx ls`).
    
    When the boot happens, we no longer need to hold the file lock so we can
    release it. Releasing multiple times is legal and causes whichever
    release that is second to be a no-op so the defer is kept to ensure the
    lock is released even when an error condition happens.
    
    Signed-off-by: Jonathan A. Sternberg <[email protected]>
    jsternberg committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    0878d5b View commit details
    Browse the repository at this point in the history
  3. build: move localstate logic

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    cc6957d View commit details
    Browse the repository at this point in the history
  4. build: set target to local state

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2134a1e View commit details
    Browse the repository at this point in the history
  5. build: opt to set build ref

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    9b7d30c View commit details
    Browse the repository at this point in the history
  6. build: support local state group

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3dcb034 View commit details
    Browse the repository at this point in the history
  7. build: handle local state group file removal

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    e9fb769 View commit details
    Browse the repository at this point in the history
  8. localstate: tests

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    130e9fe View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Merge pull request docker#2038 from crazy-max/localstate-group

    build: support local state group
    crazy-max authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    6c77b76 View commit details
    Browse the repository at this point in the history
  2. compose: test with develop section

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    159eac4 View commit details
    Browse the repository at this point in the history
  3. inspect: do not display platforms field if empty

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    22e61ef View commit details
    Browse the repository at this point in the history
  4. builder: set node worker ids

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    197824c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c2294f View commit details
    Browse the repository at this point in the history
  6. Merge pull request docker#2066 from jsternberg/early-flock-release

    commands: release the file lock before attempting to boot during create
    crazy-max authored Sep 30, 2023
    Configuration menu
    Copy the full SHA
    a012e00 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Merge pull request docker#2063 from crazy-max/node-workerid

    builder: set node worker ids
    crazy-max authored Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7b4bc4f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge pull request docker#2065 from dvdksn/update-compose-go

    vendor: update compose-go to v1.19.0
    crazy-max authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    561a433 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Introduce a client interface, to abstract from buildkit client.

    This will allow further enhancement like caching remote driver responses.
    
    Signed-off-by: Silvin Lubecki <[email protected]>
    silvin-lubecki committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2aa6d52 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Merge pull request docker#2071 from silvin-lubecki/client-interface

    (drivers): Introduce a client interface
    silvin-lubecki authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0e39111 View commit details
    Browse the repository at this point in the history
  2. Revert "Introduce a client interface, to abstract from buildkit client."

    This reverts commit 2aa6d52.
    
    Signed-off-by: Silvin Lubecki <[email protected]>
    silvin-lubecki committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    22e9e33 View commit details
    Browse the repository at this point in the history
  3. Merge pull request docker#2072 from silvin-lubecki/undo-client-interface

    Revert "Introduce a client interface, to abstract from buildkit client."
    tonistiigi authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    01245e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. driver: move Features and HostGatewayIP to specific driver

    Adds a new HostGatewayIP entry in the Driver interface so we can
    move Features and HostGatewayIP handling with cache to the very
    specific driver (docker).
    
    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5836c24 View commit details
    Browse the repository at this point in the history
  2. builder: use variadic options in LoadNodes func

    Signed-off-by: CrazyMax <[email protected]>
    crazy-max committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    fd251d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511e413 View commit details
    Browse the repository at this point in the history