Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit d61bf27

Browse files
committed
[19.03] vendor: tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1
full diff: tonistiigi/fsutil@3d2716d...0f039a0 - receive: use filter on receive diff - prevents incremental transfers with userns because the metadata on disk is always different than the one being transferred. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: d6b05747ddaa0a18328a21487e17941e75a15060 Component: cli
1 parent 1cab956 commit d61bf27

7 files changed

Lines changed: 45 additions & 35 deletions

File tree

components/cli/vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ github.com/spf13/cobra ef82de70bb3f60c65fb8eebacbb2
7575
github.com/spf13/pflag 4cb166e4f25ac4e8016a3595bbf7ea2e9aa85a2c https://github.com/thaJeztah/pflag.git # temporary fork with https://github.com/spf13/pflag/pull/170 applied, which isn't merged yet upstream
7676
github.com/syndtr/gocapability d98352740cb2c55f81556b63d4a1ec64c5a319c2
7777
github.com/theupdateframework/notary d6e1431feb32348e0650bf7551ac5cffd01d857b # v0.6.1
78-
github.com/tonistiigi/fsutil 3d2716dd0a4d06ff854241c7e8b6f3f904e1719f
78+
github.com/tonistiigi/fsutil 0f039a052ca1da01626278199624b62aed9b3729
7979
github.com/tonistiigi/units 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2
8080
github.com/xeipuuv/gojsonpointer 4e3ac2762d5f479393488629ee9370b50873b3a6
8181
github.com/xeipuuv/gojsonreference bd5ef7bd5415a7ac448318e64f11a24cd21e594b

components/cli/vendor/github.com/tonistiigi/fsutil/diff.go

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

components/cli/vendor/github.com/tonistiigi/fsutil/diff_containerd.go

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

components/cli/vendor/github.com/tonistiigi/fsutil/diskwriter.go

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

components/cli/vendor/github.com/tonistiigi/fsutil/go.mod

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

components/cli/vendor/github.com/tonistiigi/fsutil/receive.go

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

components/cli/vendor/github.com/tonistiigi/fsutil/types/stat.go

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

0 commit comments

Comments
 (0)