Skip to content

Commit

Permalink
Merge pull request #302 from ktock/configv2
Browse files Browse the repository at this point in the history
  • Loading branch information
AkihiroSuda authored Apr 13, 2021
2 parents 42a0fb1 + ab18924 commit 8071b8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions script/benchmark/config/config.containerd.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version = 2

[proxy_plugins]
[proxy_plugins.stargz]
type = "snapshot"
Expand Down
2 changes: 2 additions & 0 deletions script/demo/config.containerd.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version = 2

[proxy_plugins]
[proxy_plugins.stargz]
type = "snapshot"
Expand Down
8 changes: 5 additions & 3 deletions script/integration/containerd/config.containerd.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[plugins.stargz]
version = 2

[plugins."io.containerd.snapshotter.v1.stargz"]
root_path = "/var/lib/containerd-stargz-grpc/"
disable_verification = false

[plugins.stargz.blob]
[plugins."io.containerd.snapshotter.v1.stargz".blob]
check_always = true

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

0 comments on commit 8071b8e

Please sign in to comment.