diff --git a/examples/docker.yml b/examples/docker.yml index 7dbc5fbcb..20d900621 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -18,19 +18,19 @@ onboot: - name: sysfs image: linuxkit/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: format - image: "linuxkit/format:53748000acf515549d398e6ae68545c26c0f3a2e" + image: "linuxkit/format:a16f2bd94a83dd0cea4d490f710567a0cc60be33" binds: - /dev:/dev capabilities: - CAP_SYS_ADMIN - CAP_MKNOD - name: mount - image: "linuxkit/mount:d2669e7c8ddda99fa0618a414d44261eba6e299a" + image: "linuxkit/mount:ad138d252798d9d0d6779f7f4d35b7fbcbbeefb9" binds: - /dev:/dev - /var:/var:rshared,rbind @@ -46,7 +46,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:57a8ef29d3a910645b2b24c124f9ce9ef53ce703" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc @@ -57,7 +57,7 @@ services: net: host oomScoreAdj: -800 - name: ntpd - image: "linuxkit/openntpd:a570316d7fc49ca1daa29bd945499f4963d227af" + image: "linuxkit/openntpd:1eb0c05499500c8e44df6160524b79b776bbaa9e" capabilities: - CAP_SYS_TIME - CAP_SYS_NICE @@ -66,7 +66,7 @@ services: - CAP_SETGID net: host - name: docker - image: "linuxkit/docker-ce:a82b61b151f6d6a3606e66f284c927b4c83b50f5" + image: "linuxkit/docker-ce:18d9d2719bc99514c5b1883d5c8a36619e5acb4d" capabilities: - all net: host diff --git a/examples/gcp.yml b/examples/gcp.yml index 8e86d05f2..38e73462d 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -16,7 +16,7 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/examples/minimal.yml b/examples/minimal.yml index a1d184e99..9726dc929 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:60e2486a74c665ba4df57e561729aec20758daed onboot: - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 43716a747..b84669eb4 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -12,7 +12,7 @@ services: - CAP_SYS_ADMIN oomScoreAdj: -800 - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc diff --git a/examples/packet.yml b/examples/packet.yml index 74355d4cf..606ab58f0 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -21,7 +21,7 @@ services: - CAP_SYS_ADMIN oomScoreAdj: -800 - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 6bb8932eb..c52b62504 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -9,7 +9,7 @@ init: - linuxkit/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b services: - name: dhcpcd - image: "linuxkit/dhcpcd:0d4012269cb142972fed8542fbdc3ff5a7b695cd" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/examples/sshd.yml b/examples/sshd.yml index de7ce104b..c5be08d44 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -21,7 +21,7 @@ services: - CAP_SYS_ADMIN oomScoreAdj: -800 - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc diff --git a/examples/swap.yml b/examples/swap.yml index dc67672f2..169bdf405 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -16,12 +16,12 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: binfmt - image: "linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc @@ -32,14 +32,14 @@ onboot: net: host command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: "linuxkit/format:53748000acf515549d398e6ae68545c26c0f3a2e" + image: "linuxkit/format:a16f2bd94a83dd0cea4d490f710567a0cc60be33" binds: - /dev:/dev capabilities: - CAP_SYS_ADMIN - CAP_MKNOD - name: mount - image: "linuxkit/mount:d2669e7c8ddda99fa0618a414d44261eba6e299a" + image: "linuxkit/mount:ad138d252798d9d0d6779f7f4d35b7fbcbbeefb9" binds: - /dev:/dev - /var:/var:rshared,rbind diff --git a/examples/vmware.yml b/examples/vmware.yml index 0dc6770f4..315697375 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -23,7 +23,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc diff --git a/linuxkit.yml b/linuxkit.yml index 67ec3c602..1d12659bf 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -16,12 +16,12 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: binfmt - image: "linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/projects/etcd/etcd.yml b/projects/etcd/etcd.yml index 396fd4b22..57b595245 100644 --- a/projects/etcd/etcd.yml +++ b/projects/etcd/etcd.yml @@ -16,14 +16,14 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: format - image: "linuxkit/format:53748000acf515549d398e6ae68545c26c0f3a2e" + image: "linuxkit/format:a16f2bd94a83dd0cea4d490f710567a0cc60be33" binds: - /dev:/dev capabilities: - CAP_SYS_ADMIN - CAP_MKNOD - name: mount - image: "linuxkit/mount:d2669e7c8ddda99fa0618a414d44261eba6e299a" + image: "linuxkit/mount:ad138d252798d9d0d6779f7f4d35b7fbcbbeefb9" binds: - /dev:/dev - /var:/var:rshared,rbind @@ -32,7 +32,7 @@ onboot: rootfsPropagation: shared command: ["/mount.sh", "/var/lib/etcd"] - name: dhcpcd - image: "linuxkit/dhcpcd:0d4012269cb142972fed8542fbdc3ff5a7b695cd" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc @@ -59,7 +59,7 @@ services: oomScoreAdj: -800 readonly: true - name: ntpd - image: "linuxkit/openntpd:a570316d7fc49ca1daa29bd945499f4963d227af" + image: "linuxkit/openntpd:1eb0c05499500c8e44df6160524b79b776bbaa9e" capabilities: - CAP_SYS_TIME - CAP_SYS_NICE diff --git a/projects/etcd/prom-us-central1-f.yml b/projects/etcd/prom-us-central1-f.yml index efa8afe60..a8d70e248 100644 --- a/projects/etcd/prom-us-central1-f.yml +++ b/projects/etcd/prom-us-central1-f.yml @@ -16,7 +16,7 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/projects/kubernetes/kube-master.yml b/projects/kubernetes/kube-master.yml index 21914c664..d75fef234 100644 --- a/projects/kubernetes/kube-master.yml +++ b/projects/kubernetes/kube-master.yml @@ -18,12 +18,12 @@ onboot: - name: sysfs image: linuxkit/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: format - image: "linuxkit/format:53748000acf515549d398e6ae68545c26c0f3a2e" + image: "linuxkit/format:a16f2bd94a83dd0cea4d490f710567a0cc60be33" binds: - /dev:/dev capabilities: @@ -46,7 +46,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:0d4012269cb142972fed8542fbdc3ff5a7b695cd" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc @@ -57,7 +57,7 @@ services: net: host oomScoreAdj: -800 - name: ntpd - image: "linuxkit/openntpd:a570316d7fc49ca1daa29bd945499f4963d227af" + image: "linuxkit/openntpd:1eb0c05499500c8e44df6160524b79b776bbaa9e" capabilities: - CAP_SYS_TIME - CAP_SYS_NICE diff --git a/projects/kubernetes/kube-node.yml b/projects/kubernetes/kube-node.yml index 00c5431ac..e58f32338 100644 --- a/projects/kubernetes/kube-node.yml +++ b/projects/kubernetes/kube-node.yml @@ -18,12 +18,12 @@ onboot: - name: sysfs image: linuxkit/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: format - image: "linuxkit/format:53748000acf515549d398e6ae68545c26c0f3a2e" + image: "linuxkit/format:a16f2bd94a83dd0cea4d490f710567a0cc60be33" binds: - /dev:/dev capabilities: @@ -46,7 +46,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:0d4012269cb142972fed8542fbdc3ff5a7b695cd" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc @@ -57,7 +57,7 @@ services: net: host oomScoreAdj: -800 - name: ntpd - image: "linuxkit/openntpd:a570316d7fc49ca1daa29bd945499f4963d227af" + image: "linuxkit/openntpd:1eb0c05499500c8e44df6160524b79b776bbaa9e" capabilities: - CAP_SYS_TIME - CAP_SYS_NICE diff --git a/projects/kubernetes/mounts.rb b/projects/kubernetes/mounts.rb index a0f111086..2e6977fb0 100644 --- a/projects/kubernetes/mounts.rb +++ b/projects/kubernetes/mounts.rb @@ -1,6 +1,6 @@ import 'common.rb' -from "linuxkit/mount:d2669e7c8ddda99fa0618a414d44261eba6e299a" +from "linuxkit/mount:ad138d252798d9d0d6779f7f4d35b7fbcbbeefb9" script = [ mount_bind_hostns_self("/etc/cni"), mount_make_hostns_rshared("/etc/cni"), diff --git a/projects/logging/examples/logging.yml b/projects/logging/examples/logging.yml index f1ba25c0c..7ff5d7401 100644 --- a/projects/logging/examples/logging.yml +++ b/projects/logging/examples/logging.yml @@ -17,12 +17,12 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: binfmt - image: "linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 8949813ea..165fe3448 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -16,7 +16,7 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: binfmt - image: linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd + image: linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 818745bea..1700eee9d 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -21,7 +21,7 @@ services: - CAP_SYS_ADMIN oomScoreAdj: -800 - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc diff --git a/projects/swarmd/swarmd.yml b/projects/swarmd/swarmd.yml index c45929b01..65c38fe18 100644 --- a/projects/swarmd/swarmd.yml +++ b/projects/swarmd/swarmd.yml @@ -20,7 +20,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/test/docker-bench/test-docker-bench.yml b/test/docker-bench/test-docker-bench.yml index 92d7f99d3..38fcff037 100644 --- a/test/docker-bench/test-docker-bench.yml +++ b/test/docker-bench/test-docker-bench.yml @@ -18,19 +18,19 @@ onboot: - name: sysfs image: "linuxkit/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c" - name: binfmt - image: "linuxkit/binfmt:c7e69ebd918a237dd086a5c58dd888df772746bd" + image: "linuxkit/binfmt:aebd6ed6cc29921371ca78314697881086f4577a" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true - name: format - image: "linuxkit/format:53748000acf515549d398e6ae68545c26c0f3a2e" + image: "linuxkit/format:a16f2bd94a83dd0cea4d490f710567a0cc60be33" binds: - /dev:/dev capabilities: - CAP_SYS_ADMIN - CAP_MKNOD - name: mount - image: "linuxkit/mount:d2669e7c8ddda99fa0618a414d44261eba6e299a" + image: "linuxkit/mount:ad138d252798d9d0d6779f7f4d35b7fbcbbeefb9" binds: - /dev:/dev - /var:/var:rshared,rbind @@ -46,7 +46,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:0d4012269cb142972fed8542fbdc3ff5a7b695cd" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp/etc:/etc diff --git a/test/test.yml b/test/test.yml index dc7d7502a..4412a9302 100644 --- a/test/test.yml +++ b/test/test.yml @@ -8,7 +8,7 @@ init: - linuxkit/ca-certificates:5fc6ba7f91534ddbfef975404c33e44581e6ed7a onboot: - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc diff --git a/test/virtsock/test-virtsock-server.yml b/test/virtsock/test-virtsock-server.yml index 3f9afcfc4..5c6785a03 100644 --- a/test/virtsock/test-virtsock-server.yml +++ b/test/virtsock/test-virtsock-server.yml @@ -27,7 +27,7 @@ services: oomScoreAdj: -800 readonly: true - name: dhcpcd - image: "linuxkit/dhcpcd:48e249ebef6a521eed886b3bce032db69fbb4afa" + image: "linuxkit/dhcpcd:8837289b78ecd80f59524883085424e115dd0b3a" binds: - /var:/var - /tmp:/etc