From 7bffd49adec76b9e6c2fd55a14a800a275307417 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sun, 20 Sep 2020 00:29:23 +0900 Subject: rootless-cni-infra: fix flakiness during bringing up lo interface Fix #7618 This bumps up ROOTLESS_CNI_INFRA_VERSION to 2 Signed-off-by: Akihiro Suda --- contrib/rootless-cni-infra/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/rootless-cni-infra/Containerfile') diff --git a/contrib/rootless-cni-infra/Containerfile b/contrib/rootless-cni-infra/Containerfile index 5be30ccc9..6bf70d644 100644 --- a/contrib/rootless-cni-infra/Containerfile +++ b/contrib/rootless-cni-infra/Containerfile @@ -34,4 +34,4 @@ COPY rootless-cni-infra /usr/local/bin ENV CNI_PATH=/opt/cni/bin CMD ["sleep", "infinity"] -ENV ROOTLESS_CNI_INFRA_VERSION=1 +ENV ROOTLESS_CNI_INFRA_VERSION=2 -- cgit v1.2.3-54-g00ecf