Skip to content

Commit 218bd59

Browse files
authored
Merge pull request #69 from ijc/linuxkit-v0.3
Linuxkit v0.3 & updated tools in CI
2 parents 018027c + 72dd5d5 commit 218bd59

File tree

10 files changed

+31
-31
lines changed

10 files changed

+31
-31
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,24 @@ jobs:
102102
- run:
103103
name: Fetch binaries
104104
command: |
105-
curl -fsSL -o /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
105+
curl -fsSL -o /tmp/docker.tgz https://download.docker.com/linux/static/stable/x86_64/docker-18.03.0-ce.tgz
106106
tar xfO /tmp/docker.tgz docker/docker > /workspace/bin/docker
107107
# To update find the most recent successful build at https://circleci.com/gh/linuxkit/linuxkit/tree/master
108108
# and find the link + SHA256 in the `Artifacts` tab
109-
curl -fsSL -o /workspace/bin/linuxkit https://501-46932243-gh.circle-artifacts.com/0/linuxkit-linux-amd64
109+
curl -fsSL -o /workspace/bin/linuxkit https://github.com/linuxkit/linuxkit/releases/download/v0.3/linuxkit-linux-amd64
110110
curl -fsSL -o /workspace/bin/manifest-tool https://github.com/estesp/manifest-tool/releases/download/v0.7.0/manifest-tool-linux-amd64
111-
curl -fsSL -o /workspace/bin/notary https://github.com/theupdateframework/notary/releases/download/v0.4.3/notary-Linux-amd64
111+
curl -fsSL -o /workspace/bin/notary https://github.com/theupdateframework/notary/releases/download/v0.6.0/notary-Linux-amd64
112112
113113
echo "Downloaded:"
114114
sha256sum /workspace/bin/*
115115
echo
116116
117117
echo "Checking checksums"
118118
sha256sum -c <<EOF
119-
6af40e74b2dbb2927882acab52d50bfc72551779d541957fc70b6adc325ee5ef /workspace/bin/docker
120-
fd15a491d834e93c29729d8dc295d1684ec2cf1df42fb751ff20bd0b2a3e5110 /workspace/bin/linuxkit
119+
f5ea546a4ccd64fbb71825f964171256388f1181b000f3c56747075e383c81c6 /workspace/bin/docker
120+
7058bb86c6eeab6faf563c7c61537579e7a493b9e1f74835a554f0ac7345e1bf /workspace/bin/linuxkit
121121
e4ca2ef0015a4be8597d31d9e3e70d88da33924ae72b0999e9f3b79304d4710d /workspace/bin/manifest-tool
122-
06cd02c4c2e7a3b1ad9899b03b3d4dde5392d964c675247d32f604a24661f839 /workspace/bin/notary
122+
f4e421b3bb3c32c39372f7f02fbe80c67580cccd381f9722b1c702b3ab63a1c7 /workspace/bin/notary
123123
EOF
124124
- run:
125125
name: Versions

pkg/cri-containerd/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linuxkit/alpine:8ad3a04b70f1e93e6159143e3792e379a9b0519d AS build
1+
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
22

33
RUN \
44
apk add \

pkg/kube-e2e-test/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linuxkit/alpine:8ad3a04b70f1e93e6159143e3792e379a9b0519d AS build
1+
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
22

33
# When changing kubernetes_version remember to also update:
44
# - scripts/mk-image-cache-lst and run `make refresh-image-caches` from top-level

pkg/kubelet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linuxkit/alpine:8ad3a04b70f1e93e6159143e3792e379a9b0519d AS build
1+
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
22

33
# When changing kubernetes_version remember to also update:
44
# - scripts/mk-image-cache-lst and run `make refresh-image-caches` from top-level

pkg/kubernetes-docker-image-cache-common/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linuxkit/alpine:8ad3a04b70f1e93e6159143e3792e379a9b0519d AS build
1+
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
22

33
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
44
RUN apk add --no-cache --initdb -p /out \

pkg/kubernetes-docker-image-cache-control-plane/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM linuxkit/alpine:8ad3a04b70f1e93e6159143e3792e379a9b0519d AS build
1+
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build
22

33
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
44
RUN apk add --no-cache --initdb -p /out \

yml/cri-containerd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
- name: cri-containerd
3-
image: linuxkit/cri-containerd:eb290524e5ed4d7b821615f7580db4a76ebc7918
3+
image: linuxkit/cri-containerd:c7dfc51dfb34aa4df01beb23069e1cadb0bb1bb7
44
cgroupsPath: podruntime/cri-containerd
55
files:
66
- path: /etc/kubelet.sh.conf

yml/docker-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
services:
22
- name: kubernetes-docker-image-cache-control-plane
3-
image: linuxkit/kubernetes-docker-image-cache-control-plane:be74a54ac117d66f7462cecf6ae8edfa13ec34aa
3+
image: linuxkit/kubernetes-docker-image-cache-control-plane:b1bddee9fd3cfb73fad12408d5ca08136fd77889
44
cgroupsPath: podruntime/control-cache

yml/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
- name: docker
3-
image: docker:17.12.0-ce-dind
3+
image: docker:18.03.0-ce-dind
44
capabilities:
55
- all
66
pid: host
@@ -26,7 +26,7 @@ services:
2626
mkdir: ["/var/lib/kubeadm", "/var/lib/cni/conf", "/var/lib/cni/bin", "/var/lib/kubelet-plugins"]
2727
cgroupsPath: podruntime/docker
2828
- name: kubernetes-docker-image-cache-common
29-
image: linuxkit/kubernetes-docker-image-cache-common:b58944f17b48e1372b16e4443ddb999c729c84b2
29+
image: linuxkit/kubernetes-docker-image-cache-common:11e096a191cf68ec047ec74985951d225af18197
3030
cgroupsPath: podruntime/common-cache
3131
files:
3232
- path: /etc/kubelet.sh.conf

yml/kube.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
kernel:
2-
image: linuxkit/kernel:4.14.26
2+
image: linuxkit/kernel:4.14.32
33
cmdline: "console=tty0 console=ttyS0"
44
init:
5-
- linuxkit/init:b212cfeb4bb6330e0a7547d8010fe2e8489b677a
6-
- linuxkit/runc:7c39a68490a12cde830e1922f171c451fb08e731
7-
- linuxkit/containerd:37e397ebfc6bd5d8e18695b121166ffd0cbfd9f0
8-
- linuxkit/ca-certificates:0a188e40108b6ece8c2aefdfaaad94acc84368ce
5+
- linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
6+
- linuxkit/runc:1b67e997c720301c62052c8f29f5629ad751199b
7+
- linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
8+
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
99
onboot:
1010
- name: sysctl
11-
image: linuxkit/sysctl:d58499a8af6988929e2d7da357d5203634f5748e
11+
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
1212
binds:
1313
- /etc/sysctl.d/01-kubernetes.conf:/etc/sysctl.d/01-kubernetes.conf
1414
readonly: false
1515
- name: sysfs
16-
image: linuxkit/sysfs:43b21be975bb33fe8c60b1f005dd354bea265333
16+
image: linuxkit/sysfs:640ebdbfd8f86178c69f76bc6cdac07feffd6825
1717
- name: dhcpcd
18-
image: linuxkit/dhcpcd:0f90a720d88896fd7a415476ba9b2749d4376d6b
18+
image: linuxkit/dhcpcd:295b63ada3346faffddc16b631b247b234bf8fd0
1919
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
2020
- name: metadata
21-
image: linuxkit/metadata:b14cfe4ecc8ec42cafc2ca9c6afe2d52f2bf24f4
21+
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
2222
- name: format
23-
image: linuxkit/format:55aa87f123be212da4e2229257aac37dad3be8c3
23+
image: linuxkit/format:a604e93516455f89eb5dcfa2e437c07d4cc9203b
2424
- name: mounts
25-
image: linuxkit/mount:6cdb5653a69586f448698203ed295cd8fbdd579d
25+
image: linuxkit/mount:0eba853dfa99f01166831c30f37f6bb818b61f2f
2626
command: ["/usr/bin/mountie", "/var/lib/"]
2727
services:
2828
- name: getty
29-
image: linuxkit/getty:49c4e22cf44edf27ad6aea899153c7d717192c7a
29+
image: linuxkit/getty:32247863cace34f3b441b4c5d9d3f5cb5f64d189
3030
env:
3131
- INSECURE=true
3232
cgroupsPath: systemreserved/getty
3333
- name: rngd
34-
image: linuxkit/rngd:12dfee0c1f63b98b9e311b5f37d0a18a76b03eba
34+
image: linuxkit/rngd:00b9cc2e63ba3d5384f44bf01fa0d2bd6a97845a
3535
cgroupsPath: systemreserved/rngd
3636
- name: ntpd
37-
image: linuxkit/openntpd:e4e9073946e29683fc5a09c30e010c41911d36f8
37+
image: linuxkit/openntpd:bf56d222d258b60bae4d286791bc76003e58db55
3838
cgroupsPath: systemreserved/ntpd
3939
- name: sshd
40-
image: linuxkit/sshd:4f403fe5ae53dc3e45c8f6972dced9dddf900ae6
40+
image: linuxkit/sshd:39d6bdc9a7489ceffa761ad5cb96c87b50d6732d
4141
cgroupsPath: systemreserved/sshd
4242
- name: kubelet
43-
image: linuxkit/kubelet:6fe8c9a5182667c6dcb3b43279ce001a156730ea
43+
image: linuxkit/kubelet:7e09d17481ac9dd43617d84d6b1b3af964ded505
4444
cgroupsPath: podruntime/kubelet
4545
files:
4646
- path: etc/linuxkit.yml

0 commit comments

Comments
 (0)