Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: moby/buildkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44891f4cb975
Choose a base ref
...
head repository: moby/buildkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23c8affb1ffe
Choose a head ref
  • 10 commits
  • 162 files changed
  • 6 contributors

Commits on Sep 21, 2021

  1. Fix issues #1980 and #2198

    Signed-off-by: Jonathan Giannuzzi <jonathan@giannuzzi.me>
    jgiannuzzi committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2c540bd View commit details
    Browse the repository at this point in the history
  2. Add BUILDKIT_SANDBOX_HOSTNAME build-arg

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    e5ecbf9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2373 from crazy-max/buildarg-hostname

    Add BUILDKIT_SANDBOX_HOSTNAME build-arg
    tonistiigi authored Sep 21, 2021
    Configuration menu
    Copy the full SHA
    4997b57 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Fix estargz compression loses the original tar metadata

    Currently, eStargz compression doesn't preserve the original tar metadata
    (header bytes and their order). This causes failure of `TestGetRemote` because
    an uncompressed blob converted from a gzip blob provides different digset
    against the one converted from eStargz blob even if their original tar (computed
    by differ) are the same.
    This commit solves this issue by fixing eStargz to preserve original tar's
    metadata that is modified by eStargz.
    
    Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
    ktock committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    da821a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Enhance ANSI color for progress ui

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

Commits on Sep 24, 2021

  1. Merge pull request #2352 from ktock/esgzcvt-preserve-tar

    Fix estargz compression loses the original tar metadata
    AkihiroSuda authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ec787d9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2372 from jgiannuzzi/fix-issue-2198

    Fix flakiness during import of a cache with empty layers removed
    tonistiigi authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    deb1440 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2368 from crazy-max/ansi-color

    Enhance ANSI colors for progress ui
    crazy-max authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    1031116 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Move resolver config to a dedicated package

    Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
    crazy-max committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    73625be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2377 from crazy-max/resolver-config

    Move resolver config to a dedicated package
    crazy-max authored Sep 27, 2021
    Configuration menu
    Copy the full SHA
    23c8aff View commit details
    Browse the repository at this point in the history
Loading