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

auto-start buildkitd in Docker if not configured #212

Merged
merged 6 commits into from
Jul 10, 2022
Merged

Commits on Jul 9, 2022

  1. undo runtime service config changes

    this complexity is no longer necessary now that you can just forward a
    runtime service over gRPC
    
    Revert "refactor buildkit addr defaults into runtime pkg"
    
    This reverts commit 5d27026.
    
    Revert "resolve defaults in main rather than runtime init"
    
    This reverts commit 50e0fad.
    
    Revert "simplify RuntimeAddrs"
    
    This reverts commit 151e72d.
    
    Revert "add SetService helper"
    
    This reverts commit 7c63a99.
    
    Revert "give addrs a distinct section in runtime config"
    
    This reverts commit c888a43.
    
    Revert "use buildkit runtime defaults in tests"
    
    This reverts commit 8b7a0d1.
    vito committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    fa66d45 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. yoink dagger's buildkit setup (with love)

    this should make getting started _much_ easier - you don't need to
    manually set up a Buildkitd daemon, it just runs the matching version in
    Docker.
    
    original license (Apache) and notice preserved.
    vito committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    cdeb22b View commit details
    Browse the repository at this point in the history
  2. enable insecure entitlement for buildkit

    this should be made configurable and op-in someday
    vito committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    6017ee7 View commit details
    Browse the repository at this point in the history
  3. bump nix vendorsha

    vito committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    cf12c6c View commit details
    Browse the repository at this point in the history
  4. fix docs script, refactor

    vito committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    ca52405 View commit details
    Browse the repository at this point in the history
  5. simpler getting started docs

    no more manual buildkit setup!
    vito committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    dc7e0b1 View commit details
    Browse the repository at this point in the history