Update YAMLs with getty/ip/sshd packages

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-11-02 13:06:21 +00:00
parent 7c5f797935
commit 0ab77ee843
23 changed files with 30 additions and 30 deletions

View File

@ -52,7 +52,7 @@ services:
image: linuxkit/acpid:168f871c7211c9d5e96002d53cb497b26e2d622b image: linuxkit/acpid:168f871c7211c9d5e96002d53cb497b26e2d622b
# Enable getty for easier debugging # Enable getty for easier debugging
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
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 @@ services:
- name: rngd - name: rngd
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9 image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
binds: binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -15,7 +15,7 @@ services:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -16,13 +16,13 @@ onboot:
image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9 image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
binds: binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
# 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

@ -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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -7,7 +7,7 @@ init:
- linuxkit/containerd:82be2bbb7cf83bab161ffe2a64624ba1107725ff - linuxkit/containerd:82be2bbb7cf83bab161ffe2a64624ba1107725ff
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -19,7 +19,7 @@ services:
- name: rngd - name: rngd
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9 image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
binds: binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -22,7 +22,7 @@ services:
- name: rngd - name: rngd
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9 image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
trust: trust:
org: org:
- linuxkit - linuxkit

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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: redis - name: redis

View File

@ -14,7 +14,7 @@ onboot:
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
@ -22,7 +22,7 @@ services:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: tss - name: tss

View File

@ -11,7 +11,7 @@ onboot:
image: linuxkit/sysctl:a9ad57ed738a31ea9380cd73236866c312b35489 image: linuxkit/sysctl:a9ad57ed738a31ea9380cd73236866c312b35489
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -19,7 +19,7 @@ onboot:
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
services: services:
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
- name: vpnkit-forwarder - name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:c7e61d9250de0b21455dc5c8bb885bd8faa31621 image: linuxkit/vpnkit-forwarder:c7e61d9250de0b21455dc5c8bb885bd8faa31621
binds: binds:

View File

@ -16,13 +16,13 @@ onboot:
image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9 image: linuxkit/rngd:842e5e8ece7934f0cab9fd0027b595ff3471e5b9
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
binds: binds:
- /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /var/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -13,7 +13,7 @@ onboot:
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: wg0 - name: wg0
image: linuxkit/ip:54971b6664cb7b52912e909a8f6a45e5a5c94506 image: linuxkit/ip:e6f92b663e004be58c5d1fb43830d9155d625d28
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -26,7 +26,7 @@ onboot:
bindNS: bindNS:
net: /run/netns/wg0 net: /run/netns/wg0
- name: wg1 - name: wg1
image: linuxkit/ip:54971b6664cb7b52912e909a8f6a45e5a5c94506 image: linuxkit/ip:e6f92b663e004be58c5d1fb43830d9155d625d28
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -40,7 +40,7 @@ onboot:
net: /run/netns/wg1 net: /run/netns/wg1
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd

View File

@ -26,7 +26,7 @@ onboot:
command: ["/usr/bin/mountie", "/var/lib/"] command: ["/usr/bin/mountie", "/var/lib/"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
@ -34,7 +34,7 @@ services:
- name: ntpd - name: ntpd
image: linuxkit/openntpd:07a80c3e3e816658318ac027e1253ff9a228b8de image: linuxkit/openntpd:07a80c3e3e816658318ac027e1253ff9a228b8de
- name: sshd - name: sshd
image: linuxkit/sshd:f55ec010619e19178d5daecb4e595e84ecbf7d67 image: linuxkit/sshd:b7f21ef1b13300a994e35eac3644e4f84f0ada8a
- name: kubelet - name: kubelet
image: linuxkitprojects/kubernetes:4d8ef8789cc04cb0e8cf42dc3f34e03ec70daf3d image: linuxkitprojects/kubernetes:4d8ef8789cc04cb0e8cf42dc3f34e03ec70daf3d
files: files:

View File

@ -23,7 +23,7 @@ onboot:
image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d image: linuxkit/metadata:9506d124d0a3ff645c9781c47f207423abf6154d
services: services:
- name: getty - name: getty
image: linuxkit/getty:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
env: env:
- INSECURE=true - INSECURE=true
- name: qemu-ga - name: qemu-ga

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:626ccc8e1766c40447f29a790d3a7cfff126f2a2 image: linuxkit/getty:6af22c32c98536a79230eef000e9abd06b037faa
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)

View File

@ -11,7 +11,7 @@ onboot:
image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e image: linuxkit/dhcpcd:48831507404049660b960e4055f544917d90378e
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: wg0 - name: wg0
image: linuxkit/ip:54971b6664cb7b52912e909a8f6a45e5a5c94506 image: linuxkit/ip:e6f92b663e004be58c5d1fb43830d9155d625d28
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -24,7 +24,7 @@ onboot:
bindNS: bindNS:
net: /run/netns/wg0 net: /run/netns/wg0
- name: wg1 - name: wg1
image: linuxkit/ip:54971b6664cb7b52912e909a8f6a45e5a5c94506 image: linuxkit/ip:e6f92b663e004be58c5d1fb43830d9155d625d28
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard