Akihiro Suda
088c8df3ac
go.mod: github.com/containerd/continuity v0.3.0
...
https://github.com/containerd/continuity/compare/v0.2.2...v0.3.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2022-06-07 17:14:08 +09:00
Kazuyoshi Kato
040babe003
Vendor dependencies with module graph pruning
...
The empty-mod hack no longer works with Go 1.18.
This commit fixes #6586 .
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com >
2022-03-18 16:49:09 +00:00
Akihiro Suda
d3724a6c17
go.mod: update github.com/containerd/{continuity,go-cni,imgcrypt}
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2022-01-07 18:54:15 +09:00
Gabriel Adrian Samfira
fd0850e9ef
Update continuity dependency
...
This change ensures that Windows security info is
copied.
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com >
2021-12-03 00:26:45 +02:00
zounengren
7854e0bffe
bump continuity and console version that remove pkg/errors
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com >
2021-09-21 21:56:18 +08:00
Hajime Tazaki
8ff8b1b823
vendor: update continuity for darwin support
...
This picks a fix to properly handle images containing symlinks
inside which point to an unexisting file.
Signed-off-by: Hajime Tazaki <thehajime@gmail.com >
2021-09-11 08:32:37 +09:00
Derek McGowan
3ef337ae3a
Update containerd vendors to tags
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2021-04-19 10:59:29 -07:00
Davanum Srinivas
c3eecf4f75
Update to newest imgcrypt, aufs and zfs
...
Older versions transitively dragged in k8s.io/kubernetes, the newer
versions do not.
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2021-03-01 12:23:03 -05:00
Samuel Karp
51f9eafd10
vendor: update continuity for FreeBSD support
...
Signed-off-by: Samuel Karp <me@samuelkarp.com >
2020-12-09 00:30:27 -08:00
Derek McGowan
41da96d670
Update continuity
...
Pickup usage calculation fix
Signed-off-by: Derek McGowan <derek@mcg.dev >
2020-12-04 11:49:26 -08:00
Shengjing Zhu
7e46676e7c
Go mod vendor
...
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-12-01 01:41:25 +08:00
Sebastiaan van Stijn
5b1627410d
vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
...
full diff: d3ef23f19f...efbc4488d8
Fix sameFile() to recognize empty files as the same
- fixes "Empty files can diff as "modified" even when they're not"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-28 16:39:35 +02:00
Sebastiaan van Stijn
c5078a5b72
vendor: containerd/continuity d3ef23f19fbb106bb73ffde425d07a9187e30745
...
full diff: 0ec596719c...d3ef23f19f
- fs: support for OpenBSD
- sysx/xattr: fix and improve
- remove Windows' Readlink fork
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-05-11 23:02:40 +02:00
Shengjing Zhu
465c11dc87
Fix build with gccgo
...
+ archive: don't convert syscall.Timespec to unix.Timespec
archive/tar_unix.go:179:76: error: invalid type conversion (cannot use type syscall.Timespec as type unix.Timespec)
179 | timespec := []unix.Timespec{unix.Timespec(fs.StatAtime(st)), unix.Timespec(fs.StatMtime(st))}
+ gccgo has no plugin support
https://github.com/golang/go/issues/36403
+ update github.com/containerd/continuity
to include same fix for Timespec
Signed-off-by: Shengjing Zhu <zhsj@debian.org >
2020-01-07 19:28:26 +08:00
Derek McGowan
5a0ff41c81
Update continuity vendor
...
Pulls in copy and fstest changes
Signed-off-by: Derek McGowan <derek@mcgstyle.net >
2019-08-16 15:49:47 -07:00
Akihiro Suda
5349fa31df
remove pkg/testutil/loopback_linux.go and use continuity/testutil/loopback
...
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp >
2018-10-02 13:12:25 +09:00
Derek McGowan
697ec5d914
Update continuity
...
Includes fs error changes
Includes removal of unreachable block
Signed-off-by: Derek McGowan <derek@mcgstyle.net >
2018-09-21 09:14:51 -07:00
Michael Wan
55842b1713
vendor: update github.com/containerd/continuity commit to f44b615
...
Signed-off-by: Michael Wan <zirenwan@gmail.com >
2018-08-29 05:43:13 -04:00
Michael Crosby
024a4210c7
Update continuity to d3c23511c1bf5851696cba83143d9
...
This includes updates for resolving links on windows.
Signed-off-by: Michael Crosby <crosbymichael@gmail.com >
2018-05-25 14:50:32 -04:00
Brian Goff
7e5a91fa51
Bump continuity to fix copy files > 2^32 bytes
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2018-05-23 20:53:14 -04:00
Derek McGowan
9b111bdc39
Add ignore socket test
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net >
2018-03-22 13:17:33 -07:00
Eli Uriegas
735114f500
Update continuity vendor to d8fb85
...
Includes a fix for 32bit systems
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com >
2018-02-17 00:23:42 +00:00
Derek McGowan
ca3eb742fd
Update continuity vendor
...
Picks up fix for consecutive directory deletion
Signed-off-by: Derek McGowan <derek@mcgstyle.net >
2018-02-12 10:45:15 -08:00
Brian Goff
c776b6d8d9
Use continuity fs package
...
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2018-02-07 12:40:52 -05:00
Edward Pilatowicz
47637f2aa2
vendor: update github.com/containerd/continuity
...
Signed-off-by: Edward Pilatowicz <edward.pilatowicz@oracle.com >
2017-08-02 17:22:33 -07:00
Ian Campbell
412d455374
Rerun vndr with newest version
...
This excludes things marked with "// +build ignore".
Signed-off-by: Ian Campbell <ian.campbell@docker.com >
2017-07-12 11:01:45 +01:00
Derek McGowan
a4b2e580f2
Update continuity
...
Signed-off-by: Derek McGowan <derek@mcgstyle.net >
2017-05-31 13:35:03 -07:00
Justin Cormack
699f846813
Further fixes for FreeBSD
...
This fixes a lot more issues for FreeBSD, including update for continuity vendor.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-05-11 10:45:59 +01:00
Stephen J Day
b4c6e5f9d3
vendor: move to new continuity import paths
...
Signed-off-by: Stephen J Day <stephen.day@docker.com >
2017-05-03 18:51:41 -07:00