Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 97b4631

Browse filesBrowse files
committed
vendor: github.com/moby/buildkit v0.12.5
full diff: moby/buildkit@v0.12.4...v0.12.5 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
1 parent 2df4755 commit 97b4631
Copy full SHA for 97b4631

File tree

31 files changed

+444
-99
lines changed
Filter options

31 files changed

+444
-99
lines changed

‎vendor.mod

Copy file name to clipboardExpand all lines: vendor.mod
+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ require (
6060
github.com/miekg/dns v1.1.43
6161
github.com/mistifyio/go-zfs/v3 v3.0.1
6262
github.com/mitchellh/copystructure v1.2.0
63-
github.com/moby/buildkit v0.12.5-0.20231208203051-3b6880d2a00f // v0.12 branch (v0.12.5-dev)
63+
github.com/moby/buildkit v0.12.5
6464
github.com/moby/ipvs v1.1.0
6565
github.com/moby/locker v1.0.1
6666
github.com/moby/patternmatcher v0.6.0

‎vendor.sum

Copy file name to clipboardExpand all lines: vendor.sum
+2-2
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,8 @@ github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zx
902902
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
903903
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b/go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs=
904904
github.com/moby/buildkit v0.8.1/go.mod h1:/kyU1hKy/aYCuP39GZA9MaKioovHku57N6cqlKZIaiQ=
905-
github.com/moby/buildkit v0.12.5-0.20231208203051-3b6880d2a00f h1:nYPkpfWrlQznHPLNrXxXIQMaTlmnsSBiiRTgnQ5hrZ0=
906-
github.com/moby/buildkit v0.12.5-0.20231208203051-3b6880d2a00f/go.mod h1:XG74uz06nPWQpnxYwgCryrVidvor0+ElUxGosbZPQG4=
905+
github.com/moby/buildkit v0.12.5 h1:RNHH1l3HDhYyZafr5EgstEu8aGNCwyfvMtrQDtjH9T0=
906+
github.com/moby/buildkit v0.12.5/go.mod h1:YGwjA2loqyiYfZeEo8FtI7z4x5XponAaIWsWcSjWwso=
907907
github.com/moby/ipvs v1.1.0 h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=
908908
github.com/moby/ipvs v1.1.0/go.mod h1:4VJMWuf098bsUMmZEiD4Tjk/O7mOn3l1PTD3s4OoYAs=
909909
github.com/moby/locker v1.0.1 h1:fOXqR41zeveg4fFODix+1Ch4mj/gT0NE1XJbp/epuBg=

‎vendor/github.com/moby/buildkit/control/control.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/control/control.go
+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/executor/executor.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/executor/executor.go
+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/executor/oci/spec.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/executor/oci/spec.go
+20-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/executor/oci/spec_freebsd.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/executor/oci/spec_freebsd.go
+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/executor/oci/spec_linux.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/executor/oci/spec_linux.go
+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/executor/oci/spec_windows.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/executor/oci/spec_windows.go
+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/executor/stubs.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/executor/stubs.go
+14-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/exporter/containerimage/exptypes/parse.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/exporter/containerimage/exptypes/parse.go
+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/exporter/containerimage/writer.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/exporter/containerimage/writer.go
+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/frontend/frontend.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/frontend/frontend.go
+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/moby/buildkit/frontend/gateway/client/attestation.go

Copy file name to clipboardExpand all lines: vendor/github.com/moby/buildkit/frontend/gateway/client/attestation.go
+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.