Derek McGowan
5fdf55e493
Update go module to github.com/containerd/containerd/v2
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2023-10-29 20:52:21 -07:00
Akihiro Suda
b61988670c
go.mod: github.com/containerd/typeurl/v2 v2.1.0
...
Changes: https://github.com/containerd/typeurl/compare/7f6e6d160d67...v2.1.0
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2023-02-11 23:39:52 +09:00
Maksym Pavlenko
17a2aaded3
[sandbox] Add ctr support
...
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com >
2022-04-08 13:33:48 -07:00
Eng Zer Jun
18ec2761c0
test: use T.TempDir to create temporary test directory
...
The directory created by `T.TempDir` is automatically removed when the
test and all its subtests complete.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2022-03-15 14:03:50 +08:00
zounengren
1f1cad3912
io/ioutil package has been deprecated in Go 1.16 that replaces io/ioutil functions
...
Signed-off-by: Zou Nengren <zouyee1989@gmail.com >
2021-10-13 09:18:31 +08:00
Samuel Karp
7d56b24f1a
v2 runtime: reduce permissions for bundle dir
...
Bundle directory permissions should be 0700 by default. On Linux with
user namespaces enabled, the remapped root also needs access to the
bundle directory. In this case, the bundle directory is modified to
0710 and group ownership is changed to the remapped root group.
Signed-off-by: Samuel Karp <skarp@amazon.com >
2021-09-22 16:13:09 -07:00