Merge pull request #3037 from rn/rel_v0.4

Preparation for the v0.4 release
This commit is contained in:
Rolf Neugebauer 2018-05-12 16:39:03 +01:00 committed by GitHub
commit 8d17887e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
209 changed files with 741 additions and 722 deletions

View File

@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [v0.4] - 2018-05-12
### Added
- Support for v4.16.x kernels.
- Support for MPLS, USB_STORAGE, and SCTP support in the kernel config.
- Support for creating and booting from squashfs root filesystems.
- Super experimental support for crosvm.
- Support for compiling with go 1.10.
- Adjusted hyperkit support to be compatible with soon to be released Docker for Mac changes.
### Changed
- `containerd` updated to v1.1.0.
- WireGuard updated to 0.0.20180420.
- Intel CPU microcode update to 20180425.
### Removed
- Support for v4.15.x. kernels as they have been EOLed.
- `perf` support for 4.9.x kernels (the compile broke).
## [v0.3] - 2018-04-05 ## [v0.3] - 2018-04-05
### Added ### Added
- Initial `s390x` support. - Initial `s390x` support.

View File

@ -4,10 +4,10 @@
default: bin/linuxkit bin/rtf default: bin/linuxkit bin/rtf
all: default all: default
VERSION="v0.3+" VERSION="v0.4"
GIT_COMMIT=$(shell git rev-list -1 HEAD) GIT_COMMIT=$(shell git rev-list -1 HEAD)
GO_COMPILE=linuxkit/go-compile:2940a8141d907c2976be15f201f6e9b7c4c1f931 GO_COMPILE=linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79
LINUXKIT?=bin/linuxkit LINUXKIT?=bin/linuxkit
GOOS?=$(shell uname -s | tr '[:upper:]' '[:lower:]') GOOS?=$(shell uname -s | tr '[:upper:]' '[:lower:]')

View File

@ -33,12 +33,12 @@ kernel:
image: linuxkit/kernel:4.9.91 image: linuxkit/kernel:4.9.91
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:v0.3 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -28,7 +28,7 @@ docker run -it --rm \
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \ -v $(pwd):/go/src/github.com/linuxkit/linuxkit \
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \ -w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
--entrypoint /go/bin/vndr \ --entrypoint /go/bin/vndr \
linuxkit/go-compile:2940a8141d907c2976be15f201f6e9b7c4c1f931 linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79
``` ```
To update a single dependency: To update a single dependency:
@ -38,7 +38,7 @@ docker run -it --rm \
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \ -v $(pwd):/go/src/github.com/linuxkit/linuxkit \
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \ -w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
--entrypoint /go/bin/vndr \ --entrypoint /go/bin/vndr \
linuxkit/go-compile:2940a8141d907c2976be15f201f6e9b7c4c1f931 linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79
github.com/docker/docker github.com/docker/docker
``` ```

View File

@ -2,23 +2,23 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd image: linuxkit/metadata:v0.4
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
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

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

View File

@ -2,33 +2,33 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: sysfs - name: sysfs
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 image: linuxkit/sysfs:v0.4
- name: format - name: format
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 image: linuxkit/format:v0.4
- name: mount - name: mount
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe image: linuxkit/mount:v0.4
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: ntpd - name: ntpd
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 image: linuxkit/openntpd:v0.4
- 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:9a4b626e808c6a961bf17c8c3eb8adbe55f94e20 image: linuxkit/cadvisor:v0.4
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.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/vpnkit-expose-port:4e2ea826aaefdd196c7473255654d06ad96c4c21 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - linuxkit/vpnkit-expose-port:v0.4 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
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:be507a0718df8ed6733dfab1d6866672f446e8fd image: linuxkit/metadata:v0.4
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: sysfs - name: sysfs
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 image: linuxkit/sysfs:v0.4
- name: binfmt - name: binfmt
image: linuxkit/binfmt:aa7909fd14c251948a83edb5398b4fb7d5153ad1 image: linuxkit/binfmt:v0.4
# 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:d24885a226c42a40f7ed44dd3789a6a035254d98 image: linuxkit/format:v0.4
- name: mount - name: mount
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe image: linuxkit/mount:v0.4
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:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb image: linuxkit/swap:v0.4
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:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:6c05004a07f4f9228aec89605d5c72b184695d2a image: linuxkit/acpid:v0.4
# Enable getty for easier debugging # Enable getty for easier debugging
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
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:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 image: linuxkit/openntpd:v0.4
# 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:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b image: linuxkit/vsudd:v0.4
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:49b506c4dab8789fd42b216c35a4eb1cca503b32 image: linuxkit/vpnkit-forwarder:v0.4
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:9e62cea1246d66659bc1a74987f5f4c40e04de83 image: linuxkit/trim-after-delete:v0.4
# 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:921f623f1d12b7a79417370c4628752c495e7ee8 image: linuxkit/host-timesync-daemon:v0.4
# 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

@ -2,31 +2,31 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: sysfs - name: sysfs
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 image: linuxkit/sysfs:v0.4
- name: format - name: format
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 image: linuxkit/format:v0.4
- name: mount - name: mount
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe image: linuxkit/mount:v0.4
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: ntpd - name: ntpd
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 image: linuxkit/openntpd:v0.4
- name: docker - name: docker
image: docker:17.09.0-ce-dind image: docker:17.09.0-ce-dind
capabilities: capabilities:

View File

@ -2,27 +2,27 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd image: linuxkit/metadata:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
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

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
# 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:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
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

@ -2,15 +2,15 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
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:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,17 +2,17 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: influxdb - name: influxdb

View File

@ -2,16 +2,16 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: node_exporter - name: node_exporter
image: linuxkit/node_exporter:693341bd019aeca0e9a6bf33bdbc5f46aa2bf2a1 image: linuxkit/node_exporter:v0.4
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd image: linuxkit/metadata:v0.4
command: ["/usr/bin/metadata", "openstack"] command: ["/usr/bin/metadata", "openstack"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
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:7605d92569d45df9e4a9fe4e12a777d2e7944976 image: linuxkit/modprobe:v0.4
command: ["modprobe", "nicvf"] command: ["modprobe", "nicvf"]

View File

@ -3,32 +3,32 @@ kernel:
cmdline: console=ttyS1 cmdline: console=ttyS1
ucode: intel-ucode.cpio ucode: intel-ucode.cpio
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
- linuxkit/firmware:177575af191cf16e19c4989200e40f11422c3b32 - linuxkit/firmware:v0.4
onboot: onboot:
- name: rngd1 - name: rngd1
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd image: linuxkit/metadata:v0.4
command: ["/usr/bin/metadata", "packet"] command: ["/usr/bin/metadata", "packet"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

View File

@ -4,16 +4,16 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
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

@ -2,24 +2,24 @@ kernel:
image: linuxkit/kernel:4.14.34-rt image: linuxkit/kernel:4.14.34-rt
cmdline: "console=tty0" cmdline: "console=tty0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: open-vm-tools - name: open-vm-tools
image: linuxkit/open-vm-tools:435f47c1a8c004b3626da21eb17fcebcc628714a image: linuxkit/open-vm-tools:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,27 +2,27 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: rngd1 - name: rngd1
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
command: ["/sbin/rngd", "-1"] command: ["/sbin/rngd", "-1"]
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
files: files:
- path: root/.ssh/authorized_keys - path: root/.ssh/authorized_keys
source: ~/.ssh/id_rsa.pub source: ~/.ssh/id_rsa.pub

View File

@ -2,33 +2,33 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 image: linuxkit/format:v0.4
- name: mount - name: mount
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe image: linuxkit/mount:v0.4
command: ["/usr/bin/mountie", "/var/external"] command: ["/usr/bin/mountie", "/var/external"]
- name: swap - name: swap
image: linuxkit/swap:d4241eabbc9086d30e462bfa6bb952fd4e6b74eb image: linuxkit/swap:v0.4
# 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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -2,25 +2,25 @@ kernel:
image: linuxkit/kernel:4.9.38 image: linuxkit/kernel:4.9.38
cmdline: "console=tty0 console=ttyS0" cmdline: "console=tty0 console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: tss - name: tss
image: linuxkit/tss:0f21e6d31c81a6eaa9f08638b87f678144ea9217 image: linuxkit/tss:v0.4
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
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

@ -2,22 +2,22 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0" cmdline: "console=tty0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,12 +2,12 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
- name: vpnkit-forwarder - name: vpnkit-forwarder
image: linuxkit/vpnkit-forwarder:49b506c4dab8789fd42b216c35a4eb1cca503b32 image: linuxkit/vpnkit-forwarder:v0.4
binds: binds:
- /var/vpnkit:/port - /var/vpnkit:/port
net: host net: host

View File

@ -2,16 +2,16 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:ef2fd68237c6fc1a3b97b37012ad81bf9643be4b image: linuxkit/vsudd:v0.4
binds: binds:
- /run/containerd/containerd.sock:/run/containerd/containerd.sock - /run/containerd/containerd.sock:/run/containerd/containerd.sock
command: ["/vsudd", command: ["/vsudd",

View File

@ -2,27 +2,27 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: metadata - name: metadata
image: linuxkit/metadata:be507a0718df8ed6733dfab1d6866672f446e8fd image: linuxkit/metadata:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: sshd - name: sshd
image: linuxkit/sshd:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
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

@ -2,18 +2,18 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: wg0 - name: wg0
image: linuxkit/ip:baf5dc379104f01356fb7ace881149a67d889e96 image: linuxkit/ip:v0.4
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:baf5dc379104f01356fb7ace881149a67d889e96 image: linuxkit/ip:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
net: /run/netns/wg1 net: /run/netns/wg1
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- 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

@ -2,15 +2,15 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:v0.3 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:v0.3 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:v0.3 image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
onshutdown: onshutdown:
- name: shutdown - name: shutdown
@ -18,11 +18,11 @@ 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:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:v0.3 image: linuxkit/rngd:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
@ -6,7 +6,7 @@ RUN apk add --no-cache --initdb -p /out \
busybox busybox
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror2 FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror2
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
busybox-initscripts busybox-initscripts

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini

View File

@ -1,10 +1,10 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS qemu FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS qemu
RUN apk add \ RUN apk add \
qemu-aarch64 \ qemu-aarch64 \
qemu-arm \ qemu-arm \
qemu-ppc64le qemu-ppc64le
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as alpine FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine
RUN apk add ca-certificates RUN apk add ca-certificates

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build
RUN apk add --no-cache bash go git musl-dev linux-headers make RUN apk add --no-cache bash go git musl-dev linux-headers make
@ -16,7 +16,7 @@ RUN go get -d ${GITREPO} \
&& mv cadvisor /usr/bin/ && mv cadvisor /usr/bin/
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 as alpine FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine
RUN apk add tzdata RUN apk add tzdata
WORKDIR $GOPATH/src/github.com/containerd/containerd WORKDIR $GOPATH/src/github.com/containerd/containerd

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \ alpine-baselayout \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \
&& true && true
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache go musl-dev RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache git RUN apk add --no-cache git
# Make sure you also update the FW_COMMIT in ../firmware/Dockerfile # Make sure you also update the FW_COMMIT in ../firmware/Dockerfile

View File

@ -1,7 +1,7 @@
# Make modules from a recentish kernel available # Make modules from a recentish kernel available
FROM linuxkit/kernel:4.14.28 AS kernel FROM linuxkit/kernel:4.14.28 AS kernel
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache git kmod RUN apk add --no-cache git kmod
# Clone the firmware repository # Clone the firmware repository

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \
&& true && true
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache go musl-dev RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev git RUN apk add --no-cache go musl-dev git
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers
ADD usermode-helper.c ./ ADD usermode-helper.c ./
@ -19,7 +19,7 @@ RUN mkdir /tmp/bin && cd /tmp/bin/ && cp /go/bin/rc.init . && ln -s rc.init rc.s
RUN cd /go/src/cmd/service && ./skanky-vendor.sh $GOPATH/src/github.com/containerd/containerd RUN cd /go/src/cmd/service && ./skanky-vendor.sh $GOPATH/src/github.com/containerd/containerd
RUN go-compile.sh /go/src/cmd/service RUN go-compile.sh /go/src/cmd/service
FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add curl RUN apk add curl
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev linux-headers RUN apk add --no-cache go musl-dev linux-headers
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
@ -9,7 +9,7 @@ RUN apk add --no-cache --initdb -p /out \
&& true && true
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache go musl-dev RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 as build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build
RUN apk add --no-cache go git musl-dev make RUN apk add --no-cache go git musl-dev make

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \ alpine-baselayout \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN mkdir -p /out/var/run RUN mkdir -p /out/var/run
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go gcc musl-dev linux-headers RUN apk add --no-cache go gcc musl-dev linux-headers
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:02d7e748614512ea099e8c76254e41bcea03ba8f as alpine FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine
# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7 # containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7
# Use the same version of go for consistency. # Use the same version of go for consistency.
RUN \ RUN \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev RUN apk add --no-cache go musl-dev
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,5 +1,5 @@
# We need the `fstrim` binary: # We need the `fstrim` binary:
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out \ RUN apk add --no-cache --initdb -p /out \
alpine-baselayout \ alpine-baselayout \

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
ENV TROUSERS_COMMIT de57f069ef2297d6a6b3a0353e217a5a2f66e444 ENV TROUSERS_COMMIT de57f069ef2297d6a6b3a0353e217a5a2f66e444
ENV TPM_TOOLS_COMMIT bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84 ENV TPM_TOOLS_COMMIT bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS build FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build
RUN apk add --no-cache go musl-dev git build-base RUN apk add --no-cache go musl-dev git build-base
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev git build-base RUN apk add --no-cache go musl-dev git build-base
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -1,4 +1,4 @@
FROM linuxkit/alpine:f3cd219615428b2bd943411723eb28875275fae7 AS mirror FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror
RUN apk add --no-cache go musl-dev git build-base RUN apk add --no-cache go musl-dev git build-base
ENV GOPATH=/go PATH=$PATH:/go/bin ENV GOPATH=/go PATH=$PATH:/go/bin

View File

@ -2,7 +2,7 @@ kernel:
image: linuxkit/kernel-clear-containers:4.9.x 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" 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: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c

View File

@ -2,28 +2,28 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: sysfs - name: sysfs
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 image: linuxkit/sysfs:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 image: linuxkit/format:v0.4
- name: mount - name: mount
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe image: linuxkit/mount:v0.4
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: ntpd - name: ntpd
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 image: linuxkit/openntpd:v0.4
- name: docker - name: docker
image: docker:17.07.0-ce-dind image: docker:17.07.0-ce-dind
capabilities: capabilities:

View File

@ -2,28 +2,28 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: sysfs - name: sysfs
image: linuxkit/sysfs:98b340d360541f1e1e62bc30b62ab6a7e3dc9280 image: linuxkit/sysfs:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
- name: format - name: format
image: linuxkit/format:d24885a226c42a40f7ed44dd3789a6a035254d98 image: linuxkit/format:v0.4
- name: mount - name: mount
image: linuxkit/mount:763e67d733342281f3bdc55d7208b9c442837afe image: linuxkit/mount:v0.4
command: ["/usr/bin/mountie", "/var/lib/docker"] command: ["/usr/bin/mountie", "/var/lib/docker"]
services: services:
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: ntpd - name: ntpd
image: linuxkit/openntpd:9851e80f16e4292b12fbe97b9d7f1c3dd40d1ea2 image: linuxkit/openntpd:v0.4
- name: docker - name: docker
image: docker:17.07.0-ce-dind image: docker:17.07.0-ce-dind
capabilities: capabilities:

View File

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148 image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns" cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,7 +2,7 @@ kernel:
image: mobylinux/kernel-landlock:4.9.x image: mobylinux/kernel-landlock:4.9.x
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935

View File

@ -2,20 +2,20 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 console=tty0 page_poison=1" cmdline: "console=ttyS0 console=tty0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
- linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012 - linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -2,16 +2,16 @@ kernel:
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540" image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -2,23 +2,23 @@ kernel:
image: linuxkit/kernel:4.9.34 image: linuxkit/kernel:4.9.34
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
- samoht/fdd - samoht/fdd
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
services: services:
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
files: files:
- path: etc/init.d/020-fdd-init - path: etc/init.d/020-fdd-init
mode: "0700" mode: "0700"

View File

@ -2,12 +2,12 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 page_poison=1" cmdline: "console=ttyS0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- 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:8f11ee09b101ab7f41c7a6409a8d7a8d49957fbb image: linuxkit/sshd:v0.4
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
files: files:

View File

@ -2,18 +2,18 @@ kernel:
image: okernel:latest image: okernel:latest
cmdline: "console=tty0 page_poison=1" cmdline: "console=tty0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
services: services:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
- name: getty - name: getty
image: linuxkit/getty:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
trust: trust:

View File

@ -2,23 +2,23 @@ kernel:
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5 image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
cmdline: "console=ttyS0 console=tty0 page_poison=1" cmdline: "console=ttyS0 console=tty0 page_poison=1"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
- linuxkit/ca-certificates:fb5c7bf842a330f5b47cdf71f950fe0c85f4a772 - linuxkit/ca-certificates:v0.4
onboot: onboot:
- name: sysctl - name: sysctl
image: linuxkit/sysctl:b51c3da02bc2fc9a53f699efc51f650ac17ffac8 image: linuxkit/sysctl:v0.4
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
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:b286a610ccbebc45251f3a9df3619d76318e2244 image: linuxkit/getty:v0.4
env: env:
- INSECURE=true - INSECURE=true
- name: rngd - name: rngd
image: linuxkit/rngd:429e1308b8cad9dbe04b7a91fcebec17ee6f7591 image: linuxkit/rngd:v0.4
- name: nginx - name: nginx
image: nginx:1.13.8-alpine image: nginx:1.13.8-alpine
capabilities: capabilities:

View File

@ -19,17 +19,17 @@ func init() {
// This allows us to overwrite the hashes locally without having // This allows us to overwrite the hashes locally without having
// to re-vendor the 'github.com/moby/tool' when we update 'mkimage-*' // to re-vendor the 'github.com/moby/tool' when we update 'mkimage-*'
imgs := map[string]string{ imgs := map[string]string{
"iso-bios": "linuxkit/mkimage-iso-bios:9a51dc64a461f1cc50ba05f30a38f73f5227ac03", "iso-bios": "linuxkit/mkimage-iso-bios:86981371921813019ea0f12c778b348a9a3d40ed",
"iso-efi": "linuxkit/mkimage-iso-efi:343cf1a8ac0aba7d8a1f13b7f45fa0b57ab897dc", "iso-efi": "linuxkit/mkimage-iso-efi:1cebc76eab89254f3e288526890bbc7cddf0ffaf",
"raw-bios": "linuxkit/mkimage-raw-bios:d90713b2dd610cf9a0f5f9d9095f8bf86f40d5c6", "raw-bios": "linuxkit/mkimage-raw-bios:3b1a68b2d652180ccb57ef9d2580af7e7d966d35",
"raw-efi": "linuxkit/mkimage-raw-efi:8938ffb6014543e557b624a40cce1714f30ce4b6", "raw-efi": "linuxkit/mkimage-raw-efi:6743fc2b475dcb7da510ea2b6029dbcaadf94805",
"squashfs": "linuxkit/mkimage-squashfs:b44d00b0a336fd32c122ff32bd2b39c36a965135", "squashfs": "linuxkit/mkimage-squashfs:99efca8bc93737fcb56880c444b9142a2166a79e",
"gcp": "linuxkit/mkimage-gcp:e6cdcf859ab06134c0c37a64ed5f886ec8dae1a1", "gcp": "linuxkit/mkimage-gcp:e6cdcf859ab06134c0c37a64ed5f886ec8dae1a1",
"qcow2-efi": "linuxkit/mkimage-qcow2-efi:787b54906e14a56b9f1da35dcc8e46bd58435285", "qcow2-efi": "linuxkit/mkimage-qcow2-efi:2525659ffe71502f4307766c2321075350c3448e",
"vhd": "linuxkit/mkimage-vhd:3820219e5c350fe8ab2ec6a217272ae82f4b9242", "vhd": "linuxkit/mkimage-vhd:3820219e5c350fe8ab2ec6a217272ae82f4b9242",
"dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:743ac9959fe6d3912ebd78b4fd490b117c53f1a6", "dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:743ac9959fe6d3912ebd78b4fd490b117c53f1a6",
"vmdk": "linuxkit/mkimage-vmdk:cee81a3ed9c44ae446ef7ebff8c42c1e77b3e1b5", "vmdk": "linuxkit/mkimage-vmdk:cee81a3ed9c44ae446ef7ebff8c42c1e77b3e1b5",
"rpi3": "linuxkit/mkimage-rpi3:0f23c4f37cdca99281ca33ac6188e1942fa7a2b8", "rpi3": "linuxkit/mkimage-rpi3:0cedb2da51efe25309bef391e5c904cef645b5ea",
} }
if err := moby.UpdateOutputImages(imgs); err != nil { if err := moby.UpdateOutputImages(imgs); err != nil {
log.Fatalf("Failed to register mkimage-*. %v", err) log.Fatalf("Failed to register mkimage-*. %v", err)

View File

@ -20,7 +20,7 @@ import (
// QemuImg is the version of qemu container // QemuImg is the version of qemu container
const ( const (
QemuImg = "linuxkit/qemu:099ab6ec9a2f38947e839e5f6a02fa0af3529440" QemuImg = "linuxkit/qemu:e85ce22b5c133eafbd3e6f110512e53d2e1e1596"
defaultFWPath = "/usr/share/ovmf/bios.bin" defaultFWPath = "/usr/share/ovmf/bios.bin"
) )

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: dhcpcd - name: dhcpcd
image: linuxkit/dhcpcd:01069780f536da8eb7745df7478a97253403b63d image: linuxkit/dhcpcd:v0.4
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,11 +2,11 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "10"] command: ["/bin/sh", "/poweroff.sh", "10"]
trust: trust:
org: org:

View File

@ -2,12 +2,12 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0" cmdline: "console=ttyS0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
- linuxkit/containerd:f197e7cbb2ede4370b75127c76de6f7b2e3d9873 - linuxkit/containerd:v0.4
services: services:
- name: acpid - name: acpid
image: linuxkit/acpid:6c05004a07f4f9228aec89605d5c72b184695d2a image: linuxkit/acpid:v0.4
trust: trust:
org: org:
- linuxkit - linuxkit

View File

@ -2,13 +2,13 @@ kernel:
image: linuxkit/kernel:4.4.131 image: linuxkit/kernel:4.4.131
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,13 +2,13 @@ kernel:
image: linuxkit/kernel:4.9.99 image: linuxkit/kernel:4.9.99
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,13 +2,13 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,13 +2,13 @@ kernel:
image: linuxkit/kernel:4.16.8 image: linuxkit/kernel:4.16.8
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check-kernel-config - name: check-kernel-config
image: linuxkit/test-kernel-config:12d9e1153ea4eec2ddb155ab2a782faca5f503e0 image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:4.4.131 image: linuxkit/kernel:4.4.131
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,7 +13,7 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:4.9.99 image: linuxkit/kernel:4.9.99
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,7 +13,7 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:4.14.40 image: linuxkit/kernel:4.14.40
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,7 +13,7 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -2,8 +2,8 @@ kernel:
image: linuxkit/kernel:4.16.8 image: linuxkit/kernel:4.16.8
cmdline: "console=ttyS0 console=ttyAMA0" cmdline: "console=ttyS0 console=ttyAMA0"
init: init:
- linuxkit/init:11929b0007b87384f7372e9265067479c4616586 - linuxkit/init:v0.4
- linuxkit/runc:acba8886e4b1318457c711700f695a02fef9493d - linuxkit/runc:v0.4
onboot: onboot:
- name: check - name: check
image: kmod-test image: kmod-test
@ -13,7 +13,7 @@ onboot:
capabilities: capabilities:
- all - all
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]
trust: trust:
org: org:

View File

@ -1,10 +1,10 @@
onboot: onboot:
- name: test-ns - name: test-ns
image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"] command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"]
mounts: # for runc mounts: # for runc
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -1,10 +1,10 @@
onboot: onboot:
- name: test-ns - name: test-ns
image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"] command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"]
mounts: # for runc mounts: # for runc
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -1,10 +1,10 @@
onboot: onboot:
- name: test-ns - name: test-ns
image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
mounts: # for runc mounts: # for runc
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

View File

@ -1,10 +1,10 @@
onboot: onboot:
- name: test-ns - name: test-ns
image: linuxkit/test-ns:5a3bd9e85fbaade639cb0c285780506a6c2f0d7c image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5
command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"]
mounts: # for runc mounts: # for runc
- type: cgroup - type: cgroup
options: ["rw"] options: ["rw"]
- name: poweroff - name: poweroff
image: linuxkit/poweroff:5740687bf0a6a0480922c0f59b3a4ca77c866cae image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20
command: ["/bin/sh", "/poweroff.sh", "3"] command: ["/bin/sh", "/poweroff.sh", "3"]

Some files were not shown because too many files have changed in this diff Show More