bump hashes

This commit is contained in:
Robin Winkelewski 2018-04-24 22:20:38 +02:00
parent ffe9ac2319
commit 5e9b5878aa
57 changed files with 246 additions and 246 deletions

View File

@ -5,20 +5,20 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:v0.3 image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
binds: binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -5,17 +5,17 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

View File

@ -5,30 +5,30 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: sysfs - name: sysfs
image: linuxkit/sysfs:v0.3 image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: ntpd - name: ntpd
image: linuxkit/openntpd:v0.3 image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
- name: docker - name: docker
image: docker:17.10.0-ce-dind image: docker:17.10.0-ce-dind
@ -46,7 +46,7 @@ services:
- /etc/docker/daemon.json:/etc/docker/daemon.json - /etc/docker/daemon.json:/etc/docker/daemon.json
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
- name: cadvisor - name: cadvisor
image: linuxkit/cadvisor:v0.3 image: linuxkit/cadvisor:9a4b626e808c6a961bf17c8c3eb8adbe55f94e20
files: files:
- path: var/lib/docker - path: var/lib/docker
directory: true directory: true

View File

@ -3,30 +3,30 @@ kernel:
image: linuxkit/kernel:4.14.35 image: linuxkit/kernel:4.14.35
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/vpnkit-expose-port:v0.3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - linuxkit/vpnkit-expose-port:4e2ea826aaefdd196c7473255654d06ad96c4c21 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
# support metadata for optional config in /run/config # support metadata for optional config in /run/config
- name: metadata - name: metadata
image: linuxkit/metadata:v0.3 image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: sysfs - name: sysfs
image: linuxkit/sysfs:v0.3 image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
- name: binfmt - name: binfmt
image: linuxkit/binfmt:v0.3 image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1
# Format and mount the disk image in /var/lib/docker # Format and mount the disk image in /var/lib/docker
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib"] command: ["/usr/bin/mountie", "/var/lib"]
# make a swap file on the mounted disk # make a swap file on the mounted disk
- name: swap - name: swap
image: linuxkit/swap:v0.3 image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
- name: mount-vpnkit - name: mount-vpnkit
@ -44,41 +44,41 @@ onboot:
- /var:/host_var - /var:/host_var
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
# Enable acpi to shutdown on power events # Enable acpi to shutdown on power events
- name: acpid - name: acpid
image: linuxkit/acpid:v0.3 image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a
# Enable getty for easier debugging # Enable getty for easier debugging
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
# Run ntpd to keep time synchronised in the VM # Run ntpd to keep time synchronised in the VM
- name: ntpd - name: ntpd
image: linuxkit/openntpd:v0.3 image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
# to a socket on the host. # to a socket on the host.
- name: vsudd - name: vsudd
image: linuxkit/vsudd:v0.3 image: linuxkit/vsudd:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b
binds: binds:
- /var/run:/var/run - /var/run:/var/run
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"] command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373. # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
# It needs access to the vpnkit 9P coordination share # It needs access to the vpnkit 9P coordination share
- name: vpnkit-forwarder - name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:v0.3 image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32
binds: binds:
- /var/vpnkit:/port - /var/vpnkit:/port
net: host net: host
command: ["/vpnkit-forwarder", "-vsockPort", "62373"] command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
# Monitor for image deletes and invoke a TRIM on the container filesystem # Monitor for image deletes and invoke a TRIM on the container filesystem
- name: trim-after-delete - name: trim-after-delete
image: linuxkit/trim-after-delete:v0.3 image: linuxkit/trim-after-delete:9e62cea1246d66659bc1a74987f5f4c40e04de83
# When the host resumes from sleep, force a clock resync # When the host resumes from sleep, force a clock resync
- name: host-timesync-daemon - name: host-timesync-daemon
image: linuxkit/host-timesync-daemon:v0.3 image: linuxkit/host-timesync-daemon:921f623f1d12b7a79417370c4628752c495e7ee8
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container. # 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 # 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. # for vpnkit coordination and /run/config/docker for the configuration file.

View File

@ -5,28 +5,28 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: sysfs - name: sysfs
image: linuxkit/sysfs:v0.3 image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: ntpd - name: ntpd
image: linuxkit/openntpd:v0.3 image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
- name: docker - name: docker
image: docker:17.09.0-ce-dind image: docker:17.09.0-ce-dind
capabilities: capabilities:

View File

@ -5,24 +5,24 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:v0.3 image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
binds: binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -5,21 +5,21 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
# to make insecure with passwordless root login, uncomment following lines # to make insecure with passwordless root login, uncomment following lines
#env: #env:
# - INSECURE=true # - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)

View File

