-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: moby/buildkit
base: v0.12.1
head repository: moby/buildkit
compare: v0.12.2
- 12 commits
- 8 files changed
- 7 contributors
Commits on Aug 2, 2023
-
docs: troubleshoot for `mount proc:/proc (via /proc/self/fd/6), flags…
…: 0xe: operation not permitted` The error is known to happen when buildkitd is executed inside a container without `--oci-worker-no-process-sandbox`. Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 591478d) Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5574c87 - Browse repository at this point
Copy the full SHA 5574c87View commit details
Commits on Aug 3, 2023
-
docs/build-repro.md: fix description about squashing
We can't avoid squashing even after just fixing up whiteout timestamps; Squashing is still needed to apply the `touch`-ed timestamps across multiple `RUN` instructions. Squashing will no longer be needed if we can merge PR 3560. Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 0758355) Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87d75a1 - Browse repository at this point
Copy the full SHA 87d75a1View commit details -
docs: removed labs ref for ADD checksum and git
ADD --checksum and git url graduated in v1.6, removing the references to labs channel since they are now in stable. Signed-off-by: David Karlsson <[email protected]> (cherry picked from commit dcc83f8) Signed-off-by: Akihiro Suda <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c97bcc - Browse repository at this point
Copy the full SHA 8c97bccView commit details -
Merge pull request #4098 from AkihiroSuda/cherrypick-4085-0.12
[0.12 backport] docs: removed labs ref for ADD checksum and git
Configuration menu - View commit details
-
Copy full SHA for f84cbe0 - Browse repository at this point
Copy the full SHA f84cbe0View commit details
Commits on Aug 7, 2023
-
Merge pull request #4091 from AkihiroSuda/cherrypick-4075-0.12
[0.12 backport] docs: troubleshoot for `mount proc:/proc (via /proc/self/fd/6), flags...
Configuration menu - View commit details
-
Copy full SHA for f517cc2 - Browse repository at this point
Copy the full SHA f517cc2View commit details -
Merge pull request #4096 from AkihiroSuda/cherrypick-3980-0.12
[0.12 backport] docs/build-repro.md: fix description about squashing
Configuration menu - View commit details
-
Copy full SHA for 6579892 - Browse repository at this point
Copy the full SHA 6579892View commit details
Commits on Aug 8, 2023
-
filesync: write closer err discarded
Signed-off-by: CrazyMax <[email protected]> (cherry picked from commit 5b8f962)
Configuration menu - View commit details
-
Copy full SHA for 1c5387a - Browse repository at this point
Copy the full SHA 1c5387aView commit details -
Merge pull request #4119 from crazy-max/v0.12_backport_fix-filesync
[0.12 backport] filesync: write closer err discarded
Configuration menu - View commit details
-
Copy full SHA for 2a6aace - Browse repository at this point
Copy the full SHA 2a6aaceView commit details
Commits on Aug 23, 2023
-
Avoid unnecessary map allocation when writing progress
`MultiWriter` would create an unnecessary map allocation when the `Write` method was used. The `Write` method would create a progress object with the meta field initialized to the meta field of the writer itself. It then invoked its own `WriteRawProgress` method which would see two maps with the metadata and erroneously believe that they were different and needed to be merged into a single metadata map. Since this map is initialized with the metadata of the writer before `WriteRawProgress` is invoked, this merge was unnecessary and could add a lot of unnecessary memory allocations during a build. This changes the `MultiWriter.Write` method to invoke the private `writeRawProgress` which performs the actual write and avoids the metadata merge. Signed-off-by: Jonathan A. Sternberg <[email protected]> (cherry picked from commit 4c83fcf)
Configuration menu - View commit details
-
Copy full SHA for 58e3af5 - Browse repository at this point
Copy the full SHA 58e3af5View commit details -
docs: update gcpolicy percentage to refer to total space
Instead of available space. Signed-off-by: Justin Chadwell <[email protected]> (cherry picked from commit a6e42ec)
Configuration menu - View commit details
-
Copy full SHA for dc338bf - Browse repository at this point
Copy the full SHA dc338bfView commit details -
docs: index annotations fail if index is not produced
Signed-off-by: Justin Chadwell <[email protected]> (cherry picked from commit 49c848e)
Configuration menu - View commit details
-
Copy full SHA for 6864757 - Browse repository at this point
Copy the full SHA 6864757View commit details -
Merge pull request #4169 from tonistiigi/v0.12.2-picks
[v0.12] v0.12.2 cherry-picks
Configuration menu - View commit details
-
Copy full SHA for 567a994 - Browse repository at this point
Copy the full SHA 567a994View 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 v0.12.1...v0.12.2