Skip to content

Commit 3e4723c

Browse files
committed
bump buildkit v0.5.0
full diff: moby/buildkit@8818c67...v0.5.0 - moby/buildkit#909 exporter: support unpack opt for image exporter - moby/buildkit#961 dockerfile: allow subdirs for remote contexts Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 32daacb commit 3e4723c

4 files changed

Lines changed: 37 additions & 4 deletions

File tree

builder/builder-next/adapters/snapshot/snapshot.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ func NewSnapshotter(opt Opt) (snapshot.SnapshotterBase, error) {
7474
return s, nil
7575
}
7676

77+
func (s *snapshotter) Name() string {
78+
return "default"
79+
}
80+
7781
func (s *snapshotter) IdentityMapping() *idtools.IdentityMapping {
7882
return nil
7983
}

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ github.com/imdario/mergo 7c29201646fa3de8506f70121347
2727
golang.org/x/sync e225da77a7e68af35c70ccbf71af2b83e6acac3c
2828

2929
# buildkit
30-
github.com/moby/buildkit 8818c67cff663befa7b70f21454e340f71616581
30+
github.com/moby/buildkit 8c0fa8fdec187d8f259a349d2da16dc2dc5f144a # v0.5.0
3131
github.com/tonistiigi/fsutil 3bbb99cdbd76619ab717299830c60f6f2a533a6b
3232
github.com/grpc-ecosystem/grpc-opentracing 8e809c8a86450a29b90dcc9efbf062d0fe6d9746
3333
github.com/opentracing/opentracing-go 1361b9cd60be79c4c3a7fa9841b3c132e40066a7

vendor/github.com/moby/buildkit/frontend/dockerfile/builder/build.go

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/moby/buildkit/snapshot/snapshotter.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)