Derek McGowan
b2642458f9
Update make snapshot annotations disabled by default
...
This experimental feature should not be enabled by default as
it is not used by any default snapshotters.
Signed-off-by: Derek McGowan <derek@mcg.dev >
2020-10-27 21:32:25 -07:00
Akihiro Suda
8ff2707a3c
Merge pull request #4610 from shahzzzam/samashah/add-annotations
...
Add manifest digest annotation for snapshotters
2020-10-28 13:11:49 +09:00
zhuangqh
30c9addd6c
fix: always set unknown to false when handling exit event
...
Signed-off-by: jerryzhuang <zhuangqhc@gmail.com >
2020-10-27 10:50:15 +08:00
Davanum Srinivas
a9cb22309a
Copy pkg/symlink and pkg/truncindex from moby/moby
...
moby/moby SHA : 9c15e82f19b0ad3c5fe8617a8ec2dddc6639f40a
github.com/docker/docker/pkg/truncindex/truncindex.go -> pkg/cri/store/truncindex/truncindex.go
github.com/docker/docker/pkg/symlink/LICENSE.APACHE -> pkg/symlink/LICENSE.APACHE
github.com/docker/docker/pkg/symlink/LICENSE.BSD -> pkg/symlink/LICENSE.BSD
github.com/docker/docker/pkg/symlink/README.md -> pkg/symlink/README.md
github.com/docker/docker/pkg/symlink/fs.go -> pkg/symlink/fs.go
github.com/docker/docker/pkg/symlink/fs_unix.go -> pkg/symlink/fs_unix.go
github.com/docker/docker/pkg/symlink/fs_windows.go -> pkg/symlink/fs_windows.go
Signed-off-by: Davanum Srinivas <davanum@gmail.com >
2020-10-15 08:36:35 -04:00
Daniel Canter
cdb2f9c66f
Filter snapshotter labels passed to WithNewSnapshot
...
Made a change yesterday that passed through snapshotter labels into the wrapper of
WithNewSnapshot, but it passed the entirety of the annotations into the snapshotter.
This change just filters the set that we care about down to snapshotter specific
labels.
Will probably be future changes to add some more labels for LCOW/WCOW and the corresponding
behavior for these new labels.
Signed-off-by: Daniel Canter <dcanter@microsoft.com >
2020-10-15 04:49:39 -07:00
Phil Estes
9b70de01d6
Merge pull request #4630 from dcantah/pass-snapshotter-opt
...
Cri - Pass snapshotter labels into customopts.WithNewSnapshot
2020-10-14 10:54:06 -04:00
Daniel Canter
9a1f6ea4dc
Cri - Pass snapshotter labels into customopts.WithNewSnapshot
...
Previously there wwasn't a way to pass any labels to snapshotters as the wrapper
around WithNewSnapshot didn't have a parm to pass them in.
Signed-off-by: Daniel Canter <dcanter@microsoft.com >
2020-10-14 04:14:03 -07:00
Daniel Canter
d74225b588
Fix comment in RemovePodSandbox
...
Signed-off-by: Daniel Canter <dcanter@microsoft.com >
2020-10-12 17:59:08 -07:00
zhangjianming
116902cd21
fix no-pivot not working in io.containerd.runtime.v1.linux
...
Signed-off-by: zhangjianming <zhang.jianming7@zte.com.cn >
2020-10-12 09:39:59 +08:00
Maksym Pavlenko
3d02441a79
Refactor pkg packages
...
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com >
2020-10-08 17:30:17 -07:00
Samarth Shah
5fc721370d
Add manifest digest annotation for snapshotters
...
Signed-off-by: Samarth Shah <samarthmshah@gmail.com >
2020-10-07 23:12:01 +00:00
Maksym Pavlenko
3508ddd3dd
Refactor CRI packages
...
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com >
2020-10-07 14:45:57 -07:00
Derek McGowan
b22b627300
Move cri server packages under pkg/cri
...
Organizes the cri related server packages under pkg/cri
Signed-off-by: Derek McGowan <derek@mcg.dev >
2020-10-07 13:09:37 -07:00
Derek McGowan
1c60ae7f87
Use local version of cri packages
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2020-10-07 10:59:40 -07:00
Derek McGowan
0820015314
Prepare cri for merge to containerd
...
Signed-off-by: Derek McGowan <derek@mcg.dev >
2020-10-07 10:58:39 -07:00