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: 2afc050
Choose a base ref
...
head repository: moby/buildkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2ae42e0
Choose a head ref
  • 9 commits
  • 11 files changed
  • 5 contributors

Commits on Mar 7, 2024

  1. docs: replace references to the master branch with v0.13

    Signed-off-by: Akihiro Suda <[email protected]>
    (cherry picked from commit 92ef8b0)
    AkihiroSuda authored and crazy-max committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ee081eb View commit details
    Browse the repository at this point in the history
  2. ci: enable multi-platform lint only for upstream repo

    Signed-off-by: CrazyMax <[email protected]>
    (cherry picked from commit dfbc1c5)
    crazy-max committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    525ea4f View commit details
    Browse the repository at this point in the history
  3. fix(docs): add the containers feature enabling step

    By default, a fresh Windows installation does not come
    with `containers` feature enabled since not all users
    usually need the feature. It is therefore provided as
    a _feature on demand (FoD)_.
    
    This commit introduces the one-step powershell
    command that enables this feature. This is necessary
    for anything to run successfully.
    
    Signed-off-by: Anthony Nandaa <[email protected]>
    (cherry picked from commit 4e61d38)
    profnandaa authored and crazy-max committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f64b48e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4742 from crazy-max/v0.13_cherry-picks

    [v0.13] cherry-picks
    tonistiigi authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3f62976 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. solver: stub out sysSampler close

    Follow-up to ce332e1 - this didn't
    resolve the access to sysSampler.Close, we need to stub this one out as
    well!
    
    Signed-off-by: Justin Chadwell <[email protected]>
    (cherry picked from commit d0b170c)
    jedevc authored and tonistiigi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    62eec44 View commit details
    Browse the repository at this point in the history
  2. remotecache: fix missing CheckDescriptor method

    This method is needed by GHA cache backend to detect
    if Github deletes blobs from the cache because of
    storage caps. It got missing when Info() support was
    added.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit 5a8856d)
    tonistiigi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    50fbf50 View commit details
    Browse the repository at this point in the history
  3. git: ensure file-looking git refs aren't parsed as URLs

    URLs that look like `./path/to/file` and `../path/to/file` definitely
    aren't git URLs - so we should bail out early.
    
    This was causing a weird issue where if you copied `./.git` this would
    be detected as a valid url parsing with `host = "."` and `path = "/git"`.
    The fix for this is to make sure that for these explicit file-like
    paths, we *never* parse them as url-refs.
    
    Also some tests to make sure this doesn't break again!
    
    Signed-off-by: Justin Chadwell <[email protected]>
    (cherry picked from commit 95ca25e)
    jedevc authored and tonistiigi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    9e593c0 View commit details
    Browse the repository at this point in the history
  4. oci: make mounting oci socket optional

    The source path changed in v0.13 and there are reports
    that new path can cause error on starting a container. While
    this is investigated, check for missing path and make
    mounting optional like it was in v0.12.
    
    Signed-off-by: Tonis Tiigi <[email protected]>
    (cherry picked from commit 33b347a)
    tonistiigi committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0aff323 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4779 from tonistiigi/v0.13.1-picks

    [v0.13] v0.13.1 cherry-picks
    tonistiigi authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    2ae42e0 View commit details
    Browse the repository at this point in the history
Loading