mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 11:13:22 +00:00 
			
		
		
		
	
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -5,7 +5,7 @@ all: default | |||||||
| VERSION="0.0" # dummy for now | VERSION="0.0" # dummy for now | ||||||
| GIT_COMMIT=$(shell git rev-list -1 HEAD) | GIT_COMMIT=$(shell git rev-list -1 HEAD) | ||||||
|  |  | ||||||
| GO_COMPILE=linuxkit/go-compile:20621b2539e546a8c94e625928f8d59f12684398 | GO_COMPILE=linuxkit/go-compile:758282e180b4bcc7259f77edd22c46b890be2549 | ||||||
|  |  | ||||||
| MOBY?=bin/moby | MOBY?=bin/moby | ||||||
| LINUXKIT?=bin/linuxkit | LINUXKIT?=bin/linuxkit | ||||||
|   | |||||||
| @@ -3,26 +3,26 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 page_poison=1" |   cmdline: "console=ttyS0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/vpnkit-expose-port:62c36a9df76b53b36103783040d26246a5670697 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host |   - linuxkit/vpnkit-expose-port:0832f0cfdfc02214680588a5018619cd1eb4b93f # install vpnkit-expose-port and vpnkit-iptables-wrapper on host | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   # support metadata for optional config in /var/config |   # support metadata for optional config in /var/config | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: sysfs |   - name: sysfs | ||||||
|     image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 |     image: linuxkit/sysfs:a844eb2ac09df07f5eda89d5588d76bf8d96cfca | ||||||
|   - name: binfmt |   - name: binfmt | ||||||
|     image: linuxkit/binfmt:dff7a32108d8e40922027642b598b4eb011f46bb |     image: linuxkit/binfmt:7b2fdd981f3cdb5d21961e7d584e600af5a934a0 | ||||||
|   # 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:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e |     image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f | ||||||
|     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 | ||||||
| @@ -61,24 +61,24 @@ services: | |||||||
|   # 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:c6afbe7c0abc87e9aa204fa98247f8b05dee3488 |     image: linuxkit/vsudd:a0336f99442a81e5f9bb117353c0c74455f5556b | ||||||
|     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:41dea19da37ce88d351ef3bd612004fb455a5a71 |     image: linuxkit/vpnkit-forwarder:42e88e9338c3b93eda79f6582f58d87fd78d0001 | ||||||
|     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:75f57f502528aa16dea1f9ac78b8993b217917fb |     image: linuxkit/trim-after-delete:b20b16638f6712ce83699ae4aea5a6e8d3658db3 | ||||||
|   # 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:a5f86805ac54c086fc1ef6fa107d50a13ef2ec7e |     image: linuxkit/host-timesync-daemon:5d706ccc6d0d3e5b4b5d798deafde2e76acfe01d | ||||||
|  |  | ||||||
| trust: | trust: | ||||||
|     org: |     org: | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ kernel: | |||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
|   tar: none |   tar: none | ||||||
| init: | init: | ||||||
|   - linuxkit/init-lcow:50112be5023c21bf5a355323243c56b30890bc89 |   - linuxkit/init-lcow:00195e5eb94189512ccf681730609d005dfa3979 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| files: | files: | ||||||
|   - path: etc/linuxkit.yml |   - path: etc/linuxkit.yml | ||||||
|     metadata: yaml |     metadata: yaml | ||||||
|   | |||||||
| @@ -22,7 +22,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:20621b2539e546a8c94e625928f8d59f12684398 | linuxkit/go-compile:758282e180b4bcc7259f77edd22c46b890be2549 | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| To update a single dependency: | To update a single dependency: | ||||||
| @@ -32,7 +32,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:20621b2539e546a8c94e625928f8d59f12684398 | linuxkit/go-compile:758282e180b4bcc7259f77edd22c46b890be2549 | ||||||
| github.com/docker/docker | github.com/docker/docker | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
| @@ -2,21 +2,21 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
| services: | services: | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f |     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f | ||||||
|     binds: |     binds: | ||||||
|   | |||||||
| @@ -2,16 +2,16 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
| services: | services: | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   - name: sshd |   - name: sshd | ||||||
|   | |||||||
| @@ -2,19 +2,19 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: sysfs |   - name: sysfs | ||||||
|     image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 |     image: linuxkit/sysfs:a844eb2ac09df07f5eda89d5588d76bf8d96cfca | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e |     image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f | ||||||
|     command: ["/usr/bin/mountie", "/var/lib/docker"] |     command: ["/usr/bin/mountie", "/var/lib/docker"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
| @@ -22,7 +22,7 @@ services: | |||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   - name: ntpd |   - name: ntpd | ||||||
|   | |||||||
| @@ -2,25 +2,25 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 |     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f |     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f | ||||||
|     binds: |     binds: | ||||||
|   | |||||||
| @@ -2,13 +2,13 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| @@ -19,7 +19,7 @@ services: | |||||||
|     #env: |     #env: | ||||||
|     # - INSECURE=true |     # - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
| 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) | ||||||
|   | |||||||
| @@ -2,9 +2,9 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| onboot: | onboot: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   | |||||||
| @@ -2,16 +2,16 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0" |   cmdline: "console=tty0 console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 |     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   - name: node_exporter |   - name: node_exporter | ||||||
|   | |||||||
| @@ -2,25 +2,25 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS1" |   cmdline: "console=ttyS1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: rngd1 |   - name: rngd1 | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|     command: ["/sbin/rngd", "-1"] |     command: ["/sbin/rngd", "-1"] | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
|     command: ["/usr/bin/metadata", "packet"] |     command: ["/usr/bin/metadata", "packet"] | ||||||
| services: | services: | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f |     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f | ||||||
| trust: | trust: | ||||||
|   | |||||||
| @@ -4,9 +4,9 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| onboot: | onboot: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   | |||||||
| @@ -2,15 +2,15 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: rngd1 |   - name: rngd1 | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|     command: ["/sbin/rngd", "-1"] |     command: ["/sbin/rngd", "-1"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
| @@ -18,7 +18,7 @@ services: | |||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   - name: sshd |   - name: sshd | ||||||
|   | |||||||
| @@ -2,20 +2,20 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e |     image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f | ||||||
|     command: ["/usr/bin/mountie", "/var/external"] |     command: ["/usr/bin/mountie", "/var/external"] | ||||||
|   - name: swap |   - name: swap | ||||||
|     image: linuxkit/swap:195ef5c89fcd68ff412ecb01a330e75503dc7b83 |     image: linuxkit/swap:195ef5c89fcd68ff412ecb01a330e75503dc7b83 | ||||||
| @@ -28,7 +28,7 @@ services: | |||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|     image: nginx:alpine |     image: nginx:alpine | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -2,13 +2,13 @@ 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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| @@ -20,7 +20,7 @@ services: | |||||||
|   - name: tss |   - name: tss | ||||||
|     image: linuxkit/tss:2c29b212733e90fbbd7aeaf032cadc044dbc7fe4 |     image: linuxkit/tss:2c29b212733e90fbbd7aeaf032cadc044dbc7fe4 | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
| 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) | ||||||
|   | |||||||
| @@ -2,20 +2,20 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0" |   cmdline: "console=tty0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 |     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|   | |||||||
| @@ -2,9 +2,9 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| onboot: | onboot: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
| @@ -21,13 +21,13 @@ services: | |||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f |     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f | ||||||
|   - name: vpnkit-forwarder |   - name: vpnkit-forwarder | ||||||
|     image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71 |     image: linuxkit/vpnkit-forwarder:42e88e9338c3b93eda79f6582f58d87fd78d0001 | ||||||
|     binds: |     binds: | ||||||
|         - /var/vpnkit:/port |         - /var/vpnkit:/port | ||||||
|     net: host |     net: host | ||||||
|     command: ["/vpnkit-forwarder"] |     command: ["/vpnkit-forwarder"] | ||||||
|   - name: vpnkit-expose-port |   - name: vpnkit-expose-port | ||||||
|     image: linuxkit/vpnkit-forwarder:41dea19da37ce88d351ef3bd612004fb455a5a71 |     image: linuxkit/vpnkit-forwarder:42e88e9338c3b93eda79f6582f58d87fd78d0001 | ||||||
|     net: none |     net: none | ||||||
|     binds: |     binds: | ||||||
|         - /var/vpnkit:/port |         - /var/vpnkit:/port | ||||||
|   | |||||||
| @@ -2,16 +2,16 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| onboot: | onboot: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     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:c6afbe7c0abc87e9aa204fa98247f8b05dee3488 |     image: linuxkit/vsudd:a0336f99442a81e5f9bb117353c0c74455f5556b | ||||||
|     binds: |     binds: | ||||||
|         - /run/containerd/containerd.sock:/run/containerd/containerd.sock |         - /run/containerd/containerd.sock:/run/containerd/containerd.sock | ||||||
|     command: ["/vsudd", |     command: ["/vsudd", | ||||||
|   | |||||||
| @@ -2,25 +2,25 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 |     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f |     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f | ||||||
|     binds: |     binds: | ||||||
|   | |||||||
| @@ -2,18 +2,18 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: wg0 |   - name: wg0 | ||||||
|     image: linuxkit/ip:7a82871df06767cfe26a04d0ed6bee1031ba5d04 |     image: linuxkit/ip:30fa3497a42cf941301c1e9cde09b3d68f01b847 | ||||||
|     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:7a82871df06767cfe26a04d0ed6bee1031ba5d04 |     image: linuxkit/ip:30fa3497a42cf941301c1e9cde09b3d68f01b847 | ||||||
|     net: new |     net: new | ||||||
|     binds: |     binds: | ||||||
|       - /etc/wireguard:/etc/wireguard |       - /etc/wireguard:/etc/wireguard | ||||||
| @@ -45,7 +45,7 @@ services: | |||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|     net: /run/netns/wg1 |     net: /run/netns/wg1 | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|     image: nginx:alpine |     image: nginx:alpine | ||||||
|     net: /run/netns/wg0 |     net: /run/netns/wg0 | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								linuxkit.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								linuxkit.yml
									
									
									
									
									
								
							| @@ -2,13 +2,13 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" |   cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| @@ -22,7 +22,7 @@ services: | |||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|     image: nginx:alpine |     image: nginx:alpine | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -1,10 +1,10 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS qemu | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a AS qemu | ||||||
| RUN apk add \ | RUN apk add \ | ||||||
|     qemu-aarch64 \ |     qemu-aarch64 \ | ||||||
|     qemu-arm \ |     qemu-arm \ | ||||||
|     qemu-ppc64le |     qemu-ppc64le | ||||||
|  |  | ||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:90aa5d87063049827de536371016bc02138a8f59 as alpine | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a as alpine | ||||||
| RUN apk add tzdata | RUN apk add tzdata | ||||||
|  |  | ||||||
| WORKDIR $GOPATH/src/github.com/containerd/containerd | WORKDIR $GOPATH/src/github.com/containerd/containerd | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 \ | ||||||
| @@ -7,7 +7,7 @@ RUN apk add --no-cache --initdb -p /out \ | |||||||
|     musl |     musl | ||||||
| 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:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a AS build | ||||||
| ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs | ENV OPENGCS_REPO=https://github.com/Microsoft/opengcs | ||||||
| ENV OPENGCS_COMMIT=48ae4e3ba3d2fea746fb4dc20a72832a46f45466 | ENV OPENGCS_COMMIT=48ae4e3ba3d2fea746fb4dc20a72832a46f45466 | ||||||
| RUN apk add --no-cache build-base curl git go musl-dev | RUN apk add --no-cache build-base curl git go musl-dev | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:90aa5d87063049827de536371016bc02138a8f59 AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 ./ | ||||||
| @@ -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 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:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 \ | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d as alpine | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a as alpine | ||||||
| RUN \ | RUN \ | ||||||
|   apk add \ |   apk add \ | ||||||
|   bash \ |   bash \ | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| # We need the `fstrim` binary: | # We need the `fstrim` binary: | ||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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 \ | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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  | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS mirror | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a 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  | ||||||
|   | |||||||
| @@ -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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c |     image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c | ||||||
|   | |||||||
| @@ -2,26 +2,26 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 page_poison=1" |   cmdline: "console=ttyS0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: sysfs |   - name: sysfs | ||||||
|     image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 |     image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da |     image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da | ||||||
|     command: ["/usr/bin/mountie", "/var/lib/docker"] |     command: ["/usr/bin/mountie", "/var/lib/docker"] | ||||||
| services: | services: | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 |     image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 | ||||||
|   - name: docker |   - name: docker | ||||||
|   | |||||||
| @@ -2,26 +2,26 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 page_poison=1" |   cmdline: "console=ttyS0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: sysfs |   - name: sysfs | ||||||
|     image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 |     image: linuxkit/sysfs:3ae01a25583ee37a5ff8b09a0e569cb4bd8cf2e9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da |     image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da | ||||||
|     command: ["/usr/bin/mountie", "/var/lib/docker"] |     command: ["/usr/bin/mountie", "/var/lib/docker"] | ||||||
| services: | services: | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 |     image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 | ||||||
|   - name: docker |   - name: docker | ||||||
|   | |||||||
| @@ -2,15 +2,15 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 console=tty0 page_poison=1" |   cmdline: "console=ttyS0 console=tty0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:f180a74d878c8c0c86f6208f9311474c91452a79 |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da |     image: linuxkit/mount:96ac4d32d340ac6e4ddfbf506fa3a497d23649da | ||||||
|     command: ["/usr/bin/mountie", "/var/lib/etcd"] |     command: ["/usr/bin/mountie", "/var/lib/etcd"] | ||||||
| @@ -21,7 +21,7 @@ onboot: | |||||||
|     image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 |     image: linuxkit/metadata:52a3d36ed158357125f3a998f9d03784eb0636d3 | ||||||
| services: | services: | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 |     image: linuxkit/openntpd:0d7befc79842849d0b88d6c3b64200e340d7cf67 | ||||||
|   - name: node_exporter |   - name: node_exporter | ||||||
|   | |||||||
| @@ -2,13 +2,13 @@ kernel: | |||||||
|   image: mobylinux/kernel:4.9.x |   image: mobylinux/kernel:4.9.x | ||||||
|   cmdline: "console=ttyS0 page_poison=1" |   cmdline: "console=ttyS0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 |   - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 | ||||||
|   - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b |   - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b | ||||||
|   - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 |   - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   | |||||||
| @@ -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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
|   - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 |   - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     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:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|     image: nginx:alpine |     image: nginx:alpine | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| services: | services: | ||||||
|   - name: cri-containerd |   - name: cri-containerd | ||||||
|     image: linuxkitprojects/cri-containerd:5330c05b7eabba51d97af9d06204b7664e0719ef |     image: linuxkitprojects/cri-containerd:afb7c111a40788b1e085856fbddacf8a878385e7 | ||||||
| files: | files: | ||||||
|   - path: /etc/kubelet.sh.conf |   - path: /etc/kubelet.sh.conf | ||||||
|     contents: | |     contents: | | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a AS build | ||||||
|  |  | ||||||
| RUN \ | RUN \ | ||||||
|   apk add \ |   apk add \ | ||||||
|   | |||||||
| @@ -2,27 +2,27 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=tty0 console=ttyS0" |   cmdline: "console=tty0 console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|     binds: |     binds: | ||||||
|      - /etc/sysctl.d/01-kubernetes.conf:/etc/sysctl.d/01-kubernetes.conf |      - /etc/sysctl.d/01-kubernetes.conf:/etc/sysctl.d/01-kubernetes.conf | ||||||
|     readonly: false |     readonly: false | ||||||
|   - name: sysfs |   - name: sysfs | ||||||
|     image: linuxkit/sysfs:7ff47034ed61c8e4c7ca5b8992056c66c6f39df8 |     image: linuxkit/sysfs:a844eb2ac09df07f5eda89d5588d76bf8d96cfca | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mounts |   - name: mounts | ||||||
|     image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e |     image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f | ||||||
|     command: ["/usr/bin/mountie", "/var/lib/"] |     command: ["/usr/bin/mountie", "/var/lib/"] | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
| @@ -30,13 +30,13 @@ services: | |||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c |     image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c | ||||||
|   - name: sshd |   - name: sshd | ||||||
|     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f |     image: linuxkit/sshd:4a2fc7be31fa57dcade391de6173e0af55296e7f | ||||||
|   - name: kubelet |   - name: kubelet | ||||||
|     image: linuxkitprojects/kubernetes:f35e9c9879bb7d178f2148a91e4c5d5e812ecade |     image: linuxkitprojects/kubernetes:718c9c7a47c518622d41ec0e8afeeacda3a363d6 | ||||||
| files: | files: | ||||||
|   - path: etc/linuxkit.yml |   - path: etc/linuxkit.yml | ||||||
|     metadata: yaml |     metadata: yaml | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a AS build | ||||||
|  |  | ||||||
| ENV kubernetes_version v1.8.0 | ENV kubernetes_version v1.8.0 | ||||||
| ENV cni_version        v0.6.0 | ENV cni_version        v0.6.0 | ||||||
|   | |||||||
| @@ -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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 |   - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 | ||||||
|   - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b |   - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b | ||||||
|   - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 |   - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 | ||||||
|   | |||||||
| @@ -2,20 +2,20 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 console=tty0 page_poison=1" |   cmdline: "console=ttyS0 console=tty0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 # with runc, logwrite, startmemlogd |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 # with runc, logwrite, startmemlogd | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
|   - linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012 |   - linuxkit/memlogd:9b5834189f598f43c507f6938077113906f51012 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     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:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|     image: nginx:alpine |     image: nginx:alpine | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -2,9 +2,9 @@ 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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| onboot: | onboot: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   | |||||||
| @@ -2,21 +2,21 @@ 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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
|   - samoht/fdd |   - samoht/fdd | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 |     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 | ||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
| files: | files: | ||||||
|   | |||||||
| @@ -2,12 +2,12 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 page_poison=1" |   cmdline: "console=ttyS0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcp-client |   - name: dhcp-client | ||||||
|     image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 |     image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 | ||||||
|     net: host |     net: host | ||||||
|   | |||||||
| @@ -2,13 +2,13 @@ kernel: | |||||||
|   image: okernel:latest |   image: okernel:latest | ||||||
|   cmdline: "console=tty0 page_poison=1" |   cmdline: "console=tty0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
| services: | services: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   | |||||||
| @@ -2,13 +2,13 @@ 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:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
| @@ -18,7 +18,7 @@ services: | |||||||
|     env: |     env: | ||||||
|      - INSECURE=true |      - INSECURE=true | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: nginx |   - name: nginx | ||||||
|     image: nginx:alpine |     image: nginx:alpine | ||||||
|     capabilities: |     capabilities: | ||||||
|   | |||||||
| @@ -2,25 +2,25 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0 page_poison=1" |   cmdline: "console=ttyS0 page_poison=1" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
|   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 |   - linuxkit/ca-certificates:ea3c4c120f929f4f07ac8535d75933365b5e9582 | ||||||
| onboot: | onboot: | ||||||
|   - name: sysctl |   - name: sysctl | ||||||
|     image: linuxkit/sysctl:53f0c724919e8f76ea06c44ee703330290b22669 |     image: linuxkit/sysctl:1644bf07edbcaf5ce0bb764fa925b544183547f9 | ||||||
|     binds: |     binds: | ||||||
|      - /etc/sysctl.d/01-swarmd.conf:/etc/sysctl.d/01-swarmd.conf |      - /etc/sysctl.d/01-swarmd.conf:/etc/sysctl.d/01-swarmd.conf | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] |     command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] | ||||||
|   - name: format |   - name: format | ||||||
|     image: linuxkit/format:e7f06bd9bb96b663f8aab7d648a5dfc3ed7785fc |     image: linuxkit/format:be811ded880af37a916f23bc9ddb274026ccc514 | ||||||
|   - name: mount |   - name: mount | ||||||
|     image: linuxkit/mount:80c6aeef04260eaa7c74a93594ea7c5a4ab2808e |     image: linuxkit/mount:ef2e2106212b2d333b548821191f04da984ef48f | ||||||
|     command: ["/usr/bin/mountie", "/var/lib/swarmd"] |     command: ["/usr/bin/mountie", "/var/lib/swarmd"] | ||||||
|   - name: metadata |   - name: metadata | ||||||
|     image: linuxkit/metadata:4920d2b7f987c4cf67c5472308b0badcdfac4b2b |     image: linuxkit/metadata:4c588dba73ae7bec6f873130f715ba44082c4278 | ||||||
| services: | services: | ||||||
|   - name: getty |   - name: getty | ||||||
|     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 |     image: linuxkit/getty:7abaf7b276c59f80891d92e9279e3e3ee8e2f512 | ||||||
| @@ -31,7 +31,7 @@ services: | |||||||
|     binds: |     binds: | ||||||
|       - /dev/vport0p1:/dev/vport0p1 |       - /dev/vport0p1:/dev/vport0p1 | ||||||
|   - name: rngd |   - name: rngd | ||||||
|     image: linuxkit/rngd:719e087b06dd14c29acd23fa07cccd036bbab4db |     image: linuxkit/rngd:45ed7759dd927f4cce3863073ea2e0da1d52a427 | ||||||
|   - name: ntpd |   - name: ntpd | ||||||
|     image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c |     image: linuxkit/openntpd:8d32daf90ecf70b7e185cb7a2db53b4c539d371c | ||||||
|   - name: weave |   - name: weave | ||||||
| @@ -45,7 +45,7 @@ services: | |||||||
|       - /var:/var |       - /var:/var | ||||||
|       - /var/lib/swarmd:/weavedb |       - /var/lib/swarmd:/weavedb | ||||||
|   - name: swarmd |   - name: swarmd | ||||||
|     image: linuxkitprojects/swarmd:89144a08c30ff753c23b1dad1f8127e9c1ed32e0 |     image: linuxkitprojects/swarmd:668f9f78502d4069841552219845dc57dc846492 | ||||||
|     command: ["/usr/bin/swarmd", "--containerd-addr=/run/containerd/containerd.sock", "--log-level=debug", "--state-dir=/var/lib/swarmd"] |     command: ["/usr/bin/swarmd", "--containerd-addr=/run/containerd/containerd.sock", "--log-level=debug", "--state-dir=/var/lib/swarmd"] | ||||||
|     capabilities: |     capabilities: | ||||||
|      - all |      - all | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ FROM weaveworks/weave:2.0.1@sha256:2d70caac7db33365482cc923d40ff8d3ec1238ae7fe06 | |||||||
|  |  | ||||||
| # Nothing to do in here, just for COPY --from=weave below | # Nothing to do in here, just for COPY --from=weave below | ||||||
|  |  | ||||||
| FROM linuxkit/alpine:ad35b6ddbc70faa07e59a9d7dee7707c08122e8d AS build | FROM linuxkit/alpine:6211ec0252873c9ff9604101fb256353f5a3832a AS build | ||||||
|  |  | ||||||
| RUN \ | RUN \ | ||||||
|   apk update && apk upgrade && \ |   apk update && apk upgrade && \ | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: dhcpcd |   - name: dhcpcd | ||||||
|     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 |     image: linuxkit/dhcpcd:aa685261ceb2557990dcfe9dd8824c6b9ec416e2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: poweroff |   - name: poweroff | ||||||
|     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 |     image: linuxkit/poweroff:ffd3f539a6f4e67d4cd4ff36503636de35edd7b2 | ||||||
|   | |||||||
| @@ -2,9 +2,9 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
|   - linuxkit/containerd:097c6989255068b563e6e6f7b46a866ae4a3bc82 |   - linuxkit/containerd:ed8e8f92e24dd4b94260cf147594ae3fd13a2182 | ||||||
| services: | services: | ||||||
|   - name: acpid |   - name: acpid | ||||||
|     image: linuxkit/acpid:6e3f0c5deca1633230dce9a35b67e1f61f05c47a |     image: linuxkit/acpid:6e3f0c5deca1633230dce9a35b67e1f61f05c47a | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.4.91 |   image: linuxkit/kernel:4.4.91 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: check-kernel-config |   - name: check-kernel-config | ||||||
|     image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc |     image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: check-kernel-config |   - name: check-kernel-config | ||||||
|     image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc |     image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.13.5 |   image: linuxkit/kernel:4.13.5 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: check-kernel-config |   - name: check-kernel-config | ||||||
|     image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc |     image: linuxkit/test-kernel-config:8b09b3d6e69440582e590a8981585851e9206bdc | ||||||
|   | |||||||
| @@ -2,8 +2,8 @@ kernel: | |||||||
|   image: linuxkit/kernel:4.9.54 |   image: linuxkit/kernel:4.9.54 | ||||||
|   cmdline: "console=ttyS0" |   cmdline: "console=ttyS0" | ||||||
| init: | init: | ||||||
|   - linuxkit/init:9d1b4ebe1bc8d9e52147c440efa16f2d8677d967 |   - linuxkit/init:6b3755e47f00d6027321d3fca99a19af6504be75 | ||||||
|   - linuxkit/runc:1f0edd2e25046389eb556551b99424cff86398c8 |   - linuxkit/runc:52f92cb577879ce4cfe4e89be2d63af82523fc92 | ||||||
| onboot: | onboot: | ||||||
|   - name: check |   - name: check | ||||||
|     image: kmod-test |     image: kmod-test | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     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 | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     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 | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     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 | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     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 | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] |     command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| onboot: | onboot: | ||||||
|   - name: test-ns |   - name: test-ns | ||||||
|     image: linuxkit/test-ns:d961c10f435069bd40fe60cc1a96adf9ce3ce364 |     image: linuxkit/test-ns:89b4d611eb4c3a3e4f894d5996711ec177a20c4b | ||||||
|     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] |     command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] | ||||||
|     mounts: # for runc |     mounts: # for runc | ||||||
|     - type: cgroup |     - type: cgroup | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user