diff --git a/examples/docker.yml b/examples/docker.yml index 623c0ad39..49cc33a4a 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -8,7 +8,7 @@ init: - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - name: sysctl - image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c" + image: "linuxkit/sysctl:1f5ec5d5e6f7a7a1b3d2ff9dd9e36fd6fb14756a" net: host pid: host ipc: host @@ -18,7 +18,7 @@ onboot: - name: sysfs image: mobylinux/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" + image: "linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true diff --git a/examples/gcp.yml b/examples/gcp.yml index cc889b629..1eeaf1fb9 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -8,7 +8,7 @@ init: - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - name: sysctl - image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c" + image: "linuxkit/sysctl:1f5ec5d5e6f7a7a1b3d2ff9dd9e36fd6fb14756a" net: host pid: host ipc: host @@ -27,7 +27,7 @@ onboot: net: host command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: "mobylinux/metadata:c5567e65e9125f0a4c4b8cb9d56a86377be62652" + image: "linuxkit/metadata:c5567e65e9125f0a4c4b8cb9d56a86377be62652" binds: - /dev:/dev - /var:/var diff --git a/examples/packet.yml b/examples/packet.yml index 1d218caa9..eb72e562b 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -8,7 +8,7 @@ init: - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - name: sysctl - image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c" + image: "linuxkit/sysctl:1f5ec5d5e6f7a7a1b3d2ff9dd9e36fd6fb14756a" net: host pid: host ipc: host diff --git a/linuxkit.yml b/linuxkit.yml index b770410fa..8f721958c 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -16,7 +16,7 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" + image: "linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true diff --git a/projects/demo/etcd/etcd.yml b/projects/demo/etcd/etcd.yml index d9530d33c..3f8831255 100644 --- a/projects/demo/etcd/etcd.yml +++ b/projects/demo/etcd/etcd.yml @@ -43,7 +43,7 @@ onboot: net: host command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: "mobylinux/metadata:c5567e65e9125f0a4c4b8cb9d56a86377be62652" + image: "linuxkit/metadata:c5567e65e9125f0a4c4b8cb9d56a86377be62652" binds: - /dev:/dev - /var:/var diff --git a/projects/kubernetes/kube-master.yml b/projects/kubernetes/kube-master.yml index fd2defbdc..a5d80e29e 100644 --- a/projects/kubernetes/kube-master.yml +++ b/projects/kubernetes/kube-master.yml @@ -18,7 +18,7 @@ onboot: - name: sysfs image: mobylinux/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" + image: "linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true diff --git a/projects/kubernetes/kube-node.yml b/projects/kubernetes/kube-node.yml index 9908c972a..76e628203 100644 --- a/projects/kubernetes/kube-node.yml +++ b/projects/kubernetes/kube-node.yml @@ -18,7 +18,7 @@ onboot: - name: sysfs image: mobylinux/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" + image: "linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index b159c620b..727b5144c 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -8,7 +8,7 @@ init: - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - name: sysctl - image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c + image: linuxkit/sysctl:1f5ec5d5e6f7a7a1b3d2ff9dd9e36fd6fb14756a net: host pid: host ipc: host @@ -16,7 +16,7 @@ onboot: - CAP_SYS_ADMIN readonly: true - name: binfmt - image: mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01 + image: linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692 binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true diff --git a/test/docker-bench/test-docker-bench.yml b/test/docker-bench/test-docker-bench.yml index bdcac83a9..02338f1d9 100644 --- a/test/docker-bench/test-docker-bench.yml +++ b/test/docker-bench/test-docker-bench.yml @@ -8,7 +8,7 @@ init: - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 onboot: - name: sysctl - image: "mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c" + image: "linuxkit/sysctl:1f5ec5d5e6f7a7a1b3d2ff9dd9e36fd6fb14756a" net: host pid: host ipc: host @@ -18,7 +18,7 @@ onboot: - name: sysfs image: mobylinux/sysfs:6c1d06f28ddd9681799d3950cddf044b930b221c - name: binfmt - image: "mobylinux/binfmt:bdb754f25a5d851b4f5f8d185a43dfcbb3c22d01" + image: "linuxkit/binfmt:8881283ac627be1542811bd25c85e7782aebc692" binds: - /proc/sys/fs/binfmt_misc:/binfmt_misc readonly: true