containerd/plugins
Tonis Tiigi 3cc2343de0
local: avoid writing to content root on readonly store
A contentstore can be created on top of readonly path and
should not fail unless there is an attempt to write into it.

Currently this fails because new ingest directory is created
always, meaning for example that you can't create a store to
read blobs from OCI layout without it contaminating the OCI
layout files.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2024-10-24 18:03:09 -07:00
..
content/local local: avoid writing to content root on readonly store 2024-10-24 18:03:09 -07:00
cri cri: remove sandbox controller from client 2024-10-16 17:37:07 +08:00
diff Switch to new errdefs package 2024-01-25 22:18:45 -08:00
events Move events to plugins and core 2024-02-27 22:09:20 -08:00
gc Prevent GC from schedule itself with 0 period. 2024-02-15 11:32:53 +01:00
imageverifier Move pkg/tomlext to internal/tomlext 2024-01-17 09:57:37 -08:00
leases Move gc to pkg/gc 2024-01-17 09:55:12 -08:00
metadata Move events to plugins and core 2024-02-27 22:09:20 -08:00
nri Move nri packages to plugin and internal 2024-02-29 21:37:36 -08:00
restart Add container monitor plugin type for restart 2024-02-15 21:54:40 -08:00
sandbox Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
services Update errdefs to 0.3.0 2024-10-18 16:04:54 -07:00
snapshots migrate to github.com/moby/sys/userns 2024-08-08 12:48:54 +02:00
streaming Move transfer and unpack packages 2024-02-07 22:40:15 -08:00
transfer Cleanup local transfer interface 2024-05-02 15:45:49 -07:00
types.go sandbox: add sandbox controller v2 2024-10-16 17:37:05 +08:00