mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Update hashes for pkg/getty
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
parent
21a7155824
commit
97d054da5d
@ -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
|
||||
|
@ -22,7 +22,7 @@ onboot:
|
||||
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101
|
||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@ -34,7 +34,7 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101
|
||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@ -28,7 +28,7 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101
|
||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:cc02c2af9c928c2faeccbe4edc78bd297ad91866
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101
|
||||
image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user