Fix return code of rungetty.sh (#3881)

* Fix return code of rungetty.sh

In case of INITGETTY defined we will return exit code 1 which is not
expected

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>

* Update getty sha

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>

* restore package cache in LinuxKit Build Tests

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>

Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
This commit is contained in:
Petr Fedchenkov
2022-12-15 13:12:19 +03:00
committed by GitHub
parent c3b4a588c9
commit 893bee6b81
36 changed files with 44 additions and 36 deletions

View File

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

View File

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