Skip to content

Commit fd530a3

Browse files
author
Ian Campbell
committed
Bump to CNI v0.7.1
https://github.com/containernetworking/plugins/releases/tag/v0.7.1 > This release fixes a regression where the interface's MAC address was no > longer populated in the return type. Signed-off-by: Ian Campbell <[email protected]>
1 parent 64a35a3 commit fd530a3

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:f3cd219615428b2bd943411723eb28875275fae7 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.10.0
7-
ENV cni_version v0.7.0
7+
ENV cni_version v0.7.1
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:39d6bdc9a7489ceffa761ad5cb96c87b50d6732d
4141
cgroupsPath: systemreserved/sshd
4242
- name: kubelet
43-
image: linuxkit/kubelet:7663c7ad197bf3d401d93d5bc4c0eabfa2e70f77
43+
image: linuxkit/kubelet:ddd2e094e44aae9bab3eb3b8d378d2383d6cda01
4444
cgroupsPath: podruntime/kubelet
4545
files:
4646
- path: etc/linuxkit.yml

0 commit comments

Comments
 (0)