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

update dependency on docker #3175

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

update dependency on docker #3175

wants to merge 5 commits into from

Commits on Nov 18, 2024

  1. update dependency on docker

    since docker doesn't have a go.mod, the opentelemetry dependencies
    in go.sum must be updated by hand according to the vendor.mod file
    of the related docker release
    
    ex. https://github.com/docker/cli/blob/v27.1.1/vendor.mod
    mmetc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c32ae81 View commit details
    Browse the repository at this point in the history
  2. fix build

    mmetc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d537f9f View commit details
    Browse the repository at this point in the history
  3. fix unit test

    mmetc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    eee8680 View commit details
    Browse the repository at this point in the history
  4. DOCKER_HOST -> BUILDKIT_HOST

    mmetc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    528aef6 View commit details
    Browse the repository at this point in the history
  5. docker v27.3.1

    mmetc committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    6222b73 View commit details
    Browse the repository at this point in the history