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

vendor: github.com/moby/buildkit v0.14.0-rc1 #47683

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

Commits on Jun 3, 2024

  1. vendor: update github.com/moby/buildkit to v0.14.0-rc1

    - full diff: moby/buildkit@v0.13.1...v0.14.0-rc1
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    811befa View commit details
    Browse the repository at this point in the history
  2. builder: Pass nil linter to instructions.Parse

    eea0b41bf4fb1d69e109ff5ff8045c63f0c0d510 added a new argument to
    `instructions.Parse` to support issuing linter warnings.
    
    Classic builder uses it to parse the Dockerfile instructions and its
    usage needs adjustment.
    
    The classic builder is deprecated and we won't be adding any new
    features to it, so we just pass a nil linter callback.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5757d12 View commit details
    Browse the repository at this point in the history
  3. builder: Adjust usage of shlex.ProcessWord

    1b1c5bc08ad81add007eb647e66ed0929693f3a0 extended the function signature
    with one additional return value.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    027056e View commit details
    Browse the repository at this point in the history
  4. builder: Update detect usage for new detect API from buildkit

    Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    jsternberg authored and vvoland committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    987ad50 View commit details
    Browse the repository at this point in the history
  5. builder-next: Adjust NewGatewayFrontend invocation

    b5c50afa882e2b34aba880fd5028615e2ef94e07 changed the signature of
    NewGatewayFrontend to include a slice of allowed repositories.
    
    Docker does not allow to specify this option, so don't place any
    restrictions by passing an empty slice.
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9673fbc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. tmp! vendor moby/buildkit#4984

    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    51ac3ff View commit details
    Browse the repository at this point in the history