@@ -3,30 +3,30 @@ kernel:
33 image : linuxkit/kernel:4.14.32
44 cmdline : " console=ttyS0 page_poison=1"
55init :
6- - linuxkit/vpnkit-expose-port:3f60b78f78bfb83c14dd459ff7a3f58dacb33ad0 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
7- - linuxkit/init:be60dd1cb15ad39225512b6753304571d8c2fb17
8- - linuxkit/runc:17e8c06e48ac220be79b2476e39b4d7feb905524
9- - linuxkit/containerd:87ea9b027267b26bf5cc2d10a50c3eb9b5017df4
10- - linuxkit/ca-certificates:04a6dc9e5c901ee128c353f690bd97aeb7d97ae8
6+ - linuxkit/vpnkit-expose-port:v0.3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host
7+ - linuxkit/init:v0.3
8+ - linuxkit/runc:v0.3
9+ - linuxkit/containerd:v0.3
10+ - linuxkit/ca-certificates:v0.3
1111onboot :
1212 # support metadata for optional config in /run/config
1313 - name : metadata
14- image : linuxkit/metadata:09272c373fa10b9a09f2c9fe380bffb4402f98f6
14+ image : linuxkit/metadata:v0.3
1515 - name : sysctl
16- image : linuxkit/sysctl:e7106b5e3db64a9ec21eb1479727627ecf52137d
16+ image : linuxkit/sysctl:v0.3
1717 - name : sysfs
18- image : linuxkit/sysfs:f7fc4dfbdc7e09f8aab0063699d9a75932b08c3f
18+ image : linuxkit/sysfs:v0.3
1919 - name : binfmt
20- image : linuxkit/binfmt:98398d827e80b56e487d2ae94ed86a0006acb702
20+ image : linuxkit/binfmt:v0.3
2121 # Format and mount the disk image in /var/lib/docker
2222 - name : format
23- image : linuxkit/format:a0a0469c74e3c5617d2fdffb6c38e402133fb680
23+ image : linuxkit/format:v0.3
2424 - name : mount
25- image : linuxkit/mount:03795dccf510edfc14aeb0ab5e87cd9f7da3586a
25+ image : linuxkit/mount:v0.3
2626 command : ["/usr/bin/mountie", "/var/lib"]
2727 # make a swap file on the mounted disk
2828 - name : swap
29- image : linuxkit/swap:83b2f6d8c1e8196b68215a62269da4b79002aad0
29+ image : linuxkit/swap:v0.3
3030 command : ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"]
3131 # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding
3232 - name : mount-vpnkit
@@ -44,41 +44,41 @@ onboot:
4444 - /var:/host_var
4545 command : ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"]
4646 - name : dhcpcd
47- image : linuxkit/dhcpcd:8b23f047ffa4d657a2c7dd465e69cc13721c4165
47+ image : linuxkit/dhcpcd:v0.3
4848 command : ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
4949services :
5050 # Enable acpi to shutdown on power events
5151 - name : acpid
52- image : linuxkit/acpid:a1399f824db917488d048c5e23ca3cec6e5317d8
52+ image : linuxkit/acpid:v0.3
5353 # Enable getty for easier debugging
5454 - name : getty
55- image : linuxkit/getty:9e2c184fdd708720d47e663f03ad137c074d4f21
55+ image : linuxkit/getty:v0.3
5656 env :
5757 - INSECURE=true
5858 # Run ntpd to keep time synchronised in the VM
5959 - name : ntpd
60- image : linuxkit/openntpd:e3cd26ff2974f2d93c88c28efacf69e15bcdb983
60+ image : linuxkit/openntpd:v0.3
6161 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock
6262 # to a socket on the host.
6363 - name : vsudd
64- image : linuxkit/vsudd:3559f24480e165e0719479146953b461a3e1b99e
64+ image : linuxkit/vsudd:v0.3
6565 binds :
6666 - /var/run:/var/run
6767 command : ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"]
6868 # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373.
6969 # It needs access to the vpnkit 9P coordination share
7070 - name : vpnkit-forwarder
71- image : linuxkit/vpnkit-forwarder:9dad2e9fb848d6452232deb01e08beda7ba00d21
71+ image : linuxkit/vpnkit-forwarder:v0.3
7272 binds :
7373 - /var/vpnkit:/port
7474 net : host
7575 command : ["/vpnkit-forwarder", "-vsockPort", "62373"]
7676 # Monitor for image deletes and invoke a TRIM on the container filesystem
7777 - name : trim-after-delete
78- image : linuxkit/trim-after-delete:ab0873798bf27deb5024569e46dfe30bebda9713
78+ image : linuxkit/trim-after-delete:v0.3
7979 # When the host resumes from sleep, force a clock resync
8080 - name : host-timesync-daemon
81- image : linuxkit/host-timesync-daemon:10177f45d9384fa4cc61571ae8bb3bffbb3eba3c
81+ image : linuxkit/host-timesync-daemon:v0.3
8282 # Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container.
8383 # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
8484 # for vpnkit coordination and /run/config/docker for the configuration file.
0 commit comments