update examples to latest getty

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher 2022-02-28 19:37:44 +02:00
parent 6fbed84347
commit 8328d4a589
34 changed files with 34 additions and 34 deletions

View File

@ -14,7 +14,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
binds.add: binds.add:
# this will keep all of the existing ones as well # this will keep all of the existing ones as well
- /var/tmp:/var/tmp - /var/tmp:/var/tmp

View File

@ -22,7 +22,7 @@ onboot:
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -34,7 +34,7 @@ onboot:
- /var:/var - /var:/var
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -28,7 +28,7 @@ onboot:
- /var:/var - /var:/var
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -52,7 +52,7 @@ services:
image: linuxkit/acpid:c05a368754f6436b326945dc16135ba547568d8d image: linuxkit/acpid:c05a368754f6436b326945dc16135ba547568d8d
# Enable getty for easier debugging # Enable getty for easier debugging
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
# Run ntpd to keep time synchronised in the VM # Run ntpd to keep time synchronised in the VM

View File

@ -18,7 +18,7 @@ onboot:
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -14,7 +14,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
# to make insecure with passwordless root login, uncomment following lines # to make insecure with passwordless root login, uncomment following lines
#env: #env:
# - INSECURE=true # - INSECURE=true

View File

@ -18,7 +18,7 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
runtime: runtime:

View File

@ -12,7 +12,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: influxdb - name: influxdb

View File

@ -17,7 +17,7 @@ onboot:
services: services:
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
# A service which generates log messages for testing # A service which generates log messages for testing

View File

@ -11,6 +11,6 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true

View File

@ -7,7 +7,7 @@ init:
- linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -16,7 +16,7 @@ onboot:
image: linuxkit/metadata:646c00ad6c0b3fc246b6af9ccfcd6b1eb6b6da8a image: linuxkit/metadata:646c00ad6c0b3fc246b6af9ccfcd6b1eb6b6da8a
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -24,7 +24,7 @@ services:
- name: rngd - name: rngd
image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd

View File

@ -24,7 +24,7 @@ services:
- name: rngd - name: rngd
image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a image: linuxkit/rngd:4f85d8de3f6f45973a8c88dc8fba9ec596e5495a
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd

View File

@ -11,7 +11,7 @@ onboot:
image: linuxkit/sysctl:bdc99eeedc224439ff237990ee06e5b992c8c1ae image: linuxkit/sysctl:bdc99eeedc224439ff237990ee06e5b992c8c1ae
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -19,7 +19,7 @@ onboot:
image: linuxkit/metadata:646c00ad6c0b3fc246b6af9ccfcd6b1eb6b6da8a image: linuxkit/metadata:646c00ad6c0b3fc246b6af9ccfcd6b1eb6b6da8a
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -11,7 +11,7 @@ onboot:
image: linuxkit/sysctl:bdc99eeedc224439ff237990ee06e5b992c8c1ae image: linuxkit/sysctl:bdc99eeedc224439ff237990ee06e5b992c8c1ae
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -17,7 +17,7 @@ onboot:
command: ["/usr/bin/metadata", "vultr"] command: ["/usr/bin/metadata", "vultr"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -13,7 +13,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
# Currently redis:4.0.6-alpine has trust issue with multi-arch # Currently redis:4.0.6-alpine has trust issue with multi-arch

View File

@ -14,7 +14,7 @@ onboot:
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -13,7 +13,7 @@ onboot:
command: ["ip", "-b", "/etc/ip/eth0.conf"] command: ["ip", "-b", "/etc/ip/eth0.conf"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
files: files:

View File

@ -24,7 +24,7 @@ onboot:
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -14,7 +14,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: tss - name: tss

View File

@ -40,7 +40,7 @@ onboot:
net: /run/netns/wg1 net: /run/netns/wg1
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
net: /run/netns/wg1 net: /run/netns/wg1

View File

@ -18,7 +18,7 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -21,7 +21,7 @@ onboot:
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -21,7 +21,7 @@ onboot:
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -11,7 +11,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -12,7 +12,7 @@ onboot:
image: linuxkit/sysctl:bdc99eeedc224439ff237990ee06e5b992c8c1ae image: linuxkit/sysctl:bdc99eeedc224439ff237990ee06e5b992c8c1ae
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -30,7 +30,7 @@ services:
- name: sshd - name: sshd
image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f image: linuxkit/sshd:4696ba61c3ec091328e1c14857d77e675802342f
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
files: files:

View File

@ -13,7 +13,7 @@ services:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -14,7 +14,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -12,7 +12,7 @@ onboot:
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec image: linuxkit/getty:76951a596aa5e0867a38e28f0b94d620e948e3e8
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)