mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-12 21:29:59 +00:00
Merge pull request #2179 from deitch/read-only-securetty
Use existing securetty
This commit is contained in:
@@ -20,7 +20,7 @@ onboot:
|
||||
command: ["/mount.sh", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/metadata:f122f1b4e873f1d08cd67bd9105385fd923af0cb
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -14,7 +14,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
|
@@ -11,7 +11,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
@@ -7,7 +7,7 @@ init:
|
||||
- linuxkit/containerd:c977f27c234d55b85172813b8451f67ea86be4a3
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -13,7 +13,7 @@ onboot:
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: redis
|
||||
|
@@ -11,7 +11,7 @@ onboot:
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -24,7 +24,7 @@ onboot:
|
||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -11,7 +11,7 @@ onboot:
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
@@ -16,7 +16,7 @@ onboot:
|
||||
image: linuxkit/metadata:f122f1b4e873f1d08cd67bd9105385fd923af0cb
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:5ab31289889d61a5d2ecbeea8e36ce74ac54737c
|
||||
image: linuxkit/getty:0bd92d5f906491c20e4177c57f965338fe5a8c5f
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
|
Reference in New Issue
Block a user