Skip to content

Commit 8071b8e

Browse files
authored
Merge pull request #302 from ktock/configv2
2 parents 42a0fb1 + ab18924 commit 8071b8e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

script/benchmark/config/config.containerd.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version = 2
2+
13
[proxy_plugins]
24
[proxy_plugins.stargz]
35
type = "snapshot"

script/demo/config.containerd.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version = 2
2+
13
[proxy_plugins]
24
[proxy_plugins.stargz]
35
type = "snapshot"
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
[plugins.stargz]
1+
version = 2
2+
3+
[plugins."io.containerd.snapshotter.v1.stargz"]
24
root_path = "/var/lib/containerd-stargz-grpc/"
35
disable_verification = false
46

5-
[plugins.stargz.blob]
7+
[plugins."io.containerd.snapshotter.v1.stargz".blob]
68
check_always = true
79

8-
[[plugins.stargz.resolver.host."registry-integration.test".mirrors]]
10+
[[plugins."io.containerd.snapshotter.v1.stargz".resolver.host."registry-integration.test".mirrors]]
911
host = "registry-alt.test:5000"
1012
insecure = true

0 commit comments

Comments
 (0)