Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings
/mobyPublic

Commit7919b80

Browse files
committed
[27.x] vendor: github.com/moby/buildkit v0.17.3
Fix issue where builds from older versions of clients/frontends could resultin missing "no-cache" behavior or original Dockerfile commands could be missingin progress outputfull diff:moby/buildkit@80e01a9...v0.17.3Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parenta92d4c5 commit7919b80

File tree

4 files changed

+23
-16
lines changed

4 files changed

+23
-16
lines changed

‎vendor.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/miekg/dns v1.1.57
6868
github.com/mistifyio/go-zfs/v3 v3.0.1
6969
github.com/mitchellh/copystructure v1.2.0
70-
github.com/moby/buildkit v0.17.3-0.20241126095802-80e01a9dc7c1 // v0.17 branch (v0.17.3-dev)
70+
github.com/moby/buildkit v0.17.3
7171
github.com/moby/docker-image-spec v1.3.1
7272
github.com/moby/ipvs v1.1.0
7373
github.com/moby/locker v1.0.1

‎vendor.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh
469469
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
470470
github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw=
471471
github.com/mndrix/tap-go v0.0.0-20171203230836-629fa407e90b/go.mod h1:pzzDgJWZ34fGzaAZGFW22KVZDfyrYW+QABMrWnJBnSs=
472-
github.com/moby/buildkit v0.17.3-0.20241126095802-80e01a9dc7c1 h1:BtPamBN42w+owbk4Uk5o5I5ijE8mGEVzZSd9Zz1Y6b4=
473-
github.com/moby/buildkit v0.17.3-0.20241126095802-80e01a9dc7c1/go.mod h1:vr5vltV8wt4F2jThbNOChfbAklJ0DOW11w36v210hOg=
472+
github.com/moby/buildkit v0.17.3 h1:XN8ddC5gO1kGJJfi86kzvDlPOyLyPk66hTvswqhj6NQ=
473+
github.com/moby/buildkit v0.17.3/go.mod h1:vr5vltV8wt4F2jThbNOChfbAklJ0DOW11w36v210hOg=
474474
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
475475
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
476476
github.com/moby/ipvs v1.1.0 h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=

‎vendor/github.com/moby/buildkit/solver/llbsolver/vertex.go‎

Lines changed: 19 additions & 12 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎vendor/modules.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ github.com/mitchellh/hashstructure/v2
711711
# github.com/mitchellh/reflectwalk v1.0.2
712712
## explicit
713713
github.com/mitchellh/reflectwalk
714-
# github.com/moby/buildkit v0.17.3-0.20241126095802-80e01a9dc7c1
714+
# github.com/moby/buildkit v0.17.3
715715
## explicit; go 1.22.0
716716
github.com/moby/buildkit/api/services/control
717717
github.com/moby/buildkit/api/types

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp