-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: moby/buildkit
base: 2afc050
head repository: moby/buildkit
compare: 2ae42e0
- 9 commits
- 11 files changed
- 5 contributors
Commits on Mar 7, 2024
-
docs: replace references to the master branch with v0.13
Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 92ef8b0)
Configuration menu - View commit details
-
Copy full SHA for ee081eb - Browse repository at this point
Copy the full SHA ee081ebView commit details -
ci: enable multi-platform lint only for upstream repo
Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit dfbc1c5)
Configuration menu - View commit details
-
Copy full SHA for 525ea4f - Browse repository at this point
Copy the full SHA 525ea4fView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for f64b48e - Browse repository at this point
Copy the full SHA f64b48eView commit details -
Merge pull request #4742 from crazy-max/v0.13_cherry-picks
[v0.13] cherry-picks
Configuration menu - View commit details
-
Copy full SHA for 3f62976 - Browse repository at this point
Copy the full SHA 3f62976View commit details
Commits on Mar 18, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 62eec44 - Browse repository at this point
Copy the full SHA 62eec44View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 50fbf50 - Browse repository at this point
Copy the full SHA 50fbf50View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 9e593c0 - Browse repository at this point
Copy the full SHA 9e593c0View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 0aff323 - Browse repository at this point
Copy the full SHA 0aff323View commit details -
Merge pull request #4779 from tonistiigi/v0.13.1-picks
[v0.13] v0.13.1 cherry-picks
Configuration menu - View commit details
-
Copy full SHA for 2ae42e0 - Browse repository at this point
Copy the full SHA 2ae42e0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2afc050...2ae42e0