mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-29 20:27:55 +00:00
Merge pull request #3297 from rn/alpine_3.9
Update to Alpine Linux 3.9 (plus cadvisor and linux-firmware update)
This commit is contained in:
@@ -3,7 +3,7 @@ jobs:
|
||||
build:
|
||||
working_directory: /go/src/github.com/linuxkit/linuxkit
|
||||
docker:
|
||||
- image: circleci/golang:1.10-stretch
|
||||
- image: circleci/golang:1.11-stretch
|
||||
steps:
|
||||
- checkout
|
||||
- run: mkdir -p ./bin
|
||||
|
||||
2
AUTHORS
2
AUTHORS
@@ -56,6 +56,7 @@ Jeffrey Hogan <jeff.hogan1@gmail.com>
|
||||
Jeremy Yallop <yallop@docker.com>
|
||||
Jes Ferrier <jes.ferrier@gmail.com>
|
||||
Jesse Adametz <jesseadametz@gmail.com>
|
||||
Johannes Würbach <johannes.wuerbach@googlemail.com>
|
||||
John Albietz <inthecloud247@gmail.com>
|
||||
Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
|
||||
Justin Barrick <jbarrick@cloudflare.com>
|
||||
@@ -125,6 +126,7 @@ Tiejun Chen <tiejun.china@gmail.com>
|
||||
Tim Potter <tpot@hpe.com>
|
||||
Tobias Gesellchen <tobias@gesellix.de>
|
||||
Tobias Klauser <tklauser@distanz.ch>
|
||||
Tomas Knappek <tomas.knappek@gmail.com>
|
||||
Tristan Slominski <tristan.slominski@gmail.com>
|
||||
Tycho Andersen <tycho@docker.com>
|
||||
Vincent Demeester <Vincent.Demeester@docker.com>
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
VERSION="v0.6+"
|
||||
GIT_COMMIT=$(shell git rev-list -1 HEAD)
|
||||
|
||||
GO_COMPILE=linuxkit/go-compile:e1204ce9921c1d45362a374e06be7234d3bf1184
|
||||
GO_COMPILE=linuxkit/go-compile:0a927ab41060951b15645f0f9cc257ec810c0a0f
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
LINUXKIT?=bin/linuxkit.exe
|
||||
|
||||
@@ -22,7 +22,7 @@ docker run -it --rm \
|
||||
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
|
||||
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
|
||||
--entrypoint /go/bin/vndr \
|
||||
linuxkit/go-compile:e1204ce9921c1d45362a374e06be7234d3bf1184
|
||||
linuxkit/go-compile:0a927ab41060951b15645f0f9cc257ec810c0a0f
|
||||
```
|
||||
|
||||
To update a single dependency:
|
||||
@@ -32,7 +32,7 @@ docker run -it --rm \
|
||||
-v $(pwd):/go/src/github.com/linuxkit/linuxkit \
|
||||
-w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \
|
||||
--entrypoint /go/bin/vndr \
|
||||
linuxkit/go-compile:e1204ce9921c1d45362a374e06be7234d3bf1184
|
||||
linuxkit/go-compile:0a927ab41060951b15645f0f9cc257ec810c0a0f
|
||||
github.com/docker/docker
|
||||
```
|
||||
|
||||
|
||||
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
||||
@@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:v0.6
|
||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:v0.6
|
||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
||||
|
||||
- name: docker
|
||||
image: docker:18.06.0-ce-dind
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
- /etc/docker/daemon.json:/etc/docker/daemon.json
|
||||
command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"]
|
||||
- name: cadvisor
|
||||
image: linuxkit/cadvisor:v0.6
|
||||
image: linuxkit/cadvisor:0fbe6a4a89a555d749ea99735477833757d24d5d
|
||||
files:
|
||||
- path: var/lib/docker
|
||||
directory: true
|
||||
|
||||
@@ -2,30 +2,30 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.88
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
|
||||
- linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe
|
||||
- linuxkit/containerd:326b096cd5fbab0f864e52721d036cade67599d6
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"]
|
||||
- name: loop
|
||||
image: linuxkit/losetup:b05ffc8641cc955abe45f6730cbe6d723b63bd3f
|
||||
image: linuxkit/losetup:4ceebb2672031d87a8fa60ac5e93e54c2ff1f0f2
|
||||
command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c
|
||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
||||
command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
@@ -34,11 +34,11 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
files:
|
||||
- path: etc/dm-crypt/key
|
||||
# the below key is just to keep the example self-contained
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.88
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1
|
||||
- linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe
|
||||
- linuxkit/containerd:326b096cd5fbab0f864e52721d036cade67599d6
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
command: ["/usr/bin/format", "/dev/sda"]
|
||||
- name: dm-crypt
|
||||
image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c
|
||||
image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab
|
||||
command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"]
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"]
|
||||
- name: bbox
|
||||
image: busybox
|
||||
@@ -28,11 +28,11 @@ onboot:
|
||||
- /var:/var
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
files:
|
||||
- path: etc/dm-crypt/key
|
||||
# the below key is just to keep the example self-contained
|
||||
|
||||
@@ -3,34 +3,34 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/vpnkit-expose-port:b5f279abaa0386efeb3c03f46771609ff7c25bc3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
# support metadata for optional config in /run/config
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:v0.6
|
||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:e2d222038867ebd13b0b723c8351be559267050b
|
||||
image: linuxkit/binfmt:1d336b31146564a799673ff1a869c9717c2a86e0
|
||||
# Format and mount the disk image in /var/lib/docker
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/var/lib"]
|
||||
# make a swap file on the mounted disk
|
||||
- name: swap
|
||||
image: linuxkit/swap:v0.6
|
||||
image: linuxkit/swap:0b230ed5cbf5f920935f371dfa9e34d838d863fe
|
||||
command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
|
||||
# mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
|
||||
- name: mount-vpnkit
|
||||
image: alpine:3.8
|
||||
image: alpine:3.9
|
||||
binds:
|
||||
- /var/:/host_var:rbind,rshared
|
||||
capabilities:
|
||||
@@ -39,46 +39,46 @@ onboot:
|
||||
command: ["sh", "-c", "mkdir -p /host_var/vpnkit/port && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"]
|
||||
# move logs to the mounted disk (this is a temporary fix until we can limit the log sizes)
|
||||
- name: move-logs
|
||||
image: alpine:3.8
|
||||
image: alpine:3.9
|
||||
binds:
|
||||
- /var:/host_var
|
||||
command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Enable acpi to shutdown on power events
|
||||
- name: acpid
|
||||
image: linuxkit/acpid:v0.6
|
||||
image: linuxkit/acpid:c4559f5fdce997de5dedc4c750c7a0d1044b3425
|
||||
# Enable getty for easier debugging
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Run ntpd to keep time synchronised in the VM
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:v0.6
|
||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
||||
# VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
|
||||
# to a socket on the host.
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f
|
||||
image: linuxkit/vsudd:ad3014aba09dd15a82fae6e0f18c482810490c9a
|
||||
binds:
|
||||
- /var/run:/var/run
|
||||
command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
|
||||
# vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
|
||||
# It needs access to the vpnkit 9P coordination share
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:v0.6
|
||||
image: linuxkit/vpnkit-forwarder:47a75f790250c01d18d0463de9d9943dab50f027
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
command: ["/vpnkit-forwarder", "-vsockPort", "62373"]
|
||||
# Monitor for image deletes and invoke a TRIM on the container filesystem
|
||||
- name: trim-after-delete
|
||||
image: linuxkit/trim-after-delete:v0.6
|
||||
image: linuxkit/trim-after-delete:05a7b353e54371d396655610afbd5d0b830e16ac
|
||||
# When the host resumes from sleep, force a clock resync
|
||||
- name: host-timesync-daemon
|
||||
image: linuxkit/host-timesync-daemon:613dc55e67470ec375335a1958650c3711dc4aa6
|
||||
image: linuxkit/host-timesync-daemon:dfe46e1f3227ac10d98655d95b2061283afc2f3d
|
||||
# Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
|
||||
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
|
||||
# for vpnkit coordination and /run/config/docker for the configuration file.
|
||||
|
||||
@@ -2,31 +2,31 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:v0.6
|
||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:v0.6
|
||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
||||
- name: docker
|
||||
image: docker:18.06.0-ce-dind
|
||||
capabilities:
|
||||
|
||||
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
# to make insecure with passwordless root login, uncomment following lines
|
||||
#env:
|
||||
# - INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
||||
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,7 +18,7 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
runtime:
|
||||
@@ -30,7 +30,7 @@ services:
|
||||
destination: writeable-host-etc
|
||||
options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"]
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,17 +2,17 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: influxdb
|
||||
|
||||
@@ -3,31 +3,31 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/memlogd:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
- linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
# Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
# A service which generates log messages for testing
|
||||
- name: write-to-the-logs
|
||||
image: alpine:3.8
|
||||
image: alpine:3.9
|
||||
command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ]
|
||||
- name: write-and-rotate-logs
|
||||
image: linuxkit/logwrite:v0.6
|
||||
image: linuxkit/logwrite:62cbf48ee2fcd374f26de7b901adc287ff6f4696
|
||||
- name: kmsg
|
||||
image: linuxkit/kmsg:v0.6
|
||||
image: linuxkit/kmsg:9329a7bb25b27974d74b765fe15d5f1b76609198
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
||||
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: node_exporter
|
||||
image: linuxkit/node_exporter:v0.6
|
||||
image: linuxkit/node_exporter:4e895be53436f2732f206302f193d5e7b0a1a841
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
command: ["/usr/bin/metadata", "openstack"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -10,5 +10,5 @@ kernel:
|
||||
ucode: ""
|
||||
onboot:
|
||||
- name: modprobe
|
||||
image: linuxkit/modprobe:v0.6
|
||||
image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89
|
||||
command: ["modprobe", "nicvf"]
|
||||
|
||||
@@ -3,32 +3,32 @@ kernel:
|
||||
cmdline: console=ttyS1
|
||||
ucode: intel-ucode.cpio
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/firmware:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
- linuxkit/firmware:0e37338a2c994f768fc4569fce47fcf8d9133506
|
||||
onboot:
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
command: ["/usr/bin/metadata", "packet"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
||||
@@ -4,16 +4,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
# Currently redis:4.0.6-alpine has trust issue with multi-arch
|
||||
|
||||
@@ -2,24 +2,24 @@ kernel:
|
||||
image: linuxkit/kernel:4.14.87-rt
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: open-vm-tools
|
||||
image: linuxkit/open-vm-tools:v0.6
|
||||
image: linuxkit/open-vm-tools:ff7d6c5789fe82c901c8a83a20f5a4182838cb3d
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,28 +2,28 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: rngd1
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
command: ["/sbin/rngd", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
files:
|
||||
- path: root/.ssh/authorized_keys
|
||||
source: ~/.ssh/id_rsa.pub
|
||||
|
||||
@@ -2,33 +2,33 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/var/external"]
|
||||
- name: swap
|
||||
image: linuxkit/swap:v0.6
|
||||
image: linuxkit/swap:0b230ed5cbf5f920935f371dfa9e34d838d863fe
|
||||
# to use unencrypted swap, use:
|
||||
# command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"]
|
||||
command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -2,25 +2,25 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.38
|
||||
cmdline: "console=tty0 console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: tss
|
||||
image: linuxkit/tss:v0.6
|
||||
image: linuxkit/tss:8c5284d5302485234c6390e00c42546bc505a5ca
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
files:
|
||||
- path: etc/getty.shadow
|
||||
# sample sets password for root to "abcdefgh" (without quotes)
|
||||
|
||||
@@ -2,22 +2,22 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: mount-vpnkit
|
||||
image: alpine:3.8
|
||||
image: alpine:3.9
|
||||
binds:
|
||||
- /var/:/host_var:rbind,rshared
|
||||
capabilities:
|
||||
@@ -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"]
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
- name: vpnkit-forwarder
|
||||
image: linuxkit/vpnkit-forwarder:v0.6
|
||||
image: linuxkit/vpnkit-forwarder:47a75f790250c01d18d0463de9d9943dab50f027
|
||||
binds:
|
||||
- /var/vpnkit:/port
|
||||
net: host
|
||||
|
||||
@@ -2,16 +2,16 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: vsudd
|
||||
image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f
|
||||
image: linuxkit/vsudd:ad3014aba09dd15a82fae6e0f18c482810490c9a
|
||||
binds:
|
||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||
command: ["/vsudd",
|
||||
|
||||
@@ -2,27 +2,27 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: metadata
|
||||
image: linuxkit/metadata:v0.6
|
||||
image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
binds:
|
||||
- /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys
|
||||
- name: nginx
|
||||
|
||||
@@ -2,18 +2,18 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: wg0
|
||||
image: linuxkit/ip:v0.6
|
||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -26,7 +26,7 @@ onboot:
|
||||
bindNS:
|
||||
net: /run/netns/wg0
|
||||
- name: wg1
|
||||
image: linuxkit/ip:v0.6
|
||||
image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b
|
||||
net: new
|
||||
binds:
|
||||
- /etc/wireguard:/etc/wireguard
|
||||
@@ -40,12 +40,12 @@ onboot:
|
||||
net: /run/netns/wg1
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
net: /run/netns/wg1
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
net: /run/netns/wg0
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:4768505d40f23e198011b6f2c796f985fe50ec39 AS kernel-build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS kernel-build
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
automake \
|
||||
@@ -16,8 +16,6 @@ RUN apk add \
|
||||
installkernel \
|
||||
kmod \
|
||||
libelf-dev \
|
||||
libressl \
|
||||
libressl-dev \
|
||||
linux-headers \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
@@ -174,16 +172,6 @@ RUN DVER=$(basename $(find /tmp/kernel-modules/lib/modules/ -mindepth 1 -maxdept
|
||||
|
||||
RUN printf "KERNEL_SOURCE=${KERNEL_SOURCE}\n" > /out/kernel-source-info
|
||||
|
||||
# perf
|
||||
# Only build perf for the latest LTS and the latest stable kernel.
|
||||
# Skip arm64 for now as perf for 4.19.x fails to build.
|
||||
RUN if [ "${KERNEL_SERIES}" != 4.9.x ] && [ $(uname -m) != aarch64 ]; then \
|
||||
mkdir -p /build/perf && \
|
||||
make -C tools/perf LDFLAGS=-static O=/build/perf && \
|
||||
strip /build/perf/perf && \
|
||||
cp /build/perf/perf /out; \
|
||||
fi
|
||||
|
||||
# Download Intel ucode and create a CPIO archive for it
|
||||
ENV UCODE_URL=https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
||||
RUN set -e && \
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
ARG IMAGE
|
||||
FROM ${IMAGE} as ksrc
|
||||
|
||||
FROM linuxkit/alpine:8a89682421abf0d886d777235a05f4a04a736df2 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN apk update && apk upgrade -a && \
|
||||
apk add --no-cache \
|
||||
argp-standalone \
|
||||
@@ -103,7 +103,7 @@ RUN mkdir -p /out/usr/bin && \
|
||||
RUN mkdir -p /out/usr/local/share/ && \
|
||||
cp -a /usr/local/share/lua /out/usr/local/share/
|
||||
|
||||
FROM linuxkit/alpine:8a89682421abf0d886d777235a05f4a04a736df2 as mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk update && apk upgrade -a && \
|
||||
apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:4768505d40f23e198011b6f2c796f985fe50ec39 AS kernel-build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS kernel-build
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
bison \
|
||||
|
||||
@@ -1,10 +1,43 @@
|
||||
# This Dockerfile extracts the perf utility from a kernel package and
|
||||
# places it into a scratch image
|
||||
# This Dockerfile extracts the source code and headers from a kernel package,
|
||||
# builds the perf utility, and places it into a scratch image
|
||||
ARG IMAGE
|
||||
FROM ${IMAGE} AS kernel
|
||||
FROM ${IMAGE} AS ksrc
|
||||
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN apk add \
|
||||
argp-standalone \
|
||||
bash \
|
||||
bc \
|
||||
binutils-dev \
|
||||
bison \
|
||||
build-base \
|
||||
diffutils \
|
||||
flex \
|
||||
gmp-dev \
|
||||
installkernel \
|
||||
kmod \
|
||||
libelf-dev \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
sed \
|
||||
tar \
|
||||
xz \
|
||||
xz-dev \
|
||||
zlib-dev
|
||||
|
||||
COPY --from=ksrc /linux.tar.xz /kernel-headers.tar /
|
||||
RUN tar xf linux.tar.xz && \
|
||||
tar xf kernel-headers.tar
|
||||
|
||||
WORKDIR /linux
|
||||
|
||||
RUN mkdir -p /out && \
|
||||
make -C tools/perf LDFLAGS=-static && \
|
||||
strip tools/perf/perf && \
|
||||
cp tools/perf/perf /out
|
||||
|
||||
FROM scratch
|
||||
ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
COPY --from=kernel /perf /usr/bin/perf
|
||||
COPY --from=build /out/perf /usr/bin/perf
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ARG IMAGE
|
||||
FROM ${IMAGE} AS ksrc
|
||||
FROM linuxkit/alpine:4768505d40f23e198011b6f2c796f985fe50ec39 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN apk add \
|
||||
attr-dev \
|
||||
autoconf \
|
||||
|
||||
@@ -157,10 +157,9 @@ fetch: sources/linux-$(1).tar.xz
|
||||
# with DCT as part of the dependency on build_$(2)$(3)$(4) and then build
|
||||
# with DOCKER_CONTENT_TRUST explicitly set to 0
|
||||
|
||||
# Only build perf for the latest LTS and the latest stable kernel
|
||||
ifneq ($(2), $(filter $(2),4.9.x))
|
||||
ifneq ($(ARCH),aarch64)
|
||||
# Skip arm64 for now as perf for 4.19.x fails to build.
|
||||
# Skip perf build for now. See:
|
||||
# https://github.com/linuxkit/linuxkit/issues/3299
|
||||
ifeq ($(ARCH),SKIP)
|
||||
build_perf_$(2)$(3)$(4): build_$(2)$(3)$(4)
|
||||
docker pull $(ORG)/$(IMAGE_PERF):$(1)$(3)$(4)-$(TAG)$(SUFFIX) || \
|
||||
DOCKER_CONTENT_TRUST=0 docker build -f Dockerfile.perf \
|
||||
@@ -194,7 +193,6 @@ forcebuild: forcebuild_perf_$(2)$(3)$(4)
|
||||
push: push_perf_$(2)$(3)$(4)
|
||||
forcepush: forcepush_perf_$(2)$(3)$(4)
|
||||
endif
|
||||
endif
|
||||
|
||||
# Only build BCC on x86 and only on latest LTS and latest stable kernels.
|
||||
ifeq ($(ARCH),x86_64)
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 6.4.0) 6.4.0
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=60400
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 6.4.0) 6.4.0
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=60400
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 6.4.0) 6.4.0
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=60400
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 6.4.0) 6.4.0
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=60400
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 6.4.0) 6.4.0
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=60400
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
|
||||
#
|
||||
# Compiler: gcc (Alpine 6.4.0) 6.4.0
|
||||
# Compiler: gcc (Alpine 8.2.0) 8.2.0
|
||||
#
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=60400
|
||||
CONFIG_GCC_VERSION=80200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
CONFIG_IRQ_WORK=y
|
||||
CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
|
||||
16
linuxkit.yml
16
linuxkit.yml
@@ -2,15 +2,15 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=tty0 console=ttyS0 console=ttyAMA0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
onshutdown:
|
||||
- name: shutdown
|
||||
@@ -18,11 +18,11 @@ onshutdown:
|
||||
command: ["/bin/echo", "so long and thanks for all the fish"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
@@ -6,7 +6,7 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
busybox
|
||||
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror2
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror2
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
busybox-initscripts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
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
|
||||
|
||||
@@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y qemu-user-static && \
|
||||
mv /usr/bin/qemu-ppc64le-static /usr/bin/qemu-ppc64le && \
|
||||
mv /usr/bin/qemu-s390x-static /usr/bin/qemu-s390x
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -34,4 +34,4 @@ FROM scratch
|
||||
ENTRYPOINT []
|
||||
CMD []
|
||||
WORKDIR /
|
||||
COPY --from=build /bpftrace/build/src/bpftrace /usr/bin/bpftrace
|
||||
COPY --from=build /bpftrace/build/src/bpftrace /usr/bin/bpftrace
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
image: bpftrace
|
||||
network: true
|
||||
arches:
|
||||
- amd64
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 as alpine
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as alpine
|
||||
|
||||
RUN apk add ca-certificates
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 as build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as build
|
||||
|
||||
RUN apk add --no-cache bash go git musl-dev linux-headers make
|
||||
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
ENV GITREPO=github.com/google/cadvisor
|
||||
ENV COMMIT=v0.30.2
|
||||
ENV COMMIT=v0.33.0
|
||||
|
||||
ADD /static.patch /tmp/
|
||||
|
||||
@@ -16,7 +16,7 @@ RUN go get -d ${GITREPO} \
|
||||
&& mv cadvisor /usr/bin/
|
||||
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:9f00542b8b74b7815936affb11dedb86945fe4ac as alpine
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as alpine
|
||||
RUN apk add tzdata
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/containerd/containerd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
alpine-baselayout \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
alpine-baselayout \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
@@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
&& true
|
||||
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN apk add --no-cache git
|
||||
|
||||
# Make sure you also update the FW_COMMIT in ../firmware/Dockerfile
|
||||
ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
ENV FW_COMMIT=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
ENV FW_COMMIT=9ee52be785cf91fc6a3c6aa27d484873f8270b72
|
||||
|
||||
RUN mkdir -p /out/lib && \
|
||||
cd /out/lib && \
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Make modules from a recentish kernel available
|
||||
FROM linuxkit/kernel:4.14.28 AS kernel
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN apk add --no-cache git kmod
|
||||
|
||||
# Clone the firmware repository
|
||||
# Make sure you also update the FW_COMMIT in ../firmware-all/Dockerfile
|
||||
ENV FW_URL=git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
|
||||
ENV FW_COMMIT=d1147327232ec4616a66ab898df84f9700c816c1
|
||||
ENV FW_COMMIT=9ee52be785cf91fc6a3c6aa27d484873f8270b72
|
||||
WORKDIR /
|
||||
RUN git clone ${FW_URL} && \
|
||||
cd /linux-firmware && \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
@@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
&& true
|
||||
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev git
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:9f00542b8b74b7815936affb11dedb86945fe4ac AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers
|
||||
|
||||
ADD usermode-helper.c ./
|
||||
@@ -16,7 +16,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 go-compile.sh /go/src/cmd/service
|
||||
|
||||
FROM linuxkit/alpine:9f00542b8b74b7815936affb11dedb86945fe4ac AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
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
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add curl
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev linux-headers
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
alpine-baselayout \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev linux-headers
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
@@ -9,7 +9,7 @@ RUN apk add --no-cache --initdb -p /out \
|
||||
&& true
|
||||
RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache
|
||||
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 as build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as build
|
||||
|
||||
RUN apk add --no-cache go git musl-dev make
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
alpine-baselayout \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN mkdir -p /out/var/run
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go gcc musl-dev linux-headers
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:9f00542b8b74b7815936affb11dedb86945fe4ac as alpine
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed as alpine
|
||||
RUN \
|
||||
apk add \
|
||||
bash \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# We need the `fstrim` binary:
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/
|
||||
RUN apk add --no-cache --initdb -p /out \
|
||||
alpine-baselayout \
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
ENV TROUSERS_COMMIT de57f069ef2297d6a6b3a0353e217a5a2f66e444
|
||||
ENV TPM_TOOLS_COMMIT bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS build
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS build
|
||||
|
||||
RUN apk add --no-cache go musl-dev git build-base
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev git build-base
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM linuxkit/alpine:3683c9a66cd4da40bd7d6c7da599b2dcd738b559 AS mirror
|
||||
FROM linuxkit/alpine:518c2ed0f398c5508969ac5e033607201fb419ed AS mirror
|
||||
|
||||
RUN apk add --no-cache go musl-dev git build-base
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
|
||||
@@ -2,7 +2,7 @@ kernel:
|
||||
image: linuxkit/kernel-clear-containers:4.9.x
|
||||
cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c
|
||||
|
||||
@@ -2,32 +2,32 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:v0.6
|
||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:v0.6
|
||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
||||
- name: docker
|
||||
image: docker:18.06.0-ce-dind
|
||||
capabilities:
|
||||
|
||||
@@ -2,32 +2,32 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: sysfs
|
||||
image: linuxkit/sysfs:v0.6
|
||||
image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
- name: format
|
||||
image: linuxkit/format:v0.6
|
||||
image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14
|
||||
- name: mount
|
||||
image: linuxkit/mount:v0.6
|
||||
image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe
|
||||
command: ["/usr/bin/mountie", "/var/lib/docker"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: ntpd
|
||||
image: linuxkit/openntpd:v0.6
|
||||
image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3
|
||||
- name: docker
|
||||
image: docker:18.06.0-ce-dind
|
||||
capabilities:
|
||||
|
||||
@@ -2,20 +2,20 @@ kernel:
|
||||
image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
- linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -2,7 +2,7 @@ kernel:
|
||||
image: mobylinux/kernel-landlock:4.9.x
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9
|
||||
- mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b
|
||||
- mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935
|
||||
|
||||
@@ -2,16 +2,16 @@ kernel:
|
||||
image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540"
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
onboot:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
||||
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.34
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
- samoht/fdd
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
files:
|
||||
- path: etc/init.d/020-fdd-init
|
||||
mode: "0700"
|
||||
|
||||
@@ -2,12 +2,12 @@ kernel:
|
||||
image: linuxkit/kernel:4.19.26
|
||||
cmdline: "console=ttyS0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcp-client
|
||||
image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585
|
||||
net: host
|
||||
@@ -28,9 +28,9 @@ onboot:
|
||||
- /lib:/lib # for ifconfig
|
||||
services:
|
||||
- name: sshd
|
||||
image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320
|
||||
image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
files:
|
||||
|
||||
@@ -2,18 +2,18 @@ kernel:
|
||||
image: okernel:latest
|
||||
cmdline: "console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
services:
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
trust:
|
||||
|
||||
@@ -2,23 +2,23 @@ kernel:
|
||||
image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5
|
||||
cmdline: "console=ttyS0 console=tty0 page_poison=1"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069
|
||||
- linuxkit/ca-certificates:v0.6
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
- linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97
|
||||
- linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:v0.6
|
||||
image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:v0.6
|
||||
image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
services:
|
||||
- name: getty
|
||||
image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478
|
||||
image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205
|
||||
env:
|
||||
- INSECURE=true
|
||||
- name: rngd
|
||||
image: linuxkit/rngd:v0.6
|
||||
image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce
|
||||
- name: nginx
|
||||
image: nginx:1.13.8-alpine
|
||||
capabilities:
|
||||
|
||||
@@ -113,7 +113,7 @@ func createStorageAccount(accountName, location string, resourceGroup resources.
|
||||
Sku: &storage.Sku{
|
||||
Name: storage.StandardLRS,
|
||||
},
|
||||
Location: &location,
|
||||
Location: &location,
|
||||
AccountPropertiesCreateParameters: &storage.AccountPropertiesCreateParameters{},
|
||||
}
|
||||
|
||||
@@ -332,7 +332,7 @@ func createNetworkInterface(resourceGroup resources.Group, networkInterfaceName
|
||||
InterfaceIPConfigurationPropertiesFormat: &network.InterfaceIPConfigurationPropertiesFormat{
|
||||
PublicIPAddress: &publicIPAddress,
|
||||
PrivateIPAllocationMethod: network.Dynamic,
|
||||
Subnet: &subnet,
|
||||
Subnet: &subnet,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -219,7 +219,7 @@ func getAuth(cli *client.Client, refStr string) string {
|
||||
// Normalise ref
|
||||
ref, err := distref.ParseNormalizedNamed(refStr)
|
||||
if err != nil {
|
||||
log.Debugf("Failed to parse reference %s: %v: %v", refStr, err)
|
||||
log.Debugf("Failed to parse reference %s: %v", refStr, err)
|
||||
return ""
|
||||
}
|
||||
hostname := distref.Domain(ref)
|
||||
|
||||
@@ -17,13 +17,13 @@ kernel:
|
||||
image: linuxkit/kernel:4.9.39
|
||||
cmdline: "console=ttyS0"
|
||||
init:
|
||||
- linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848
|
||||
- linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35
|
||||
- linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0
|
||||
- linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af
|
||||
onboot:
|
||||
- name: mkimage
|
||||
image: linuxkit/mkimage:v0.6
|
||||
image: linuxkit/mkimage:a8680e89070591c8b9e80d54e185787c19921668
|
||||
- name: poweroff
|
||||
image: linuxkit/poweroff:afe8f7dd0d47a7991c54519b0f09124cb8c4e300
|
||||
image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1
|
||||
trust:
|
||||
org:
|
||||
- linuxkit
|
||||
|
||||
@@ -16,18 +16,18 @@ import (
|
||||
|
||||
var (
|
||||
outputImages = map[string]string{
|
||||
"iso": "linuxkit/mkimage-iso:b5403fcaedec7fad46d69bf0d4a8704a24ac82ca",
|
||||
"iso-bios": "linuxkit/mkimage-iso-bios:f80dec8fd20b00b3f0689daebb4eb4f72bb8ccba",
|
||||
"iso": "linuxkit/mkimage-iso:17c68596851349c9d8917459116f7d3409f12fdd",
|
||||
"iso-bios": "linuxkit/mkimage-iso-bios:50aedc359bc13ee2d472a73d6e6740740b809c95",
|
||||
"iso-efi": "linuxkit/mkimage-iso-efi:248673cd3784eb3664d0f80b5bd31829465ca784",
|
||||
"raw-bios": "linuxkit/mkimage-raw-bios:6b4890aacfae5b010c9adb72d32c5f0edc366523",
|
||||
"raw-bios": "linuxkit/mkimage-raw-bios:71a966249ffbb23a499cfca280bbabb8afbbd530",
|
||||
"raw-efi": "linuxkit/mkimage-raw-efi:a01ff1621b9945a63675e2a73d3fda064fad3c3f",
|
||||
"squashfs": "linuxkit/mkimage-squashfs:60d9d141c49796f9a30bd2467884ea5c1813621f",
|
||||
"squashfs": "linuxkit/mkimage-squashfs:c409c0f2045a0b9bffec38b981994a3e02852443",
|
||||
"gcp": "linuxkit/mkimage-gcp:e6cdcf859ab06134c0c37a64ed5f886ec8dae1a1",
|
||||
"qcow2-efi": "linuxkit/mkimage-qcow2-efi:74cc5c7c4064c7d25d3caf08ab51cddd9b840ebe",
|
||||
"vhd": "linuxkit/mkimage-vhd:3820219e5c350fe8ab2ec6a217272ae82f4b9242",
|
||||
"dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:743ac9959fe6d3912ebd78b4fd490b117c53f1a6",
|
||||
"vmdk": "linuxkit/mkimage-vmdk:cee81a3ed9c44ae446ef7ebff8c42c1e77b3e1b5",
|
||||
"rpi3": "linuxkit/mkimage-rpi3:8b36b2cd7f19a71319a38c5c5059e655f3114cb0",
|
||||
"rpi3": "linuxkit/mkimage-rpi3:b787b1210a0e13456a8f128722f1134e3933907b",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user