@ -5,12 +5,12 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -18,7 +18,7 @@ onshutdown:
command: ["/bin/echo", "so long and thanks for all the fish"] command: ["/bin/echo", "so long and thanks for all the fish"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
runtime: runtime:
@ -30,7 +30,7 @@ services:
destination: writeable-host-etc destination: writeable-host-etc
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -5,14 +5,14 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: influxdb - name: influxdb

View File

@ -7,11 +7,11 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -7,15 +7,15 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: node_exporter - name: node_exporter
image: linuxkit/node_exporter:v0.3 image: linuxkit/node_exporter:693341bd019aeca0e9a6bf33bdbc5f46aa2bf2a1
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -5,21 +5,21 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:v0.3 image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
command: ["/usr/bin/metadata", "openstack"] command: ["/usr/bin/metadata", "openstack"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
binds: binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -10,5 +10,5 @@ kernel:
ucode: "" ucode: ""
onboot: onboot:
- name: modprobe - name: modprobe
image: linuxkit/modprobe:v0.3 image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
command: ["modprobe", "nicvf"] command: ["modprobe", "nicvf"]

View File

@ -6,29 +6,29 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
- linuxkit/firmware:v0.3 - linuxkit/firmware:177575af191cf16e19c4989200e40f11422c3b32
onboot: onboot:
- name: rngd1 - name: rngd1
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:v0.3 image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
command: ["/usr/bin/metadata", "packet"] command: ["/usr/bin/metadata", "packet"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

View File

@ -9,11 +9,11 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
# Currently redis:4.0.6-alpine has trust issue with multi-arch # Currently redis:4.0.6-alpine has trust issue with multi-arch

View File

@ -5,21 +5,21 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: open-vm-tools - name: open-vm-tools
image: linuxkit/open-vm-tools:v0.3 image: linuxkit/open-vm-tools:435f47c1a8c004b3626da21eb17fcebcc628714a
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -5,24 +5,24 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: rngd1 - name: rngd1
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

View File

@ -5,30 +5,30 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/external"] command: ["/usr/bin/mountie", "/var/external"]
- name: swap - name: swap
image: linuxkit/swap:v0.3 image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb
# to use unencrypted swap, use: # to use unencrypted swap, use:
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"] # command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -5,22 +5,22 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: tss - name: tss
image: linuxkit/tss:v0.3 image: linuxkit/tss:0f21e6d31c81a6eaa9f08638b87f678144ea9217
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)

View File

@ -5,19 +5,19 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -7,7 +7,7 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: mount-vpnkit - name: mount-vpnkit
image: alpine:3.7 image: alpine:3.7
@ -19,9 +19,9 @@ 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"] 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: services:
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
- name: vpnkit-forwarder - name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:v0.3 image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32
binds: binds:
- /var/vpnkit:/port - /var/vpnkit:/port
net: host net: host

View File

@ -7,11 +7,11 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: vsudd - name: vsudd
image: linuxkit/vsudd:v0.3 image: linuxkit/vsudd:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b
binds: binds:
- /run/containerd/containerd.sock:/run/containerd/containerd.sock - /run/containerd/containerd.sock:/run/containerd/containerd.sock
command: ["/vsudd", command: ["/vsudd",

View File

@ -5,24 +5,24 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:v0.3 image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
binds: binds:
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
- name: nginx - name: nginx

View File

@ -5,15 +5,15 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: wg0 - name: wg0
image: linuxkit/ip:v0.3 image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -26,7 +26,7 @@ onboot:
bindNS: bindNS:
net: /run/netns/wg0 net: /run/netns/wg0
- name: wg1 - name: wg1
image: linuxkit/ip:v0.3 image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -40,12 +40,12 @@ onboot:
net: /run/netns/wg1 net: /run/netns/wg1
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
net: /run/netns/wg1 net: /run/netns/wg1
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
net: /run/netns/wg0 net: /run/netns/wg0

View File

@ -5,25 +5,25 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: sysfs - name: sysfs
image: linuxkit/sysfs:v0.3 image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: ntpd - name: ntpd
image: linuxkit/openntpd:v0.3 image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
- name: docker - name: docker
image: docker:17.07.0-ce-dind image: docker:17.07.0-ce-dind
capabilities: capabilities:

View File

@ -5,25 +5,25 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: sysfs - name: sysfs
image: linuxkit/sysfs:v0.3 image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: ntpd - name: ntpd
image: linuxkit/openntpd:v0.3 image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2
- name: docker - name: docker
image: docker:17.07.0-ce-dind image: docker:17.07.0-ce-dind
capabilities: capabilities:

View File

@ -5,17 +5,17 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:4.14.35 image: linuxkit/kernel:4.14.35
cmdline: "console=ttyS0 console=tty0 page_poison=1" cmdline: "console=ttyS0 console=tty0 page_poison=1"
init: init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 # with runc, logwrite, startmemlogd - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012 - linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -7,11 +7,11 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -5,20 +5,20 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
- samoht/fdd - samoht/fdd
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
files: files:
- path: etc/init.d/020-fdd-init - path: etc/init.d/020-fdd-init
mode: "0700" mode: "0700"

View File

@ -7,7 +7,7 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcp-client - name: dhcp-client
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
net: host net: host
@ -28,9 +28,9 @@ onboot:
- /lib:/lib # for ifconfig - /lib:/lib # for ifconfig
services: services:
- name: sshd - name: sshd
image: linuxkit/sshd:v0.3 image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
files: files:

View File

@ -5,15 +5,15 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
services: services:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -5,20 +5,20 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
trust: trust:
org: org:

View File

@ -7,7 +7,7 @@ init:
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
services: services:
- name: acpid - name: acpid
image: linuxkit/acpid:v0.3 image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -5,22 +5,22 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: sysfs - name: sysfs
image: linuxkit/sysfs:v0.3 image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
- name: docker - name: docker
image: docker:17.07.0-ce-dind image: docker:17.07.0-ce-dind
capabilities: capabilities:

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: binfmt - name: binfmt
image: linuxkit/binfmt:v0.3 image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1
- name: test - name: test
image: alpine:3.7 image: alpine:3.7
binds: binds:

View File

@ -4,7 +4,7 @@ kernel:
init: init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -5,17 +5,17 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib"] command: ["/usr/bin/mountie", "/var/lib"]
- name: test - name: test
image: linuxkit/test-containerd:8b99385a8b21b238c0c9db0af102d5b54bbe324e image: linuxkit/test-containerd:8b99385a8b21b238c0c9db0af102d5b54bbe324e

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,9 +6,9 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,9 +6,9 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: extend - name: extend
image: linuxkit/extend:v0.3 image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,13 +6,13 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: modprobe - name: modprobe
image: linuxkit/modprobe:v0.3 image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
command: ["modprobe", "btrfs"] command: ["modprobe", "btrfs"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-type", "btrfs" ] command: ["/usr/bin/format", "-type", "btrfs" ]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,13 +6,13 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: modprobe - name: modprobe
image: linuxkit/modprobe:v0.3 image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
command: ["modprobe", "btrfs"] command: ["modprobe", "btrfs"]
- name: extend - name: extend
image: linuxkit/extend:v0.3 image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df
command: ["/usr/bin/extend", "-type", "btrfs"] command: ["/usr/bin/extend", "-type", "btrfs"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,10 +6,10 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-type", "xfs"] command: ["/usr/bin/format", "-type", "xfs"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,10 +6,10 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: extend - name: extend
image: linuxkit/extend:v0.3 image: linuxkit/extend:d9f58e40ed6f474757da6554dc214a0812f099df
command: ["/usr/bin/extend", "-type", "xfs"] command: ["/usr/bin/extend", "-type", "xfs"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,10 +6,10 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format"] command: ["/usr/bin/format"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,10 +6,10 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-label", "docker"] command: ["/usr/bin/format", "-label", "docker"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,10 +6,10 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "@DEVICE@"] command: ["/usr/bin/format", "@DEVICE@"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,13 +6,13 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: modprobe - name: modprobe
image: linuxkit/modprobe:v0.3 image: linuxkit/modprobe:7605d92569d45df9e4a9fe4e12a777d2e7944976
command: ["modprobe", "btrfs"] command: ["modprobe", "btrfs"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-type", "btrfs" ] command: ["/usr/bin/format", "-type", "btrfs" ]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,10 +6,10 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-type", "xfs" ] command: ["/usr/bin/format", "-type", "xfs" ]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -6,19 +6,19 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"]
- name: test - name: test
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
binds: binds:
- /check.sh:/check.sh - /check.sh:/check.sh
command: ["sh", "./check.sh"] command: ["sh", "./check.sh"]

View File

@ -6,16 +6,16 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-label", "docker"] command: ["/usr/bin/format", "-label", "docker"]
- name: format - name: format
image: linuxkit/format:v0.3 image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98
command: ["/usr/bin/format", "-label", "foo"] command: ["/usr/bin/format", "-label", "foo"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"]
- name: mount - name: mount
image: linuxkit/mount:v0.3 image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe
command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"]
- name: test - name: test
image: alpine:3.7 image: alpine:3.7

View File

@ -5,14 +5,14 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244
files: files:
- path: etc/getty.shadow - path: etc/getty.shadow
# sample sets password for root to "abcdefgh" (without quotes) # sample sets password for root to "abcdefgh" (without quotes)

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: mkimage - name: mkimage
image: linuxkit/mkimage:v0.3 image: linuxkit/mkimage:b06b6487f585efef71d5a99a93d36301842a94cf
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae
trust: trust:

View File

@ -6,7 +6,7 @@ init:
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8
- name: test - name: test
image: alpine:3.7 image: alpine:3.7
net: host net: host

View File

@ -5,13 +5,13 @@ init:
- linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89 - linuxkit/init:d0bf64f4cea42bea71e7d8f8832ba497bb822e89
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d
- linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4 - linuxkit/containerd:100d0d046c5061d75ee43e4ac5017a759109cae4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: wg0 - name: wg0
image: linuxkit/ip:v0.3 image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard
@ -24,7 +24,7 @@ onboot:
bindNS: bindNS:
net: /run/netns/wg0 net: /run/netns/wg0
- name: wg1 - name: wg1
image: linuxkit/ip:v0.3 image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96
net: new net: new
binds: binds:
- /etc/wireguard:/etc/wireguard - /etc/wireguard:/etc/wireguard