mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-01 13:41:44 +00:00
committed by
Avi Deitcher
parent
6786caa59b
commit
1723cf9493
@@ -30,7 +30,7 @@ spec:
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
containers:
|
||||
- image: linuxkit/open-vm-tools:be95903307db4a693c3ce9b155d88ad00a330a5f
|
||||
- image: linuxkit/open-vm-tools:ce668b7064e26dbb4767a9106aae8cb888a3a61c
|
||||
name: open-vm-tools
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
binds.add:
|
||||
# this will keep all of the existing ones as well
|
||||
- /var/tmp:/var/tmp
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
||||
@@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:2e728658079a4141d9f3b67f088a8da1555c32ed
|
||||
image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:dedcaeb10930e83dcce9177ba165d59b0eaaa69b
|
||||
image: linuxkit/openntpd:2508f1d040441457a0b3e75744878afdf61bc473
|
||||
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
||||
- name: cadvisor
|
||||
image: linuxkit/cadvisor:2d4bea3a8b0c86bf89482fd491f09bec2bc6edf9
|
||||
image: linuxkit/cadvisor:117b93de56bb9d4838ad61d22146572c4261f449
|
||||
files:
|
||||
- path: var/lib/docker
|
||||
directory: true
|
||||
|
||||
@@ -3,15 +3,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -19,11 +19,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||
- name: loop
|
||||
image: linuxkit/losetup:6aaac451f98a199d3adc2e2d9812c85c6bea7550
|
||||
image: linuxkit/losetup:ba1b84df18e666b4b860c4c39fd4aedb228bee96
|
||||
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:973ff81d16496c89788922620a0afcbdad7a6626
|
||||
image: linuxkit/dm-crypt:27e016fa7c12d6cfce0d045a65b112c787f6dc3c
|
||||
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
@@ -34,11 +34,11 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
files:
|
||||
- path: etc/dm-crypt/key
|
||||
# the below key is just to keep the example self-contained
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:973ff81d16496c89788922620a0afcbdad7a6626
|
||||
image: linuxkit/dm-crypt:27e016fa7c12d6cfce0d045a65b112c787f6dc3c
|
||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
@@ -28,11 +28,11 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
files:
|
||||
- path: etc/dm-crypt/key
|
||||
# the below key is just to keep the example self-contained
|
||||
|
||||
@@ -3,30 +3,30 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:cd97abcfb41fc43ffd93ac9ce5a8c99f4b27222f # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/vpnkit-expose-port:19c9fd4180d33c9b434fd73b1a3a7ab83cadbf30 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:2e728658079a4141d9f3b67f088a8da1555c32ed
|
||||
image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:053091f12f475abbd8ba7a59494c961167efaf06
|
||||
image: linuxkit/binfmt:594ef260c28aa6d85273b8f08ba3076d340c54d7
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
image: linuxkit/swap:885f0e58af79d6c7b218bb23f63db3b545f261df
|
||||
image: linuxkit/swap:7e19e5e69370e82b90a110093441abbf5e70638b
|
||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||
- name: mount-vpnkit
|
||||
@@ -44,41 +44,41 @@ onboot:
|
||||
- /var:/host_var
|
||||
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Enable acpi to shutdown on power events
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:5a63182eb6b1b12c9954f4942740e2d129e66458
|
||||
image: linuxkit/acpid:dbd30b25903bf17042c22171b729f94c4bd3d98d
|
||||
# Enable getty for easier debugging
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Run ntpd to keep time synchronised in the VM
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:dedcaeb10930e83dcce9177ba165d59b0eaaa69b
|
||||
image: linuxkit/openntpd:2508f1d040441457a0b3e75744878afdf61bc473
|
||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||
# to a socket on the host.
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:fc65dcfed20fe8a94dde72207b5137297bf24f97
|
||||
image: linuxkit/vsudd:b227ed955d14720fcb99f0e1fbd69fbc1dea3106
|
||||
binds:
|
||||
- /var/run:/var/run
|
||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
||||
# It needs access to the vpnkit 9P coordination share
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:74973eb51f3542b76d212fef82af4bb5af0af93c
|
||||
image: linuxkit/vpnkit-forwarder:d0bc6500a9dc97b4556bb4bda20160a294cc61a3
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||
- name: trim-after-delete
|
||||
image: linuxkit/trim-after-delete:c5a9add8884bdd9b2d6eb8a01e0e1d6463369fa1
|
||||
image: linuxkit/trim-after-delete:012784ce3bdd59d42799dbf6555fe6da972cc721
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: linuxkit/host-timesync-daemon:b20d482c682619b85650c5fe72b0519a2e75430d
|
||||
image: linuxkit/host-timesync-daemon:288c5bf6d7cd40b76d7a2276435c3c011cb26e37
|
||||
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||
|
||||
@@ -2,31 +2,31 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:2e728658079a4141d9f3b67f088a8da1555c32ed
|
||||
image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:dedcaeb10930e83dcce9177ba165d59b0eaaa69b
|
||||
image: linuxkit/openntpd:2508f1d040441457a0b3e75744878afdf61bc473
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
||||
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
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:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
runtime:
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
destination: writeable-host-etc
|
||||
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: influxdb
|
||||
|
||||
@@ -3,21 +3,21 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/memlogd:075a450975ae28117ee0305efbcf0feec7055704
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
- linuxkit/memlogd:59c35498c6819b7374e85ca7777f13b55a497151
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
# A service which generates log messages for testing
|
||||
@@ -25,6 +25,6 @@ services:
|
||||
image: alpine:3.13
|
||||
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
|
||||
- name: write-and-rotate-logs
|
||||
image: linuxkit/logwrite:11f5f05453ef2758bc6a8d86db29aa002f0a2522
|
||||
image: linuxkit/logwrite:24e6a76c2d45a7679d4f53db9ea377373b543dc7
|
||||
- name: kmsg
|
||||
image: linuxkit/kmsg:897346ac05844494e0b5f11effeda1eefa00e073
|
||||
image: linuxkit/kmsg:c4d8d509cf496faa21c184ae7fdff6fddc6e186d
|
||||
|
||||
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
|
||||
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:a4f61939a694948579608d330ea022490a1a1824
|
||||
image: linuxkit/node_exporter:f334791f344bdf477317840e14cee57904fee95a
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -2,26 +2,26 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd2
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf"]
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
||||
@@ -10,5 +10,5 @@ kernel:
|
||||
ucode: ""
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:a02489bfc1e60ec2ff6f2667bcaaad9dd8e65abd
|
||||
image: linuxkit/modprobe:4248cdc3494779010e7e7488fc17b6fd45b73aeb
|
||||
command: ["modprobe", "nicvf"]
|
||||
|
||||
@@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/firmware:f039ab09f22c4bfd2ef979572e2fd2babe66f428
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
- linuxkit/firmware:68c2b29f28f2639020b9f8d55254d333498a30aa
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
command: ["/usr/bin/metadata", "equinixmetal"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
||||
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/firmware:f039ab09f22c4bfd2ef979572e2fd2babe66f428
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
- linuxkit/firmware:68c2b29f28f2639020b9f8d55254d333498a30aa
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
command: ["/usr/bin/metadata", "hetzner"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.71-rt
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: open-vm-tools
|
||||
image: linuxkit/open-vm-tools:be95903307db4a693c3ce9b155d88ad00a330a5f
|
||||
image: linuxkit/open-vm-tools:ce668b7064e26dbb4767a9106aae8cb888a3a61c
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
|
||||
@@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:9587a7d582b18e4880ebe528f0fe1fe8da022e27
|
||||
image: linuxkit/metadata:4bbf406678d376e1ae9c9efae6ca2421f63fb4ff
|
||||
command: ["/usr/bin/metadata", "vultr"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -4,16 +4,16 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||
|
||||
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
files:
|
||||
|
||||
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: ip
|
||||
image: linuxkit/ip:527b7e515e82e9be00cea8421ba080b450ed6afe
|
||||
image: linuxkit/ip:3c0676ee83a0dc739685be1253b8326f08581ef7
|
||||
binds:
|
||||
- /etc/ip:/etc/ip
|
||||
command: ["ip", "-b", "/etc/ip/eth0.conf"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
||||
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:885f0e58af79d6c7b218bb23f63db3b545f261df
|
||||
image: linuxkit/swap:7e19e5e69370e82b90a110093441abbf5e70638b
|
||||
# to use unencrypted swap, use:
|
||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
|
||||
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: tss
|
||||
image: linuxkit/tss:28e184f72e552c5362b0070635beb2fd6411e4b0
|
||||
image: linuxkit/tss:15e6d8a72e46089109985ee9a72dc457bf5c42b1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
||||
@@ -3,15 +3,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -19,11 +19,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: mount-vpnkit
|
||||
image: alpine:3.13
|
||||
@@ -19,11 +19,11 @@ onboot:
|
||||
command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
binds.add:
|
||||
- /root/.ssh:/root/.ssh
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:74973eb51f3542b76d212fef82af4bb5af0af93c
|
||||
image: linuxkit/vpnkit-forwarder:d0bc6500a9dc97b4556bb4bda20160a294cc61a3
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
|
||||
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:fc65dcfed20fe8a94dde72207b5137297bf24f97
|
||||
image: linuxkit/vsudd:b227ed955d14720fcb99f0e1fbd69fbc1dea3106
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
||||
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:527b7e515e82e9be00cea8421ba080b450ed6afe
|
||||
image: linuxkit/ip:3c0676ee83a0dc739685be1253b8326f08581ef7
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -26,7 +26,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:527b7e515e82e9be00cea8421ba080b450ed6afe
|
||||
image: linuxkit/ip:3c0676ee83a0dc739685be1253b8326f08581ef7
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -40,12 +40,12 @@ onboot:
|
||||
net: /run/netns/wg1
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
net: /run/netns/wg1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
net: /run/netns/wg0
|
||||
|
||||
16
linuxkit.yml
16
linuxkit.yml
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,11 +18,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,7 +2,7 @@ kernel:
|
||||
image: linuxkit/kernel-clear-containers:4.9.x
|
||||
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||
|
||||
@@ -2,32 +2,32 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:2e728658079a4141d9f3b67f088a8da1555c32ed
|
||||
image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:dedcaeb10930e83dcce9177ba165d59b0eaaa69b
|
||||
image: linuxkit/openntpd:2508f1d040441457a0b3e75744878afdf61bc473
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
||||
@@ -2,32 +2,32 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:2e728658079a4141d9f3b67f088a8da1555c32ed
|
||||
image: linuxkit/sysfs:6d5bd933762f6b216744c711c6e876756cee9600
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:aab46db75a2ace18b81c01ef0657a8725085e47d
|
||||
image: linuxkit/format:4f779c0b0d0ba145b7f03211b5cbf59fbbe12e54
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:dedcaeb10930e83dcce9177ba165d59b0eaaa69b
|
||||
image: linuxkit/openntpd:2508f1d040441457a0b3e75744878afdf61bc473
|
||||
- name: docker
|
||||
image: docker:20.10.6-dind
|
||||
capabilities:
|
||||
|
||||
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,7 +2,7 @@ kernel:
|
||||
image: mobylinux/kernel-landlock:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
|
||||
@@ -2,16 +2,16 @@ kernel:
|
||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg"
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
||||
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
- samoht/fdd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
files:
|
||||
- path: etc/init.d/020-fdd-init
|
||||
mode: "0700"
|
||||
|
||||
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcp-client
|
||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||
net: host
|
||||
@@ -28,9 +28,9 @@ onboot:
|
||||
- /lib:/lib # for ifconfig
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:01b5ff593f6cde1f5d12b6a57166198d5d0fd65d
|
||||
image: linuxkit/sshd:08e5d4a46603eff485d5d1b14001cc932a530858
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
||||
@@ -2,18 +2,18 @@ kernel:
|
||||
image: okernel:latest
|
||||
cmdline: "console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
||||
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,13 +2,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: mkimage
|
||||
image: linuxkit/mkimage:b9e10095c0a2cae767256602121a15d8861070f4
|
||||
image: linuxkit/mkimage:13cf79633735f644dbba19363fab483f4cc7117f
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
|
||||
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
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:527b7e515e82e9be00cea8421ba080b450ed6afe
|
||||
image: linuxkit/ip:3c0676ee83a0dc739685be1253b8326f08581ef7
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
||||
@@ -3,13 +3,13 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
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:527b7e515e82e9be00cea8421ba080b450ed6afe
|
||||
image: linuxkit/ip:3c0676ee83a0dc739685be1253b8326f08581ef7
|
||||
# Some environments
|
||||
env:
|
||||
- BENV=true
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: mount
|
||||
image: linuxkit/mount:c712a371ac72cdc4d1f5dd1e642609b5c63c920f
|
||||
image: linuxkit/mount:bd1c3bb45e48e68e47a9456d1669f7119f855184
|
||||
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:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
files:
|
||||
- path: check.sh
|
||||
|
||||
@@ -3,9 +3,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
|
||||
onboot:
|
||||
- name: package1
|
||||
|
||||
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
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:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
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:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: nginx
|
||||
|
||||
@@ -2,14 +2,14 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
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:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: test1
|
||||
image: alpine:3.20
|
||||
@@ -18,7 +18,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
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:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
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:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: test
|
||||
image: alpine:3.20
|
||||
@@ -12,7 +12,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: testbinds
|
||||
image: alpine:3.20
|
||||
@@ -27,7 +27,7 @@ onboot:
|
||||
- vola:/vola
|
||||
command: ["sh", "-c", "/check.sh"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
volumes:
|
||||
- name: vola
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
|
||||
@@ -3,15 +3,15 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/ca-certificates:6d74d50cfbb09d3c322b0899bb45ebefa1ac20ff
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
- linuxkit/ca-certificates:256f1950df59f2f209e9f0b81374177409eb11de
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:237cbcc272f357fe1d479847a42d0640d0a48871
|
||||
image: linuxkit/sysctl:97e8bb067cd9cef1514531bb692f27263ac6d626
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:700b2f53f2133f9dd3896b86e7ef7e22e459fefc
|
||||
image: linuxkit/dhcpcd:b87e9ececac55a65eaa592f4dd8b4e0c3009afdb
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -19,11 +19,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:239bff4bbe8b98b1a88f887e567345e4943438c5
|
||||
image: linuxkit/getty:a86d74c8f89be8956330c3b115b0b1f2e09ef6e0
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:ee7893507f35876b28098a41dace4f55f7e324ac
|
||||
image: linuxkit/rngd:984eb580ecb63986f07f626b61692a97aacd7198
|
||||
- name: nginx
|
||||
image: nginx:1.19.5-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,10 +2,10 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "10"]
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/containerd:c4e7bb44ddf46365abc4f4b5fa77901bdd73321c
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
- linuxkit/containerd:22578becf270fe4bbb82e29f2539f71613e0b4fc
|
||||
services:
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:5a63182eb6b1b12c9954f4942740e2d129e66458
|
||||
image: linuxkit/acpid:dbd30b25903bf17042c22171b729f94c4bd3d98d
|
||||
|
||||
@@ -2,9 +2,9 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,11 +2,11 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check-kernel-config
|
||||
image: linuxkit/test-kernel-config:75b54d40268141d966b0c820e184981d3a30fac0
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.6.71-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -2,8 +2,8 @@ kernel:
|
||||
image: linuxkit/kernel:6.12.52-01ab8e22c88f25fc1bf4c354689f12797c213a86
|
||||
cmdline: "console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:962b1eb0f6fd0b3e072be3bf555a10c9c831f53d
|
||||
- linuxkit/runc:4ae6608b906fa1f428cfcb55686a8452e98e8a27
|
||||
- linuxkit/init:b92210bd04aa29344d70fd2d259e2ae3c7903ec4
|
||||
- linuxkit/runc:98ddef9b5b87cb44783566ed2a86cea95439a631
|
||||
onboot:
|
||||
- name: check
|
||||
image: kmod-test
|
||||
@@ -13,5 +13,5 @@ onboot:
|
||||
capabilities:
|
||||
- all
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
command: ["/bin/sh", "/poweroff.sh", "3"]
|
||||
|
||||
@@ -6,5 +6,5 @@ onboot:
|
||||
- type: cgroup
|
||||
options: ["rw"]
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:57b9b0dc81aa7247e35628cb7d1723546b569004
|
||||
image: linuxkit/poweroff:4059858a555bed90c2280fa9b060b7a8f8de6d45
|
||||
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