Skip to content

Commit da4f620

Browse files
author
Ian Campbell
committed
Update to CNI 0.7.0
Signed-off-by: Ian Campbell <ijc@docker.com>
1 parent cc58ae9 commit da4f620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/kubelet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM linuxkit/alpine:cba395fbc278daee841106801aba1e1bd7e0f2f7 AS build
44
# - scripts/mk-image-cache-lst and run `make refresh-image-caches` from top-level
55
# - pkg/e2e-test/Dockerfile
66
ENV kubernetes_version v1.9.2
7-
ENV cni_version v0.6.0
7+
ENV cni_version v0.7.0
88
ENV critools_version v1.0.0-alpha.0
99

1010
RUN apk add -U --no-cache \

yml/kube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
image: linuxkit/sshd:4f403fe5ae53dc3e45c8f6972dced9dddf900ae6
4141
cgroupsPath: systemreserved/sshd
4242
- name: kubelet
43-
image: linuxkit/kubelet:1b3b31281092aef89c39107aeed90299aeaa19a7
43+
image: linuxkit/kubelet:496c57f6b7d7fbea671823aa17e5d5c80ab23501
4444
cgroupsPath: podruntime/kubelet
4545
files:
4646
- path: etc/linuxkit.yml

0 commit comments

Comments
 (0)