mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
yaml: Remove trust section from examples and tests
With 561ce6f4be
("Remove Notary and Content Trust") we
removed support for content trust. No need to have it
in the YAMLs either.
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
4e600a3790
commit
f52c7f17c8
@ -24,6 +24,3 @@ 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)
|
||||||
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -31,7 +31,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -21,6 +21,3 @@ files:
|
|||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
optional: true
|
optional: true
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -53,7 +53,3 @@ files:
|
|||||||
- path: etc/docker/daemon.json
|
- path: etc/docker/daemon.json
|
||||||
contents: '{"debug": true, "hosts": ["unix:///var/run/docker.sock"]}'
|
contents: '{"debug": true, "hosts": ["unix:///var/run/docker.sock"]}'
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -44,6 +44,3 @@ files:
|
|||||||
# the below key is just to keep the example self-contained
|
# the below key is just to keep the example self-contained
|
||||||
# !!! provide a proper key for production use here !!!
|
# !!! provide a proper key for production use here !!!
|
||||||
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -38,6 +38,3 @@ files:
|
|||||||
# the below key is just to keep the example self-contained
|
# the below key is just to keep the example self-contained
|
||||||
# !!! provide a proper key for production use here !!!
|
# !!! provide a proper key for production use here !!!
|
||||||
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -106,8 +106,3 @@ services:
|
|||||||
"--storage-driver", "overlay2" ]
|
"--storage-driver", "overlay2" ]
|
||||||
runtime:
|
runtime:
|
||||||
mkdir: ["/var/lib/docker"]
|
mkdir: ["/var/lib/docker"]
|
||||||
|
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -46,7 +46,3 @@ files:
|
|||||||
directory: true
|
directory: true
|
||||||
- path: etc/docker/daemon.json
|
- path: etc/docker/daemon.json
|
||||||
contents: '{"debug": true}'
|
contents: '{"debug": true}'
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -35,7 +35,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -24,6 +24,3 @@ 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)
|
||||||
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -34,6 +34,3 @@ files:
|
|||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
optional: true
|
optional: true
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -41,7 +41,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -42,7 +42,3 @@ services:
|
|||||||
env:
|
env:
|
||||||
- INFLUXDB_URL=http://127.0.0.1:8086
|
- INFLUXDB_URL=http://127.0.0.1:8086
|
||||||
- KAPACITOR_URL=http://127.0.0.1:9092
|
- KAPACITOR_URL=http://127.0.0.1:9092
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -28,7 +28,3 @@ services:
|
|||||||
image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208
|
image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208
|
||||||
- name: kmsg
|
- name: kmsg
|
||||||
image: linuxkit/kmsg:df84eda2a82d5e24ddfe241831af3efb13a1a557
|
image: linuxkit/kmsg:df84eda2a82d5e24ddfe241831af3efb13a1a557
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -14,6 +14,3 @@ services:
|
|||||||
image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101
|
image: linuxkit/getty:ed32c71531f5998aa510847bb07bd847492d4101
|
||||||
env:
|
env:
|
||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -16,6 +16,3 @@ services:
|
|||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
||||||
- name: node_exporter
|
- name: node_exporter
|
||||||
image: linuxkit/node_exporter:f2e8d89c950dada9a1ff497f312abd79a00292f8
|
image: linuxkit/node_exporter:f2e8d89c950dada9a1ff497f312abd79a00292f8
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -32,7 +32,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -34,6 +34,3 @@ files:
|
|||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
optional: true
|
optional: true
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -27,7 +27,3 @@ services:
|
|||||||
- CAP_SETGID
|
- CAP_SETGID
|
||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
net: host
|
net: host
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -30,7 +30,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -24,6 +24,3 @@ services:
|
|||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -28,6 +28,3 @@ files:
|
|||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
optional: true
|
optional: true
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -27,6 +27,3 @@ files:
|
|||||||
# domain test.local
|
# domain test.local
|
||||||
nameserver 10.10.1.101
|
nameserver 10.10.1.101
|
||||||
nameserver 10.10.1.100
|
nameserver 10.10.1.100
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -29,7 +29,3 @@ services:
|
|||||||
- INSECURE=true
|
- INSECURE=true
|
||||||
- name: rngd
|
- name: rngd
|
||||||
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -25,6 +25,3 @@ 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)
|
||||||
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -28,7 +28,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -32,7 +32,3 @@ files:
|
|||||||
source: ~/.ssh/id_rsa.pub
|
source: ~/.ssh/id_rsa.pub
|
||||||
mode: "0600"
|
mode: "0600"
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -16,7 +16,3 @@ services:
|
|||||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||||
command: ["/vsudd",
|
command: ["/vsudd",
|
||||||
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|
"-inport", "2374:unix:/run/containerd/containerd.sock"]
|
||||||
|
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -36,7 +36,3 @@ services:
|
|||||||
- CAP_DAC_OVERRIDE
|
- CAP_DAC_OVERRIDE
|
||||||
binds:
|
binds:
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -77,7 +77,3 @@ files:
|
|||||||
PublicKey = AcS5t3PC5nL/oj0sYhc3yFpDlRaXoJ0mfEq6iq0rFF4=
|
PublicKey = AcS5t3PC5nL/oj0sYhc3yFpDlRaXoJ0mfEq6iq0rFF4=
|
||||||
AllowedIPs = 0.0.0.0/0
|
AllowedIPs = 0.0.0.0/0
|
||||||
Endpoint = 127.0.0.1:51820
|
Endpoint = 127.0.0.1:51820
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -36,7 +36,3 @@ services:
|
|||||||
files:
|
files:
|
||||||
- path: etc/linuxkit-config
|
- path: etc/linuxkit-config
|
||||||
metadata: yaml
|
metadata: yaml
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -45,8 +45,3 @@ services:
|
|||||||
files:
|
files:
|
||||||
- path: etc/linuxkit-config
|
- path: etc/linuxkit-config
|
||||||
metadata: yaml
|
metadata: yaml
|
||||||
|
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -22,7 +22,3 @@ files:
|
|||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
mode: "0700"
|
mode: "0700"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,7 +8,4 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ init:
|
|||||||
services:
|
services:
|
||||||
- name: acpid
|
- name: acpid
|
||||||
image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea
|
image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -8,6 +8,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -10,6 +10,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -10,6 +10,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -10,6 +10,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -15,6 +15,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -15,6 +15,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -15,6 +15,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -4,6 +4,3 @@ kernel:
|
|||||||
init:
|
init:
|
||||||
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
- linuxkit/init:78fb57c7da07c4e43c3a37b27755581da087a3b6
|
||||||
- linuxkit/runc:bf1e0c61fb4678d6428d0aabbd80db5ea24e4d4d
|
- linuxkit/runc:bf1e0c61fb4678d6428d0aabbd80db5ea24e4d4d
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -42,6 +42,3 @@ services:
|
|||||||
- /run:/var/run
|
- /run:/var/run
|
||||||
capabilities:
|
capabilities:
|
||||||
- all
|
- all
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -17,6 +17,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -19,8 +19,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -22,8 +22,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -18,8 +18,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -21,6 +21,3 @@ onboot:
|
|||||||
image: linuxkit/test-containerd:701421314e1b114c4787255431e066a681e80f16
|
image: linuxkit/test-containerd:701421314e1b114c4787255431e066a681e80f16
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -20,8 +20,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -23,8 +23,3 @@ files:
|
|||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
- path: etc/dm-crypt/key
|
- path: etc/dm-crypt/key
|
||||||
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -23,8 +23,3 @@ files:
|
|||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
- path: etc/dm-crypt/key
|
- path: etc/dm-crypt/key
|
||||||
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -26,8 +26,3 @@ files:
|
|||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
- path: some/other/enc_key
|
- path: some/other/enc_key
|
||||||
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
contents: "abcdefghijklmnopqrstuvwxyz123456"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -18,7 +18,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -22,7 +22,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -22,7 +22,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -26,7 +26,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -19,7 +19,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -23,7 +23,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -19,7 +19,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -22,7 +22,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -23,7 +23,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -23,7 +23,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -23,7 +23,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -26,7 +26,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -23,7 +23,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -31,7 +31,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -23,7 +23,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -30,7 +30,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -17,6 +17,3 @@ 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)
|
||||||
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
contents: 'root:$6$6tPd2uhHrecCEKug$8mKfcgfwguP7f.BLdZsT1Wz7WIIJOBY1oUFHzIv9/O71M2J0EPdtFqFGTxB1UK5ejqQxRFQ.ZSG9YXR0SNsc11:17322:0:::::'
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -19,7 +19,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -21,8 +21,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -9,6 +9,3 @@ onboot:
|
|||||||
image: linuxkit/mkimage:6a13c5814c95ccfb02518f8824a7c09bcea266fe
|
image: linuxkit/mkimage:6a13c5814c95ccfb02518f8824a7c09bcea266fe
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -7,6 +7,3 @@ init:
|
|||||||
onboot:
|
onboot:
|
||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -21,8 +21,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -21,8 +21,3 @@ files:
|
|||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
- path: /etc/containerd/runtime-config.toml
|
- path: /etc/containerd/runtime-config.toml
|
||||||
source: ./runtime-config.toml
|
source: ./runtime-config.toml
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -87,7 +87,3 @@ files:
|
|||||||
Endpoint = 127.0.0.1:51820
|
Endpoint = 127.0.0.1:51820
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
- library
|
|
||||||
|
@ -28,8 +28,3 @@ services:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -25,8 +25,3 @@ services:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -22,8 +22,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: check.sh
|
- path: check.sh
|
||||||
source: ./check.sh
|
source: ./check.sh
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
image:
|
|
||||||
- alpine:3.11
|
|
||||||
|
@ -15,6 +15,3 @@ onboot:
|
|||||||
files:
|
files:
|
||||||
- path: /etc/ltp/baseline
|
- path: /etc/ltp/baseline
|
||||||
contents: "100"
|
contents: "100"
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -16,6 +16,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "120"]
|
command: ["/bin/sh", "/poweroff.sh", "120"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
@ -16,6 +16,3 @@ onboot:
|
|||||||
- name: poweroff
|
- name: poweroff
|
||||||
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f
|
||||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||||
trust:
|
|
||||||
org:
|
|
||||||
- linuxkit
|
|
||||||
|
Loading…
Reference in New Issue
Block a user