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

integrate github.com/moby/buildkit/util/appcontext #131

Closed
wants to merge 13 commits into from

Commits on Apr 17, 2017

  1. init

    Signed-off-by: Daniel Nephin <dnephin@gmail.com>
    dnephin committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    1302228 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. buildd: graceful shutdown on termination signals

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    tonistiigi committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    5e0b977 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. support building on windows (no functional worker yet)

    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    6bca2cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request moby#68 from AkihiroSuda/windows

    support building on windows (no functional worker yet)
    AkihiroSuda committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    7f276d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Update containerd version

    Fix for logrus rename, use fork until fixed in moby.
    Removed unused tar stream.
    
    Signed-off-by: Derek McGowan <derek@mcgstyle.net>
    dmcgowan committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    da67cdc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. add current tracing context detection and exec propagation

    Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
    (cherry picked from commit bc9a83144c83e9fd78007b7bfe92e8082c59d40e)
    tonistiigi committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    0a5c845 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. go fmt: add //go:build

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f981fdd View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Merge remote-tracking branch 'cli-dockerfile-ref/master' into dockerf…

    …ile-ref
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    16f93af View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. use bklog.G(ctx) instead of logrus directly

    Signed-off-by: coryb <cbennett@netflix.com>
    coryb committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3007963 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Merge remote-tracking branch 'buildkit-appcontext/master' into appcon…

    …text
    
    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7385c14 View commit details
    Browse the repository at this point in the history
  2. appcontext: remove log

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f66c8d6 View commit details
    Browse the repository at this point in the history
  3. appcontext: init module

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d7b42cf View commit details
    Browse the repository at this point in the history
  4. appcontext: fix lint

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    392d952 View commit details
    Browse the repository at this point in the history