diff --git a/examples/docker.yml b/examples/docker.yml index 5b550cbb9..9713ddfec 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -20,7 +20,7 @@ onboot: command: ["/mount.sh", "/var/lib/docker"] services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd diff --git a/examples/gcp.yml b/examples/gcp.yml index 587a07dc9..07ac46d67 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -16,7 +16,7 @@ onboot: image: "linuxkit/metadata:31a0b0f5557c6123beaa9c33e3400ae3c03447e0" services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd diff --git a/examples/getty.yml b/examples/getty.yml index 4d4a34732..053191343 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -14,7 +14,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true diff --git a/examples/minimal.yml b/examples/minimal.yml index 18de506d0..a72ff023e 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -11,7 +11,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true trust: diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 6d588f482..d1934480e 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:b50181bc6e0084e5fcd6b6ad3cf433c4f66cae5a services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd diff --git a/examples/redis-os.yml b/examples/redis-os.yml index ec7d9193a..a5ad02223 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -13,7 +13,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: redis diff --git a/examples/sshd.yml b/examples/sshd.yml index c63c22ef1..80558d796 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -11,7 +11,7 @@ onboot: image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd diff --git a/examples/swap.yml b/examples/swap.yml index 47742a2f4..0d1755f21 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -24,7 +24,7 @@ onboot: command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd diff --git a/examples/vmware.yml b/examples/vmware.yml index 7d7428b90..83bcb1820 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -11,7 +11,7 @@ onboot: image: "linuxkit/sysctl:3aa6bc663c2849ef239be7d941d3eaf3e6fcc018" services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd diff --git a/linuxkit.yml b/linuxkit.yml index 1f8005c16..24ff4d1e8 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -16,7 +16,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: "linuxkit/getty:148946d72d1c96df3ea91cb8ee4f9583cd3cc5c2" + image: "linuxkit/getty:ef9d667af71089326419fb08e9cc9d567cf15748" env: - INSECURE=true - name: rngd