diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 1557a0d3c..e01fcdcd9 100644 --- a/examples/addbinds.yml +++ b/examples/addbinds.yml @@ -14,7 +14,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 29ebaa375..59528ab87 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -22,7 +22,7 @@ onboot: services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index 49c277685..1d916c823 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -34,7 +34,7 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/dm-crypt.yml b/examples/dm-crypt.yml index 7517189bd..d303c57b5 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -28,7 +28,7 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 7574547c4..61f45e6de 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -52,7 +52,7 @@ services: image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea # Enable getty for easier debugging - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM diff --git a/examples/docker.yml b/examples/docker.yml index d9be8485b..d7dd80440 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -18,7 +18,7 @@ onboot: command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/getty.yml b/examples/getty.yml index 778bfae47..4b85d6ef5 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:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index 64b299850..94b61c87a 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true runtime: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index c81cc6e60..c6e856298 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -12,7 +12,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 9295c993c..bea57af84 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -17,7 +17,7 @@ onboot: services: # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true # A service which generates log messages for testing diff --git a/examples/minimal.yml b/examples/minimal.yml index 6ef7a622d..7f869a6e2 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -11,6 +11,6 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index da83f0a6d..f8bb49fdc 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -7,7 +7,7 @@ init: - linuxkit/containerd:cc02c2af9c928c2faeccbe4edc78bd297ad91866 services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index dd35238e5..c5e420f82 100644 --- a/examples/platform-gcp.yml +++ b/examples/platform-gcp.yml @@ -16,7 +16,7 @@ onboot: image: linuxkit/metadata:91125438842110e7709811997815b7b33dc18d1d services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/platform-hetzner.yml b/examples/platform-hetzner.yml index 60ba9eb1b..de41c6ba3 100644 --- a/examples/platform-hetzner.yml +++ b/examples/platform-hetzner.yml @@ -24,7 +24,7 @@ services: - name: rngd image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: sshd diff --git a/examples/platform-packet.yml b/examples/platform-packet.yml index 6bfd6aff7..c19508d18 100644 --- a/examples/platform-packet.yml +++ b/examples/platform-packet.yml @@ -24,7 +24,7 @@ services: - name: rngd image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: sshd diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index 1df7caeb0..02e693af0 100644 --- a/examples/platform-rt-for-vmware.yml +++ b/examples/platform-rt-for-vmware.yml @@ -11,7 +11,7 @@ onboot: image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index 23e7285cc..a0415f9c5 100644 --- a/examples/platform-scaleway.yml +++ b/examples/platform-scaleway.yml @@ -19,7 +19,7 @@ onboot: image: linuxkit/metadata:91125438842110e7709811997815b7b33dc18d1d services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index de8fc8cda..f8cc02a53 100644 --- a/examples/platform-vmware.yml +++ b/examples/platform-vmware.yml @@ -11,7 +11,7 @@ onboot: image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 527eb25f9..d82220ded 100644 --- a/examples/platform-vultr.yml +++ b/examples/platform-vultr.yml @@ -17,7 +17,7 @@ onboot: command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 0894c8182..a9066db48 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:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true # Currently redis:4.0.6-alpine has trust issue with multi-arch diff --git a/examples/sshd.yml b/examples/sshd.yml index f02e72fb9..1c61ada36 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -14,7 +14,7 @@ onboot: command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/static-ip.yml b/examples/static-ip.yml index 8ab25df0f..9cacb5e9b 100644 --- a/examples/static-ip.yml +++ b/examples/static-ip.yml @@ -13,7 +13,7 @@ onboot: command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index a094a1019..572a9d62d 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:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/examples/tpm.yml b/examples/tpm.yml index 5cfd0f44f..9d6ab9bc7 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -14,7 +14,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: tss diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 49ff7f4db..6fd3ea9ec 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -40,7 +40,7 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true net: /run/netns/wg1 diff --git a/linuxkit.yml b/linuxkit.yml index 5766d642a..6163bb66d 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 21f1f8d98..9c9744f18 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -21,7 +21,7 @@ onboot: command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index f62fbee40..76f1ebfcb 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -21,7 +21,7 @@ onboot: command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index 53ed786a5..3236f0161 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -11,7 +11,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 98fea24c4..60770df1c 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -12,7 +12,7 @@ onboot: image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 0b8b2c5e1..06a86abab 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -30,7 +30,7 @@ services: - name: sshd image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index b69e625cd..017222db2 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -13,7 +13,7 @@ services: - name: dhcpcd image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 876a2c5c2..6a4aa41a8 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -14,7 +14,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 env: - INSECURE=true - name: rngd diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 7f7b15d0a..a57b42627 100644 --- a/test/cases/040_packages/007_getty-containerd/test.yml +++ b/test/cases/040_packages/007_getty-containerd/test.yml @@ -12,7 +12,7 @@ onboot: command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101 + image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes)