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

builder/cli/daemon: integrate with buildkit@v0.3.3 #2779

Merged
merged 2 commits into from
May 9, 2019
Merged

builder/cli/daemon: integrate with buildkit@v0.3.3 #2779

merged 2 commits into from
May 9, 2019

Commits on May 7, 2019

  1. vendor: introduce buildkit v0.3.3

    v0.4.0 version of buildkit is using very higher golang version. We don't
    want to follow this so fast. This is why we use v0.3.3 here.
    
    Using following command to add the packages:
    
        govendor fetch github.com/moby/buildkit/...@v0.3.3
        govendor fetch github.com/tonistiigi/fsutil@2862f6bc5ac9b97124e552a5c108230b38a1b0ca
        govendor fetch github.com/hashicorp/go-immutable-radix::github.com/tonistiigi/go-immutable-radix@826af9ccf0feeee615d546d69b11f8e98da8c8f1
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed May 7, 2019
    Configuration menu
    Copy the full SHA
    1ca0b99 View commit details
    Browse the repository at this point in the history
  2. builder/cli/daemon: integrate with buildkit@v0.3.3

    PouchContainer uses builkit to support build functionality. This is
    commit which brings very basic build functionality and there is a lot of
    improvements will be supported in following pull request.
    
    This builder functionality is controlled by daemon flag
    `--enable-builder`. By default, the builder is disable. If it is stable
    and under fully testing, we will make it enable by default.
    
    Signed-off-by: Wei Fu <fuweid89@gmail.com>
    fuweid committed May 7, 2019
    Configuration menu
    Copy the full SHA
    11b084c View commit details
    Browse the repository at this point in the history