mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-08 02:10:00 +00:00
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
|
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
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:612bd1ef619e4409807713feaf6c436a0211b8b4
|
||||
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
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:612bd1ef619e4409807713feaf6c436a0211b8b4
|
||||
image: linuxkit/ip:af77c3f93143ff352a07ad5233d25a665012bcce
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: mount
|
||||
image: linuxkit/mount:7cffeb3a4a77af09397479fe8e21c0dfce438cd0
|
||||
image: linuxkit/mount:4413ebd50bfbe026058e4a60463259cece2b8bb5
|
||||
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:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
@@ -3,9 +3,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
|
||||
onboot:
|
||||
- name: package1
|
||||
|
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -17,11 +17,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/ca-certificates:e1688f69167c991bf5be1be809fd68685a4a4a9a
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
- linuxkit/ca-certificates:d4cc1b82c73d272e94d0e71ea375fe56b0c0626a
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1", "change"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,7 +18,7 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: nginx
|
||||
|
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:0c5861d22fac133d5bf679e763a1df14ad927de2
|
||||
image: linuxkit/sysctl:c5f4b4895844b993dce4e8b35fd8263a6b557807
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:c1f461bd40fabb1f3bb77348ab52abad8393bdb3
|
||||
image: linuxkit/dhcpcd:330839488cd122db3c44738e265c035c9729a963
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -17,11 +17,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:42bfdda2fef25c9fd84a58bb88de1496a7cafcda
|
||||
image: linuxkit/getty:bae9e3d4861173bacf78f14a4fe44997a430d13b
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:9812bcbb096ae21650a32a1517a5903efd8ff40b
|
||||
image: linuxkit/rngd:814d1a3a76e84eae01a94575c038fd22652f94e3
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: test1
|
||||
image: alpine:3.20
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola:ro
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: test1
|
||||
image: alpine:3.20
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
- vola:/vola:ro
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: testbinds
|
||||
image: alpine:3.20
|
||||
@@ -27,7 +27,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,10 +2,10 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/containerd:d33b20080a2f88e833680dc8563b5a03a13a297e
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
- linuxkit/containerd:ce79d5d4ab9c46f4763735c6e4ab5c51c3feb5d8
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:78206e0612a2b521459178e11f590901a3bd00bc
|
||||
image: linuxkit/acpid:6379700e2f3341250432e37a4cac36e35c7caac8
|
||||
|
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:86d697ff5c01aadc43081060a10cabbf039c4297
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.4.172-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.10.104-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:5.15.27-9005a97e2b2cba68b4374092167b079a2874f66b
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.13-44a5293614ca7c7674013e928cb11dcdbba73ba8
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:c9a1adb982eb4074c01a34ce43860b6df24c252d
|
||||
- linuxkit/runc:bcd6268ea2d45dc7c6b43ca82d00dd01e7105f17
|
||||
- linuxkit/init:7135424f6836ee166d1199e88cfb95ee88efaf91
|
||||
- linuxkit/runc:efcece75889aec4e2de0d95ba27ccc46438522b3
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:744c3322c34be0bebb4a65f63702f44fec0e773d
|
||||
image: linuxkit/poweroff:963fd495fd6616f7ea44d158b497a87232e01ca3
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user