Commit Graph

16 Commits

Author SHA1 Message Date
Austin Vazquez 7495438262
Remove references to io/ioutil package
Package io/ioutil has been marked deprecated in Go 1.16.

Signed-off-by: Austin Vazquez <macedonv@amazon.com>
2025-01-15 15:04:34 +00:00
Henry Wang 0542bd50d8 Added convertion logic for multiple id mapping snasphotter labels
Signed-off-by: Henry Wang <henwang@amazon.com>
2024-12-06 22:07:10 +00:00
Derek McGowan 18874cb3b8 Update containerd to v2.0.0 rc
Update containerd to use v2 package

Signed-off-by: Derek McGowan <derek@mcg.dev>
2024-03-24 22:48:26 -07:00
Lars Lehtonen 1d861920d2
fix dropped snapshotter.Mounts() error
Signed-off-by: Lars Lehtonen <lars.lehtonen@gmail.com>
2023-10-25 09:39:42 -07:00
Akihiro Suda 04b906c904
Update dependencies
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2023-10-09 07:43:49 +09:00
Akihiro Suda d1b0d885c6
Remove github.com/pkg/errors
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-19 16:11:00 +09:00
Akihiro Suda 8275985201
Apply gofmt (v1.17)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-11-19 16:10:55 +09:00
Akihiro Suda 8be8ebe9a5
split plugin init package
From 70ffb12c1b

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-11-05 17:16:44 +09:00
Akihiro Suda 8521793a78
Port over Config.RootPath from overlay plugin
From 5ed177a2da

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-11-05 17:04:59 +09:00
Akihiro Suda 0c80e115b1
remove writeback=0 workaround
The writeback=0 workaround should no longer be needed:
https://github.com/containerd/containerd/pull/3765#discussion_r345620213

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-08-18 03:19:53 +09:00
Akihiro Suda d6348ac79d
Merge pull request #5 from liaojh1998/mapping
add user namespace remapping through Labels
2020-01-08 07:53:57 +09:00
Akihiro Suda 97f9c3d30e disable AsynchronousRemove
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-01-07 13:28:30 +09:00
Akihiro Suda 2c1beabab7 rebase
rebased with containerd/containerd@f01665aa02

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-12-12 15:32:28 +09:00
Jie Hao Liao 47a5037299 add user namespace remapping through Labels
Signed-off-by: Jie Hao Liao <liaojh1998@gmail.com>
2019-12-12 00:27:23 -06:00
Akihiro Suda 779c6b9d52 set writeback=0 to avoid concurrency issue
Close #2

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-10-21 13:47:30 +09:00
Akihiro Suda 5e1e2cf980 The initial commit of containerd-fuse-overlayfs repo
Requires:

* https://github.com/containerd/containerd/pull/3765
* https://github.com/containers/fuse-overlayfs/pull/133

---

Older commits were imported from containerd with the following commands:

  git filter-branch --prune-empty --subdirectory-filter snapshots/overlay --msg-filter 'cat; echo; echo This commit was imported from https://github.com/containerd/containerd/commit/${GIT_COMMIT}' master
  git tag --list | xargs git tag -d

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-10-20 15:25:04 +09:00