Merge pull request #2613 from crazy-max/fix-cni

hack: update cni config
master
Akihiro Suda 2022-02-10 12:16:17 +09:00 committed by GitHub
commit 9fb13f77c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -10,7 +10,7 @@ ARG CONTAINERD_ALT_VERSION_14=v1.4.6
ARG BUILDKIT_TARGET=buildkitd
ARG REGISTRY_VERSION=2.7.1
ARG ROOTLESSKIT_VERSION=v0.14.2
ARG CNI_VERSION=v0.9.1
ARG CNI_VERSION=v1.0.1
ARG STARGZ_SNAPSHOTTER_VERSION=v0.11.0
ARG ALPINE_VERSION=3.15

View File

@ -1,5 +1,5 @@
{
"cniVersion": "0.4.0",
"cniVersion": "1.0.0",
"name": "buildkit",
"type": "bridge",
"bridge": "buildkit0",
@ -9,6 +9,10 @@
"hairpinMode": true,
"ipam": {
"type": "host-local",
"ranges": [
[{
"subnet": "10.10.0.0/16"
}]
]
}
}