mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-01 07:00:10 +00:00
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
||||
image: linuxkit/dhcpcd:fc2b5bf40b13df746ee66f354672bf687a540ce8
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
|
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/containerd:c35f10fb8127841b4eb82ddfcebd5d5a54bad0e7
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
||||
image: linuxkit/dhcpcd:fc2b5bf40b13df746ee66f354672bf687a540ce8
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
# Add some random unsorted caps
|
||||
capabilities:
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
|
||||
services:
|
||||
- name: testservice
|
||||
image: linuxkit/ip:bc8772ad4a77269d131a7baeb77d867ef7ab3c9f
|
||||
image: linuxkit/ip:c68fe855482d1a255731425833d44872e25f6eed
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.30
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: mount
|
||||
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
|
||||
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
|
||||
binds.add:
|
||||
- /check.sh:/check.sh
|
||||
- /var/tmp:/var/tmp
|
||||
@@ -16,7 +16,7 @@ onboot:
|
||||
# - /:/hostroot
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -3,9 +3,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/containerd:c35f10fb8127841b4eb82ddfcebd5d5a54bad0e7
|
||||
|
||||
onboot:
|
||||
- name: package1
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,10 +2,10 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/containerd:c35f10fb8127841b4eb82ddfcebd5d5a54bad0e7
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:c9d5ab81d3312602f3b17b266be9c60127e8f5ec
|
||||
image: linuxkit/acpid:2c1339e3731efd298f22c33a3978d9cc58b9d9f1
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:cc2122d264b96e82e3e9a0bccfd59d2ee68c87a8
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,5 +2,5 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
|
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
||||
- linuxkit/ca-certificates:6003d7e78387f1fbb35bf1d1af300120be97f94b
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/containerd:c35f10fb8127841b4eb82ddfcebd5d5a54bad0e7
|
||||
- linuxkit/ca-certificates:945ac3f0c1a31535d37ff77003fc30dbd71da6bb
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:f8a06fea01bfcb322e913213e22d35790168ed01
|
||||
image: linuxkit/sysctl:7c0059d1ad7d86127d990474b6e5f17297c07bf5
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:e2476b26d551cd75b032990545a304c2cfbd1084
|
||||
image: linuxkit/sysfs:713f1e871e7fdfcdc9088385501d3c49116e915d
|
||||
- name: format
|
||||
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
|
||||
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
|
||||
- name: mount
|
||||
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
|
||||
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:e35c1c671a9d35dbc42b83b620563ce472f8effb
|
||||
image: linuxkit/rngd:97136824ad06ba2cc17c086d30f60c7f93b56f72
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
||||
image: linuxkit/dhcpcd:fc2b5bf40b13df746ee66f354672bf687a540ce8
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: dummy
|
||||
image: linuxkit/dummy:6b913f24a284f891a9657c4b22c1b4f4003efc73
|
||||
image: linuxkit/dummy:25547fa59cf5062466a9d157187a1fd0d4aabe2c
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/kernel-bcc:5.4.113
|
||||
onboot:
|
||||
- name: check-bcc
|
||||
@@ -17,7 +17,7 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:312ed1cb899fae229b5303ac6c0510ac58f331c8
|
||||
image: linuxkit/binfmt:2432eabd3f545ace20077c773e1fafdabab6442a
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
binds:
|
||||
@@ -14,7 +14,7 @@ onboot:
|
||||
- /proc/sys/fs/binfmt_misc:/binfmt_misc
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/bpftrace:07ef5c6b7044adff8937d24e8ae8835bed1e0c65
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/bpftrace:d91598d20983e191d8990e700251c335e64a284d
|
||||
onboot:
|
||||
- name: bpftrace-test
|
||||
image: alpine:3.13
|
||||
@@ -17,7 +17,7 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/ca-certificates:6003d7e78387f1fbb35bf1d1af300120be97f94b
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/ca-certificates:945ac3f0c1a31535d37ff77003fc30dbd71da6bb
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
@@ -13,7 +13,7 @@ onboot:
|
||||
- /etc:/host-etc
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
@@ -15,7 +15,7 @@ onboot:
|
||||
- /run:/run
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/containerd:0dab9a4e2b9aa7f034873881a08890fd40b2755d
|
||||
- linuxkit/ca-certificates:6003d7e78387f1fbb35bf1d1af300120be97f94b
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
- linuxkit/containerd:c35f10fb8127841b4eb82ddfcebd5d5a54bad0e7
|
||||
- linuxkit/ca-certificates:945ac3f0c1a31535d37ff77003fc30dbd71da6bb
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
||||
image: linuxkit/dhcpcd:fc2b5bf40b13df746ee66f354672bf687a540ce8
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:f8a06fea01bfcb322e913213e22d35790168ed01
|
||||
image: linuxkit/sysctl:7c0059d1ad7d86127d990474b6e5f17297c07bf5
|
||||
- name: format
|
||||
image: linuxkit/format:4686064ce75f8014a3cdf8c3227887a81a74180a
|
||||
image: linuxkit/format:3648c589de02c27a98fe4cbdfa4c890f45aaa121
|
||||
- name: mount
|
||||
image: linuxkit/mount:e3f4f07c424c1aff42a3b2009fb701540e313056
|
||||
image: linuxkit/mount:fb8f153ac0d83d01dee58a7c720e243dca3593fe
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
- name: test
|
||||
image: linuxkit/test-containerd:976933dd32d38aecbf4379597cf974923ff6c66f
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:817099ace2d56ea2d20c7702ab8e1a8abc7d89fd
|
||||
- linuxkit/runc:59c40661f2174ca6752d73086b91d63eeb98d021
|
||||
- linuxkit/init:5251073a3d3e52881bf2697f7dfabac6eedfd569
|
||||
- linuxkit/runc:49628804b3a39b0a0cfab046dd80b76a4fd87b5a
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:a58543e8b40a29b3cd0c5d1e42ce21b71a8abcef
|
||||
image: linuxkit/dhcpcd:fc2b5bf40b13df746ee66f354672bf687a540ce8
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: test
|
||||
image: alpine:3.13
|
||||
@@ -15,7 +15,7 @@ onboot:
|
||||
- /check.sh:/check.sh
|
||||
command: ["sh", "./check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:58b9a79e2ee74b435b2f015dcbe3e6a16cc827e5
|
||||
image: linuxkit/poweroff:bd7c21330487f5b98d2852c2527566940b6d6044
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user