diff --git a/contrib/open-vm-tools/open-vm-tools-ds.yaml b/contrib/open-vm-tools/open-vm-tools-ds.yaml index c1d39162f..f4f37fdd4 100644 --- a/contrib/open-vm-tools/open-vm-tools-ds.yaml +++ b/contrib/open-vm-tools/open-vm-tools-ds.yaml @@ -30,7 +30,7 @@ spec: operator: Exists effect: NoSchedule containers: - - image: linuxkit/open-vm-tools:b7e7f12c310a55a4959cfa72d01216698d5c24bb + - image: linuxkit/open-vm-tools:4c3158c7ba27f7ad0ede5d383ca25b57c5588a26 name: open-vm-tools resources: requests: diff --git a/examples/addbinds.yml b/examples/addbinds.yml index 991c2370d..ecec74c7e 100644 --- a/examples/addbinds.yml +++ b/examples/addbinds.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.4.30 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec binds.add: # this will keep all of the existing ones as well - /var/tmp:/var/tmp - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 388ef0018..31bafac06 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c + image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97 - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: ntpd - image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428 + image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7 - name: docker image: docker:20.10.6-dind @@ -46,7 +46,7 @@ services: - /etc/docker/daemon.json:/etc/docker/daemon.json command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: cadvisor - image: linuxkit/cadvisor:7f2cff94d3914b98edda8bca273b445324ab23f0 + image: linuxkit/cadvisor:38174e03a9495a2ba8a8a049458f585a8b8e4a59 files: - path: var/lib/docker directory: true diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index fe2c622cb..ec95e9c4a 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:bd8b9d59785e9be62f8374c359c0736ad33744d4 + image: linuxkit/losetup:43e40be0c82cbccf171ebd2a8065246e2e84f66e command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306 + image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0 command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -34,11 +34,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/dm-crypt.yml b/examples/dm-crypt.yml index ca42d105c..ebe68577e 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306 + image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0 command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -28,11 +28,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 0c1eb74a1..a08827358 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:b0a5ede4c53aa718b48fb9a86e4725ab6ae7f96e # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/vpnkit-expose-port:87ac61469247b2a0483cbd1fd2915f220e078b78 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: sysfs - image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c + image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97 - name: binfmt - image: linuxkit/binfmt:5567917e7de481e4867d31c7490a0ebdb70e04a5 + image: linuxkit/binfmt:e392d51db0ff8209b6021955b20c316f8a62bf25 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715 + image: linuxkit/swap:77305236719ed7ab4be0f3bccc179c583fe7f5ff command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding - name: mount-vpnkit @@ -44,41 +44,41 @@ onboot: - /var:/host_var command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea + image: linuxkit/acpid:e9a94e593d6be2fc1b3eb6d566f23ac9ca9807fd # Enable getty for easier debugging - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428 + image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:8b442fc9296ce581e8755675eadc928c13ac79c9 + image: linuxkit/vsudd:89980cd551d3174b6d8528f39fbd7fd1ca049161 binds: - /var/run:/var/run command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"] # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373. # It needs access to the vpnkit 9P coordination share - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:56ed525d212ca17e01b54d9b66c39b534a4392bc + image: linuxkit/vpnkit-forwarder:ea4dded7386b09dd647e854664b029be0a4f420f binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder", "-vsockPort", "62373"] # Monitor for image deletes and invoke a TRIM on the container filesystem - name: trim-after-delete - image: linuxkit/trim-after-delete:ac6307a62c926a49a067d4de8667c2789b5ce2c9 + image: linuxkit/trim-after-delete:34cf6de89b12342bcc999bdae5afe8e37199a018 # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:32fec3fc7d03e5600ef88526c8f187cf21e8e0cc + image: linuxkit/host-timesync-daemon:515e0a6485a15cc4caf85c65f2ae0bb9f88bd53a # Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container. # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit # for vpnkit coordination and /run/config/docker for the configuration file. diff --git a/examples/docker.yml b/examples/docker.yml index c73448abd..a65c82eb4 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: sysfs - image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c + image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97 - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: ntpd - image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428 + image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/examples/getty.yml b/examples/getty.yml index 660c7182e..953338422 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index 623135c8e..38edabf1a 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true runtime: @@ -30,7 +30,7 @@ services: destination: writeable-host-etc options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 79951d00a..5529d0a3f 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 83e390ba0..fe0331b49 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -3,21 +3,21 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a - - linuxkit/memlogd:9b0e8a5b3f67672234170d88833163caf7898984 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 + - linuxkit/memlogd:55ba089dd98e96b0aeb24463852fb7539e2c2c1e onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true # A service which generates log messages for testing @@ -25,6 +25,6 @@ services: image: alpine:3.13 command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208 + image: linuxkit/logwrite:568325cf294338b37446943c2b86a8cd8dc703db - name: kmsg - image: linuxkit/kmsg:fa82d93cab0c1efa178cc51ffb82b83cc011148e + image: linuxkit/kmsg:2ed5334395ec64a7844a2cbd88837050fbd34880 diff --git a/examples/minimal.yml b/examples/minimal.yml index 305d45a59..b6dcc054e 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index 8e87d6c38..a61f711f7 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: node_exporter - image: linuxkit/node_exporter:f2e8d89c950dada9a1ff497f312abd79a00292f8 + image: linuxkit/node_exporter:bd11bc62e0cdf7a600556c0cb9f6582bf055f245 diff --git a/examples/openstack.yml b/examples/openstack.yml index 53bffb025..9f8458560 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-aws.yml b/examples/platform-aws.yml index 91ffee79d..241dea62d 100644 --- a/examples/platform-aws.yml +++ b/examples/platform-aws.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-azure.yml b/examples/platform-azure.yml index 1a2f02ee4..56e545506 100644 --- a/examples/platform-azure.yml +++ b/examples/platform-azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/platform-gcp.yml b/examples/platform-gcp.yml index 7e6826122..b54471999 100644 --- a/examples/platform-gcp.yml +++ b/examples/platform-gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/platform-hetzner.yml b/examples/platform-hetzner.yml index 924347f8b..aeae55b8e 100644 --- a/examples/platform-hetzner.yml +++ b/examples/platform-hetzner.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a - - linuxkit/firmware:1363380034cc23556e95d595b9beb8df55aa6cbf + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 + - linuxkit/firmware:8f89601312327c78999a880ee104ceae9a25d20e onboot: - name: rngd1 - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 command: ["/usr/bin/metadata", "hetzner"] services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/platform-packet.arm64.yml b/examples/platform-packet.arm64.yml index efe0b68af..686a25188 100644 --- a/examples/platform-packet.arm64.yml +++ b/examples/platform-packet.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690 + image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15 command: ["modprobe", "nicvf"] diff --git a/examples/platform-packet.yml b/examples/platform-packet.yml index bc7b9fe2b..16bffb7d7 100644 --- a/examples/platform-packet.yml +++ b/examples/platform-packet.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a - - linuxkit/firmware:1363380034cc23556e95d595b9beb8df55aa6cbf + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 + - linuxkit/firmware:8f89601312327c78999a880ee104ceae9a25d20e onboot: - name: rngd1 - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/platform-rt-for-vmware.yml b/examples/platform-rt-for-vmware.yml index e1d7d0d1d..e39f8d098 100644 --- a/examples/platform-rt-for-vmware.yml +++ b/examples/platform-rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:5.11.4-rt cmdline: "console=tty0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: open-vm-tools - image: linuxkit/open-vm-tools:b7e7f12c310a55a4959cfa72d01216698d5c24bb + image: linuxkit/open-vm-tools:4c3158c7ba27f7ad0ede5d383ca25b57c5588a26 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-scaleway.yml b/examples/platform-scaleway.yml index cd4dea802..070db6e95 100644 --- a/examples/platform-scaleway.yml +++ b/examples/platform-scaleway.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: rngd1 - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 diff --git a/examples/platform-vmware.yml b/examples/platform-vmware.yml index 5cc7d517c..bdb76890f 100644 --- a/examples/platform-vmware.yml +++ b/examples/platform-vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/platform-vultr.yml b/examples/platform-vultr.yml index 53e3afa47..a6b6e86fb 100644 --- a/examples/platform-vultr.yml +++ b/examples/platform-vultr.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 command: ["/usr/bin/metadata", "vultr"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 67717fb69..8886e567b 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true # Currently redis:4.0.6-alpine has trust issue with multi-arch diff --git a/examples/sshd.yml b/examples/sshd.yml index 97bab0cc3..d1b4a5c42 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: rngd1 - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/static-ip.yml b/examples/static-ip.yml index d293bf257..9f2ed2e52 100644 --- a/examples/static-ip.yml +++ b/examples/static-ip.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: ip - image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1 + image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf binds: - /etc/ip:/etc/ip command: ["ip", "-b", "/etc/ip/eth0.conf"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true files: diff --git a/examples/swap.yml b/examples/swap.yml index 87ab69ad9..24ee417f2 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:7f7074c05bad414af39f2374301b72bc67314715 + image: linuxkit/swap:77305236719ed7ab4be0f3bccc179c583fe7f5ff # to use unencrypted swap, use: # command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 diff --git a/examples/tpm.yml b/examples/tpm.yml index 5507bf9f9..51816ecc1 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: tss - image: linuxkit/tss:03376461810d54c300d6cecf980c577b5731ec3e + image: linuxkit/tss:9cfa8c15f2120415aab35efcfdede5b3b5fe5b4c - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 7bc1b5b64..69b661657 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.13 @@ -19,9 +19,9 @@ onboot: command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] services: - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:56ed525d212ca17e01b54d9b66c39b534a4392bc + image: linuxkit/vpnkit-forwarder:ea4dded7386b09dd647e854664b029be0a4f420f binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 2a7b61bc3..c67a82fcd 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:8b442fc9296ce581e8755675eadc928c13ac79c9 + image: linuxkit/vsudd:89980cd551d3174b6d8528f39fbd7fd1ca049161 binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 0bf4de56b..5dcdca7c1 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1 + image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1 + image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 19c0dbe44..ba5ad8578 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,11 +18,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: nginx image: nginx:1.19.5-alpine capabilities: diff --git a/pkg/acpid/Dockerfile b/pkg/acpid/Dockerfile index 19f335e79..3e09f719f 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -6,7 +6,7 @@ RUN apk add --no-cache --initdb -p /out \ busybox RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror2 +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror2 RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ busybox-initscripts diff --git a/pkg/auditd/Dockerfile b/pkg/auditd/Dockerfile index ee6ede738..7b7cdbded 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini diff --git a/pkg/binfmt/Dockerfile b/pkg/binfmt/Dockerfile index 597fa3c9b..d5d72f9ce 100644 --- a/pkg/binfmt/Dockerfile +++ b/pkg/binfmt/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y qemu-user-static && \ mv /usr/bin/qemu-riscv64-static /usr/bin/qemu-riscv64 && \ rm /usr/bin/qemu-*-static -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index 2a3dfbadc..8aaedb79e 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 as alpine +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index bf8d3066a..014a2357f 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 as build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as build RUN apk add --no-cache bash go git musl-dev linux-headers make patch # Hack to work around an issue with go on arm64 requiring gcc @@ -21,7 +21,7 @@ RUN mkdir -p /go/src/${GITBASE} \ && mv cadvisor /usr/bin/ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index 0f6657e6a..aaa215283 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:12f0af976c42d4125a3ff3f5e636c95c0a7caa2a as alpine +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as alpine RUN apk add tzdata binutils WORKDIR $GOPATH/src/github.com/containerd/containerd diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index a75474c49..b1b5bb6ee 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/dm-crypt/Dockerfile b/pkg/dm-crypt/Dockerfile index 4788665a4..c157755bd 100644 --- a/pkg/dm-crypt/Dockerfile +++ b/pkg/dm-crypt/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index ccecae383..103fcbd9c 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/firmware-all/Dockerfile b/pkg/firmware-all/Dockerfile index d587c1469..9e482fc6f 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache git # Make sure you also update the FW_COMMIT in ../firmware/Dockerfile diff --git a/pkg/firmware/Dockerfile b/pkg/firmware/Dockerfile index 76bccb68d..0e7705518 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,7 +1,7 @@ # Make modules from a recentish kernel available FROM linuxkit/kernel:5.4.28 AS kernel -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index 1b4c1f31b..5abe9f847 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/getty/Dockerfile b/pkg/getty/Dockerfile index 0b35e644b..8e9f44457 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/host-timesync-daemon/Dockerfile b/pkg/host-timesync-daemon/Dockerfile index 48a6c4a28..1363abb34 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev git ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/init/Dockerfile b/pkg/init/Dockerfile index 7f54759c5..f456c8ccb 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers ADD usermode-helper.c ./ @@ -18,7 +18,7 @@ RUN mkdir /tmp/bin && cd /tmp/bin/ && cp /go/bin/rc.init . && ln -s rc.init rc.s RUN cd /go/src/cmd/service && ./skanky-vendor.sh $GOPATH/src/github.com/containerd/containerd RUN go-compile.sh /go/src/cmd/service -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index 72294b1b5..50f32cbf4 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add curl RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/kmsg/Dockerfile b/pkg/kmsg/Dockerfile index 2f4bb6344..2ed180641 100644 --- a/pkg/kmsg/Dockerfile +++ b/pkg/kmsg/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/logwrite/Dockerfile b/pkg/logwrite/Dockerfile index c3589ab77..f6248c431 100644 --- a/pkg/logwrite/Dockerfile +++ b/pkg/logwrite/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/losetup/Dockerfile b/pkg/losetup/Dockerfile index 7f21587b9..36579c4fb 100644 --- a/pkg/losetup/Dockerfile +++ b/pkg/losetup/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/memlogd/Dockerfile b/pkg/memlogd/Dockerfile index 9d5d46cf2..18a828b19 100644 --- a/pkg/memlogd/Dockerfile +++ b/pkg/memlogd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index 6271e7d82..71a3086f9 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/mkimage/Dockerfile b/pkg/mkimage/Dockerfile index 81e34d5a0..d2c6cd6d2 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/modprobe/Dockerfile b/pkg/modprobe/Dockerfile index fd8c02924..a4d60ccd1 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/mount/Dockerfile b/pkg/mount/Dockerfile index c0e0071d4..1050b8aa5 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -9,7 +9,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/node_exporter/Dockerfile b/pkg/node_exporter/Dockerfile index 2592b31ae..db4cd8c3f 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 as build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as build RUN apk add --no-cache go git musl-dev make curl gcc diff --git a/pkg/open-vm-tools/Dockerfile b/pkg/open-vm-tools/Dockerfile index b250125d1..c34012a5f 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/openntpd/Dockerfile b/pkg/openntpd/Dockerfile index 22dcf4687..791338379 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/qemu-ga/Dockerfile b/pkg/qemu-ga/Dockerfile index 2d986a17b..1705d7907 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/var/run RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/rngd/Dockerfile b/pkg/rngd/Dockerfile index b7d499fde..1686d8c7d 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go gcc musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 0f753b80a..7d2e5359b 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 as alpine +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as alpine RUN \ apk add \ bash \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index efd2a8af4..168517cdd 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/swap/Dockerfile b/pkg/swap/Dockerfile index ee408e4ee..987223c34 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/sysctl/Dockerfile b/pkg/sysctl/Dockerfile index 9b5cccd55..e4af04e95 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index 2773f27d2..cda255200 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/trim-after-delete/Dockerfile b/pkg/trim-after-delete/Dockerfile index 0c6b76f2b..ec24195a8 100644 --- a/pkg/trim-after-delete/Dockerfile +++ b/pkg/trim-after-delete/Dockerfile @@ -1,5 +1,5 @@ # We need the `fstrim` binary: -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/tss/Dockerfile b/pkg/tss/Dockerfile index 16e700e82..5088b609b 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build ENV TROUSERS_COMMIT 94144b0a1dcef6e31845d6c319e9bd7357208eb9 ENV TPM_TOOLS_COMMIT bf43837575c5f7d31865562dce7778eae970052e diff --git a/pkg/vpnkit-expose-port/Dockerfile b/pkg/vpnkit-expose-port/Dockerfile index 02cbb1741..3739658f8 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/vpnkit-forwarder/Dockerfile b/pkg/vpnkit-forwarder/Dockerfile index 18878c3d9..23e18f2e4 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/pkg/vsudd/Dockerfile b/pkg/vsudd/Dockerfile index bbf340ef4..6350a72de 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index 9f4289e29..72ef6c8fe 100644 --- a/projects/clear-containers/clear-containers.yml +++ b/projects/clear-containers/clear-containers.yml @@ -2,7 +2,7 @@ kernel: image: linuxkit/kernel-clear-containers:4.9.x cmdline: "root=/dev/pmem0p1 rootflags=dax,data=ordered,errors=remount-ro rw rootfstype=ext4 tsc=reliable no_timer_check rcupdate.rcu_expedited=1 i8042.direct=1 i8042.dumbkbd=1 i8042.nopnp=1 i8042.noaux=1 noreplace-smp reboot=k panic=1 console=hvc0 console=hvc1 initcall_debug iommu=off quiet cryptomgr.notests page_poison=on" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index c460828e7..caee1f9c0 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: sysfs - image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c + image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: ntpd - image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428 + image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 07867ad1a..52671ae53 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: sysfs - image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c + image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: ntpd - image: linuxkit/openntpd:66f25a516c7460f5e49195309cf276903741c428 + image: linuxkit/openntpd:3d4190529a74dc2a2c74635f5cac817206be65c7 - name: docker image: docker:20.10.6-dind capabilities: diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index 612028df4..99e043340 100644 --- a/projects/ima-namespace/ima-namespace.yml +++ b/projects/ima-namespace/ima-namespace.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel-ima:4.11.1-186dd3605ee7b23214850142f8f02b4679dbd148 cmdline: "console=ttyS0 console=tty0 page_poison=1 ima_appraise=enforce_ns" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index be7acf66f..1844cbc7a 100644 --- a/projects/landlock/landlock.yml +++ b/projects/landlock/landlock.yml @@ -2,7 +2,7 @@ kernel: image: mobylinux/kernel-landlock:4.9.x cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index a20e4e088..a30cb14de 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -2,16 +2,16 @@ kernel: image: "linuxkitprojects/kernel-memorizer:4.10_dbg" cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 87bf0a9d5..971a8f1a2 100644 --- a/projects/miragesdk/examples/fdd.yml +++ b/projects/miragesdk/examples/fdd.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.9.34 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 files: - path: etc/init.d/020-fdd-init mode: "0700" diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 8a2e42f3f..a397cb1b5 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcp-client image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 net: host @@ -28,9 +28,9 @@ onboot: - /lib:/lib # for ifconfig services: - name: sshd - image: linuxkit/sshd:add8c094a9a253870b0a596796628fd4ec220b70 + image: linuxkit/sshd:782720b1c320f4b31abd89711ac235d1d441217c - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 85e6d0176..9c72eb9a7 100644 --- a/projects/okernel/examples/okernel_simple.yaml +++ b/projects/okernel/examples/okernel_simple.yaml @@ -2,18 +2,18 @@ kernel: image: okernel:latest cmdline: "console=tty0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 services: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index b7ddbf350..dfe87ff03 100644 --- a/projects/shiftfs/shiftfs.yml +++ b/projects/shiftfs/shiftfs.yml @@ -2,23 +2,23 @@ kernel: image: linuxkitprojects/kernel-shiftfs:4.11.4-881a041fc14bd95814cf140b5e98d97dd65160b5 cmdline: "console=ttyS0 console=tty0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec env: - INSECURE=true - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/moby/images.yaml b/src/cmd/linuxkit/moby/images.yaml index a77aa71b6..361f5e6c9 100644 --- a/src/cmd/linuxkit/moby/images.yaml +++ b/src/cmd/linuxkit/moby/images.yaml @@ -1,12 +1,12 @@ - iso: linuxkit/mkimage-iso:f0ba58e54282f481a87a2b487a70568c702f001b - iso-bios: linuxkit/mkimage-iso-bios:2fb7eea032a8f8ec76d9ca69592046875c50683c - iso-efi: linuxkit/mkimage-iso-efi:71c9dfc7de921e4521adbce03c01ce8282c0a9a5 - raw-bios: linuxkit/mkimage-raw-bios:a0f4f6af871f9388639f2939a5e7bee5c467b736 - raw-efi: linuxkit/mkimage-raw-efi:bc5d55daccfe1e75bc7373b4f45fc08e3b9adea9 - squashfs: linuxkit/mkimage-squashfs:078f292e085fe31f508ff55a05eab958aec25e25 + iso: linuxkit/mkimage-iso:3189befa740156b22c987be9cd46fd6e444b4eeb + iso-bios: linuxkit/mkimage-iso-bios:583857f93befadcc6d7dadca348bb862185e262b + iso-efi: linuxkit/mkimage-iso-efi:2e50a41e4d2ba15a005a738720b499844c0df1b4 + raw-bios: linuxkit/mkimage-raw-bios:88ea52ae69c5d5c15f029074b632bcd14d8c9ac5 + raw-efi: linuxkit/mkimage-raw-efi:3a923776eabab765444e89a1e2252f2677a4bf29 + squashfs: linuxkit/mkimage-squashfs:463e0db20f222810fb09d952f6710f4814515144 gcp: linuxkit/mkimage-gcp:a7416d21d4ef642bb2ba560c8f7651250823546d - qcow2-efi: linuxkit/mkimage-qcow2-efi:2a835e4ce894070268e5fa6f53be67007452095e + qcow2-efi: linuxkit/mkimage-qcow2-efi:2ddcfc53048a409937e90f98bbe0032e0667b1aa vhd: linuxkit/mkimage-vhd:4cc60c4f46b07e11c64ba618e46b81fa0096c91f dynamic-vhd: linuxkit/mkimage-dynamic-vhd:99b9009ed54a793020d3ce8322a42e0cc06da71a vmdk: linuxkit/mkimage-vmdk:b55ea46297a16d8a4448ce7f5a2df987a9602b27 - rpi3: linuxkit/mkimage-rpi3:19c5354d6f8f68781adbc9bb62095ebb424222dc + rpi3: linuxkit/mkimage-rpi3:54682f9312701afa01eaf92fa5253b76c7d5c635 diff --git a/src/cmd/linuxkit/moby/mkimage.yaml b/src/cmd/linuxkit/moby/mkimage.yaml index ff17de3f0..422d257f9 100644 --- a/src/cmd/linuxkit/moby/mkimage.yaml +++ b/src/cmd/linuxkit/moby/mkimage.yaml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.39 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: mkimage - image: linuxkit/mkimage:fa71899c159d8c1ae63a02a22fe8db113c4e540c + image: linuxkit/mkimage:ef008e6ec914daf0accbb02f5319fa2435d46133 - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c trust: org: - linuxkit diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index c63fa1e38..bcd29a9e3 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index c48ed7b26..f97ec851a 100644 --- a/test/cases/000_build/010_reproducible/test.yml +++ b/test/cases/000_build/010_reproducible/test.yml @@ -3,13 +3,13 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] # Add some random unsorted caps capabilities: @@ -18,7 +18,7 @@ onboot: services: - name: testservice - image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1 + image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf # Some environments env: - BENV=true diff --git a/test/cases/000_build/020_binds/test.yml b/test/cases/000_build/020_binds/test.yml index eebadb2ff..ad41f5f57 100644 --- a/test/cases/000_build/020_binds/test.yml +++ b/test/cases/000_build/020_binds/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.4.30 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff binds.add: - /check.sh:/check.sh - /var/tmp:/var/tmp @@ -16,7 +16,7 @@ onboot: # - /:/hostroot command: ["sh", "-c", "/check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml index 4069314ed..4069cae43 100644 --- a/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/000_qemu/000_run_kernel+initrd/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml index 4069314ed..4069cae43 100644 --- a/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/000_qemu/005_run_kernel+squashfs/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml index 1884b169b..c65946e3c 100644 --- a/test/cases/010_platforms/000_qemu/010_run_iso/test.yml +++ b/test/cases/010_platforms/000_qemu/010_run_iso/test.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/000_qemu/020_run_efi/test.yml +++ b/test/cases/010_platforms/000_qemu/020_run_efi/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/030_run_qcow_bios/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml +++ b/test/cases/010_platforms/000_qemu/040_run_raw_bios/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/000_qemu/050_run_aws/test.yml +++ b/test/cases/010_platforms/000_qemu/050_run_aws/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/000_qemu/100_container/test.yml b/test/cases/010_platforms/000_qemu/100_container/test.yml index b441c2ea2..05c5814a2 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml +++ b/test/cases/010_platforms/010_hyperkit/000_run_kernel+initrd/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml +++ b/test/cases/010_platforms/010_hyperkit/005_run_kernel+squashfs/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml index 9977c93f5..7cfeb1593 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e services: - name: acpid - image: linuxkit/acpid:d2ddd88c7918466f875e7c5c3e527b51dfb0b0ea + image: linuxkit/acpid:e9a94e593d6be2fc1b3eb6d566f23ac9ca9807fd diff --git a/test/cases/010_platforms/110_gcp/000_run/test.yml b/test/cases/010_platforms/110_gcp/000_run/test.yml index 5aabd071a..7ab222fc2 100644 --- a/test/cases/010_platforms/110_gcp/000_run/test.yml +++ b/test/cases/010_platforms/110_gcp/000_run/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/020_kernel/011_config_5.4.x/test.yml b/test/cases/020_kernel/011_config_5.4.x/test.yml index 5557d27e6..36489379c 100644 --- a/test/cases/020_kernel/011_config_5.4.x/test.yml +++ b/test/cases/020_kernel/011_config_5.4.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.4.156 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:b916af1ec0ed92efb13b25899ef9e43970dab1c2 + image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/013_config_5.10.x/test.yml b/test/cases/020_kernel/013_config_5.10.x/test.yml index e43d85f62..45bf71467 100644 --- a/test/cases/020_kernel/013_config_5.10.x/test.yml +++ b/test/cases/020_kernel/013_config_5.10.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:b916af1ec0ed92efb13b25899ef9e43970dab1c2 + image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/015_config_5.12.x/test.yml b/test/cases/020_kernel/015_config_5.12.x/test.yml index 618988187..de432a404 100644 --- a/test/cases/020_kernel/015_config_5.12.x/test.yml +++ b/test/cases/020_kernel/015_config_5.12.x/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.12.14 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:b916af1ec0ed92efb13b25899ef9e43970dab1c2 + image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/111_kmod_5.4.x/test.yml b/test/cases/020_kernel/111_kmod_5.4.x/test.yml index 9f0d9d912..5ef8f7322 100644 --- a/test/cases/020_kernel/111_kmod_5.4.x/test.yml +++ b/test/cases/020_kernel/111_kmod_5.4.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.4.156 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/113_kmod_5.10.x/test.yml b/test/cases/020_kernel/113_kmod_5.10.x/test.yml index f5c256e95..d7b61ad84 100644 --- a/test/cases/020_kernel/113_kmod_5.10.x/test.yml +++ b/test/cases/020_kernel/113_kmod_5.10.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/115_kmod_5.12.x/test.yml b/test/cases/020_kernel/115_kmod_5.12.x/test.yml index 16acd5678..369cb5446 100644 --- a/test/cases/020_kernel/115_kmod_5.12.x/test.yml +++ b/test/cases/020_kernel/115_kmod_5.12.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.12.14 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: check image: kmod-test @@ -13,5 +13,5 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index 038c7327a..750bd292a 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index d07f83223..4045aedb4 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 0a4599afb..3105039c5 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 0a4599afb..3105039c5 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index f1564abfa..eafbe857e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index f1564abfa..eafbe857e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index c19d851c4..38d831fc5 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index fb9dbf490..35831f52d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index fdf85874a..c9fa01380 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index fdf85874a..c9fa01380 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index 71cfd7abc..d826dfb35 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index 71cfd7abc..d826dfb35 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 71ed8c913..cc48b9669 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index 6dcbea5b7..0cde360a4 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index f838ccddd..349249eef 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index f838ccddd..349249eef 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 801b7441d..9a39c30ba 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 801b7441d..9a39c30ba 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index 221ac34c9..159e18e79 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 9d9d443af..fd31f779a 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index 472568ebb..9a7622a49 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index 472568ebb..9a7622a49 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index a6149728e..70b1e1935 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index a6149728e..70b1e1935 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index cf861a90c..166d90271 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index f8bf47a33..6fe470d08 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index bb92e64be..f00bb475d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index bb92e64be..f00bb475d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index d68fa52a3..4ad5dd4d7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index d68fa52a3..4ad5dd4d7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index 8eb804e6c..7aa6e37f2 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index 93e730bf7..3fefaa77d 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index b58e75e98..5ef204bb4 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index b58e75e98..5ef204bb4 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index babd9f5a7..4285f08d9 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index babd9f5a7..4285f08d9 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index 5d12be2dd..13dd51df9 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index af910682c..c5d38a208 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index e7e0696c4..6742e16a7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index e7e0696c4..6742e16a7 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 05fdd43d4..5cba2a682 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 05fdd43d4..5cba2a682 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index f68432590..2133e8f40 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index 48c41a78d..fc18d7866 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index e4d1fc001..9483b066e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index e4d1fc001..9483b066e 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index 94a37f1b5..04ca8ad5f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index 94a37f1b5..04ca8ad5f 100644 --- a/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 32d8c41db..0d5b21bfa 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml index fd7567589..ed1b8caf1 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 76d2bd1c8..78c17e205 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml index 76d2bd1c8..78c17e205 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 19130798c..c29df45fe 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml index 19130798c..c29df45fe 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index f85b08a21..1cf25a91e 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml index e72f46734..1f37baa9c 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index b6336f608..361246716 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml index b6336f608..361246716 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index 2b4869009..b53987748 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml index 2b4869009..b53987748 100644 --- a/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/200_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml index 8d97e3c31..0e793bb7d 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml index 33903b085..b71d7a858 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml index 599b959b7..586e0e901 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml index 153c23f96..bf7657472 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml index b68b72eb0..f1bdf577e 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml index cef9b7353..bb1e8a502 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml index 831d3fdb5..90268e3da 100644 --- a/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/200_namespace/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:ba8593eb4d3b96e1770a8830a05f5afc4a9b7da5 + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/200_namespace/common.yml b/test/cases/020_kernel/200_namespace/common.yml index ff2250a15..7716a5a27 100644 --- a/test/cases/020_kernel/200_namespace/common.yml +++ b/test/cases/020_kernel/200_namespace/common.yml @@ -2,5 +2,5 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index c95c7bbee..28a9ab52d 100644 --- a/test/cases/030_security/000_docker-bench/test.yml +++ b/test/cases/030_security/000_docker-bench/test.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: sysfs - image: linuxkit/sysfs:3498aa99c90a29439b5a1926f6ffcd75c270372c + image: linuxkit/sysfs:0148c62dbf57948849e8da829d36363b94a76c97 - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:bdabfe138f05f7d48396d2f435af16f5a6ccaa45 + image: linuxkit/rngd:a44c6230f1620f1d6310b95a9e9f585de73a8bd7 - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 - name: docker image: docker:20.10.6-dind capabilities: @@ -34,7 +34,7 @@ services: - /run:/var/run command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: test-docker-bench - image: linuxkit/test-docker-bench:91113a35ceba0b82d4eceeeb57723a7685ec2c47 + image: linuxkit/test-docker-bench:41684cb587e45d9e057bb1e51e8b75c02fe4a3e3 ipc: host pid: host net: host diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 7942a6c9a..e0cb68699 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: test image: alpine:3.13 @@ -12,7 +12,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_bcc/test.yml b/test/cases/040_packages/002_bcc/test.yml index 1d1ed2561..c1792be11 100644 --- a/test/cases/040_packages/002_bcc/test.yml +++ b/test/cases/040_packages/002_bcc/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 - linuxkit/kernel-bcc:5.4.113 onboot: - name: check-bcc @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index 66b729925..97a5c28c5 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: binfmt - image: linuxkit/binfmt:5567917e7de481e4867d31c7490a0ebdb70e04a5 + image: linuxkit/binfmt:e392d51db0ff8209b6021955b20c316f8a62bf25 - name: test image: alpine:3.13 binds: @@ -14,7 +14,7 @@ onboot: - /proc/sys/fs/binfmt_misc:/binfmt_misc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_bpftrace/test.yml b/test/cases/040_packages/002_bpftrace/test.yml index 2c823b292..d563ba9c4 100644 --- a/test/cases/040_packages/002_bpftrace/test.yml +++ b/test/cases/040_packages/002_bpftrace/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 - linuxkit/bpftrace:a5c57a3791a87e96aea456f78fd88973ea9904d0 onboot: - name: bpftrace-test @@ -17,7 +17,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index 49c2d0946..51ab74394 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: test image: alpine:3.13 @@ -13,7 +13,7 @@ onboot: - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_cgroupv2/test.yml b/test/cases/040_packages/003_cgroupv2/test.yml index 9594f132a..f3acd1d1c 100644 --- a/test/cases/040_packages/003_cgroupv2/test.yml +++ b/test/cases/040_packages/003_cgroupv2/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "linuxkit.unified_cgroup_hierarchy=1 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: test image: alpine:3.13 @@ -12,7 +12,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 20021c66e..33bc4fed3 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:77c4ad6aca18917b655342a9e758e9a164668496 + image: linuxkit/test-containerd:56001736371960e8989f93e90211eaa7f1a573b3 - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 9dc15179c..57152c13e 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.13 @@ -15,7 +15,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/000_simple/test.yml b/test/cases/040_packages/004_dm-crypt/000_simple/test.yml index ce98e9f01..deb1e7808 100644 --- a/test/cases/040_packages/004_dm-crypt/000_simple/test.yml +++ b/test/cases/040_packages/004_dm-crypt/000_simple/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306 + image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0 command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.13 @@ -16,7 +16,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/001_luks/test.yml b/test/cases/040_packages/004_dm-crypt/001_luks/test.yml index 5b924690a..a70643f7f 100644 --- a/test/cases/040_packages/004_dm-crypt/001_luks/test.yml +++ b/test/cases/040_packages/004_dm-crypt/001_luks/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306 + image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0 command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.13 @@ -16,7 +16,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/004_dm-crypt/002_key/test.yml b/test/cases/040_packages/004_dm-crypt/002_key/test.yml index 72fa4f072..1ae85bea9 100644 --- a/test/cases/040_packages/004_dm-crypt/002_key/test.yml +++ b/test/cases/040_packages/004_dm-crypt/002_key/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: dm-crypt - image: linuxkit/dm-crypt:313085c3279e5c64ef3777973a139f30e4a48306 + image: linuxkit/dm-crypt:908d3a270650aff7388092a307673c44d86e1ed0 command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"] binds: - /dev/:/dev @@ -19,7 +19,7 @@ onboot: - /dev:/dev command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/000_ext4/test-create.yml b/test/cases/040_packages/005_extend/000_ext4/test-create.yml index cb32a4a9e..f2901f756 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test-create.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test-create.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -16,5 +16,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/000_ext4/test.yml b/test/cases/040_packages/005_extend/000_ext4/test.yml index 06338284d..01f9a7af0 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: extend - image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9 + image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml index d366f4a84..4e4b3b9d4 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: modprobe - image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690 + image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -20,5 +20,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/001_btrfs/test.yml b/test/cases/040_packages/005_extend/001_btrfs/test.yml index 058432966..9b3d3a6b1 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: modprobe - image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690 + image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9 + image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737 command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -21,7 +21,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/002_xfs/test-create.yml b/test/cases/040_packages/005_extend/002_xfs/test-create.yml index 47797663e..f651291ed 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test-create.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test-create.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/002_xfs/test.yml b/test/cases/040_packages/005_extend/002_xfs/test.yml index 14083b8aa..c018d1770 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: extend - image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9 + image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737 command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/003_gpt/test-create.yml b/test/cases/040_packages/005_extend/003_gpt/test-create.yml index ee46bb474..5ea99a0b5 100644 --- a/test/cases/040_packages/005_extend/003_gpt/test-create.yml +++ b/test/cases/040_packages/005_extend/003_gpt/test-create.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,5 +17,5 @@ onboot: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] diff --git a/test/cases/040_packages/005_extend/003_gpt/test.yml b/test/cases/040_packages/005_extend/003_gpt/test.yml index 06338284d..01f9a7af0 100644 --- a/test/cases/040_packages/005_extend/003_gpt/test.yml +++ b/test/cases/040_packages/005_extend/003_gpt/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: extend - image: linuxkit/extend:59d7fdc4aa8901f94e2506c41d7c7358463b83f9 + image: linuxkit/extend:e521b228017344df9188ccf246719593e7039737 - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -17,7 +17,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.yml b/test/cases/040_packages/006_format_mount/000_auto/test.yml index 896580389..afb08ed19 100644 --- a/test/cases/040_packages/006_format_mount/000_auto/test.yml +++ b/test/cases/040_packages/006_format_mount/000_auto/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.yml b/test/cases/040_packages/006_format_mount/001_by_label/test.yml index b98722639..ada53b79b 100644 --- a/test/cases/040_packages/006_format_mount/001_by_label/test.yml +++ b/test/cases/040_packages/006_format_mount/001_by_label/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in index 9989f02ae..249e0e889 100644 --- a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in +++ b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml index f2d7b6eea..e910ffb94 100644 --- a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml +++ b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: modprobe - image: linuxkit/modprobe:e2045c96cd2d3ef08eaf452396462d9205667690 + image: linuxkit/modprobe:1b59b4f2ebb877085ea0d8d3a41cf06f64c09a15 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -21,7 +21,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.yml b/test/cases/040_packages/006_format_mount/004_xfs/test.yml index c08078705..d87de9277 100644 --- a/test/cases/040_packages/006_format_mount/004_xfs/test.yml +++ b/test/cases/040_packages/006_format_mount/004_xfs/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml index b728b0e93..294f9c90a 100644 --- a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml +++ b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/006_gpt/test.yml b/test/cases/040_packages/006_format_mount/006_gpt/test.yml index 664bb7559..b43e1fddf 100644 --- a/test/cases/040_packages/006_format_mount/006_gpt/test.yml +++ b/test/cases/040_packages/006_format_mount/006_gpt/test.yml @@ -2,14 +2,14 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-partition", "gpt"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.13 @@ -18,7 +18,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.yml b/test/cases/040_packages/006_format_mount/010_multiple/test.yml index 9615c7d40..c3c78f187 100644 --- a/test/cases/040_packages/006_format_mount/010_multiple/test.yml +++ b/test/cases/040_packages/006_format_mount/010_multiple/test.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:cf335053c7d0b4cd8cc2d136e9392ea5904a71dc + image: linuxkit/format:b2c5f160916ba4793fda7bdc9fe66c68df116a61 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:a9a5f731261891bd880e108e6fa2be5bac2f63ba + image: linuxkit/mount:43a2c1fb1ee19d0b2fe696655844cd6800e76aff command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] - name: test image: alpine:3.13 @@ -25,7 +25,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 259649ed3..4dc3425f7 100644 --- a/test/cases/040_packages/007_getty-containerd/test.yml +++ b/test/cases/040_packages/007_getty-containerd/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:ebe3397aa9b08e8f310121fdb0aac9406e1c8e73 + image: linuxkit/getty:3c6e89681a988c3d4e2610fcd7aaaa0247ded3ec files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/test/cases/040_packages/009_init_containerd/test.yml b/test/cases/040_packages/009_init_containerd/test.yml index 271f33ec4..9830a2c80 100644 --- a/test/cases/040_packages/009_init_containerd/test.yml +++ b/test/cases/040_packages/009_init_containerd/test.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 services: - name: test image: alpine:3.13 diff --git a/test/cases/040_packages/011_kmsg/test.yml b/test/cases/040_packages/011_kmsg/test.yml index 3442a074d..62484ecec 100644 --- a/test/cases/040_packages/011_kmsg/test.yml +++ b/test/cases/040_packages/011_kmsg/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a - - linuxkit/memlogd:9b0e8a5b3f67672234170d88833163caf7898984 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 + - linuxkit/memlogd:55ba089dd98e96b0aeb24463852fb7539e2c2c1e services: - name: kmsg - image: linuxkit/kmsg:fa82d93cab0c1efa178cc51ffb82b83cc011148e + image: linuxkit/kmsg:2ed5334395ec64a7844a2cbd88837050fbd34880 - name: write-and-rotate-logs - image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208 + image: linuxkit/logwrite:568325cf294338b37446943c2b86a8cd8dc703db - name: check-the-logs image: alpine:3.13 binds: diff --git a/test/cases/040_packages/012_logwrite/test.yml b/test/cases/040_packages/012_logwrite/test.yml index a1d711611..8f7bd11f9 100644 --- a/test/cases/040_packages/012_logwrite/test.yml +++ b/test/cases/040_packages/012_logwrite/test.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a - - linuxkit/memlogd:9b0e8a5b3f67672234170d88833163caf7898984 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 + - linuxkit/memlogd:55ba089dd98e96b0aeb24463852fb7539e2c2c1e services: # A service which generates logs of log messages - name: fill-the-logs image: alpine command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:e64e0f06e485e3542b58f3517da3bc13f246d208 + image: linuxkit/logwrite:568325cf294338b37446943c2b86a8cd8dc703db command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.13 diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index 264bb2a24..eb090e551 100644 --- a/test/cases/040_packages/012_losetup/test.yml +++ b/test/cases/040_packages/012_losetup/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: losetup - image: linuxkit/losetup:bd8b9d59785e9be62f8374c359c0736ad33744d4 + image: linuxkit/losetup:43e40be0c82cbccf171ebd2a8065246e2e84f66e command: ["/usr/bin/loopy", "-c", "/var/test.img"] - name: test image: alpine:3.13 @@ -20,7 +20,7 @@ onboot: type: b command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/013_metadata/000_cidata/test.yml b/test/cases/040_packages/013_metadata/000_cidata/test.yml index 76db1985c..6305cb83e 100644 --- a/test/cases/040_packages/013_metadata/000_cidata/test.yml +++ b/test/cases/040_packages/013_metadata/000_cidata/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: metadata - image: linuxkit/metadata:a18ef20139eba44a80e1213c746471dc67d1b023 + image: linuxkit/metadata:84727a54a54e24099104849cb1e7fc5ef1ade7a2 - name: test image: alpine:3.13 binds: @@ -14,7 +14,7 @@ onboot: - /run:/run command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 0cddb267b..edd6b69a5 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,10 +2,10 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: mkimage - image: linuxkit/mkimage:fa71899c159d8c1ae63a02a22fe8db113c4e540c + image: linuxkit/mkimage:ef008e6ec914daf0accbb02f5319fa2435d46133 - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 727cd4f3f..b6808cbe9 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 0d32895f5..666fface4 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: sysctl - image: linuxkit/sysctl:02d2bd74509fd063857ceb4c4f502f09ee4f2e0a + image: linuxkit/sysctl:0dc8f792fc3a58afcebcb0fbe6b48de587265c17 - name: test image: alpine:3.13 net: host @@ -16,7 +16,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index de16c28d7..886f0c66e 100644 --- a/test/cases/040_packages/023_wireguard/test.yml +++ b/test/cases/040_packages/023_wireguard/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 - - linuxkit/ca-certificates:4df823737c9bf6a9564b736f1a19fd25d60e909a + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e + - linuxkit/ca-certificates:c1c73ef590dffb6a0138cf758fe4a4305c9864f4 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1 + image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:b98c32fab9c8997c5d05677af979f05dfcd8b3f1 + image: linuxkit/ip:6cc44dd4e18ddb02de01bc4b34b5799971b6a7bf net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 7fdc70c5d..e23fd08d7 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index dfdb57889..7665c105e 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,15 +4,15 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 - - linuxkit/containerd:b991571dd383351dbb2873f9ae3b70475adb6816 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 + - linuxkit/containerd:2f0907913dd54ab5186006034eb224a0da12443e onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1033f340e2d42f86a60aab70752346f0045ea388 + image: linuxkit/dhcpcd:52d2c4df0311b182e99241cdc382ff726755c450 command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:b916af1ec0ed92efb13b25899ef9e43970dab1c2 + image: linuxkit/test-kernel-config:41aa03790ea637624a3f9737187e0c878766474b - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "120"] diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index c21f32122..50d8e9b34 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:12f0af976c42d4125a3ff3f5e636c95c0a7caa2a AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ # btrfs-progfs is required for btrfs test (mkfs.btrfs) # util-linux is required for btrfs test (losetup) diff --git a/test/pkg/docker-bench/Dockerfile b/test/pkg/docker-bench/Dockerfile index 9dab8025e..dbf796f38 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/test/pkg/kernel-config/Dockerfile b/test/pkg/kernel-config/Dockerfile index dc8966055..d460224e9 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl bash diff --git a/test/pkg/ns/Dockerfile b/test/pkg/ns/Dockerfile index 82de3e76c..6edd386be 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ @@ -8,7 +8,7 @@ RUN apk add --no-cache --initdb -p /out \ musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 861b575ac..4cd64055a 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,16 +3,16 @@ kernel: image: linuxkit/kernel:5.10.76 cmdline: "console=ttyS0" init: - - linuxkit/init:43c52456571369d62882605e4d510f0df3ed93de - - linuxkit/runc:5f9941eed05f58293f928c9f2f0b6a3f9f6f55c1 + - linuxkit/init:eb597ef74d808b5320ad1060b1620a6ac31e7ced + - linuxkit/runc:21dbbda709ae138de0af6b0c7e4ae49525db5e88 onboot: - name: test-ns - image: linuxkit/test-ns: + image: linuxkit/test-ns:07a17973bb80d30d5924a440a33bfaaf475500ca command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] # command: ["/bin/sh", "/runc-net.sh", "-l", "5", "-i", "2", "-c", "5", "-p", "unix", "-ip", "6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:afe4b3ab865afe1e3ed5c88e58f57808f4f5119f + image: linuxkit/poweroff:39d99e5909b6f8faccedc78d6d2646cdb6c9ed9c command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/pkg/poweroff/Dockerfile b/test/pkg/poweroff/Dockerfile index e8d65e7f0..1833622c2 100644 --- a/test/pkg/poweroff/Dockerfile +++ b/test/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index 2cd9efde3..851d01162 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ tini RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off diff --git a/tools/alpine/Dockerfile b/tools/alpine/Dockerfile index 278bb6251..be9cf01c1 100644 --- a/tools/alpine/Dockerfile +++ b/tools/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 AS mirror +FROM alpine:3.14 AS mirror # update base image RUN apk update && apk upgrade -a @@ -12,17 +12,6 @@ RUN cat /tmp/packages.$(uname -m) >> /tmp/packages && \ mkdir -p /mirror/$(apk --print-arch) && \ apk fetch --recursive -o /mirror/$(apk --print-arch) $(apk info; cat /tmp/packages) -# these are the repository-specific ones, if they exist -RUN for repopkgs in /tmp/packages.repo.*; do \ - repo=${repopkgs##*repo.} && archspecific=/tmp/packages.$(uname -m).repo.${repo} && mergedfile=/tmp/packages.merged.${repo} && repofile=/tmp/repositories.${repo} && \ - cachedir=/tmp/cache/${repo} && \ - mkdir -p ${cachedir} && \ - cp ${repopkgs} ${mergedfile} && \ - if [ -f ${archspecific} ]; then cat ${archspecific} >> ${mergedfile}; fi && \ - sed "s#alpine/[^\/]*/#alpine/${repo}/#g" /etc/apk/repositories > ${repofile} && \ - apk update --repositories-file=${repofile} --cache-dir ${cachedir} && \ - apk fetch --repositories-file=${repofile} --cache-dir ${cachedir} --recursive -o /mirror/$(apk --print-arch) $(cat ${mergedfile}); done - # install abuild and sudo for signing RUN apk add --no-cache abuild sudo @@ -83,7 +72,7 @@ RUN set -e && \ cp iucode_tool /iucode_tool; \ fi -FROM alpine:3.13 +FROM alpine:3.14 ARG TARGETARCH diff --git a/tools/alpine/packages b/tools/alpine/packages index 9fec7dd6d..2fd471d66 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -49,6 +49,7 @@ gettext-dev git gmp-dev gnupg +go grep hvtools installkernel diff --git a/tools/alpine/packages.repo.edge b/tools/alpine/packages.repo.edge deleted file mode 100644 index 4023f2095..000000000 --- a/tools/alpine/packages.repo.edge +++ /dev/null @@ -1 +0,0 @@ -go diff --git a/tools/alpine/packages.x86_64 b/tools/alpine/packages.x86_64 index 652625768..186faabd4 100644 --- a/tools/alpine/packages.x86_64 +++ b/tools/alpine/packages.x86_64 @@ -1,4 +1,3 @@ -gummiboot libunwind-dev luajit-dev open-vm-tools diff --git a/tools/alpine/versions.aarch64 b/tools/alpine/versions.aarch64 index 792adcfc6..bf8776c36 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,52 +1,52 @@ -# linuxkit/alpine:240ccc905805c2b24d7b552603c972912026e8e0-arm64 +# linuxkit/alpine:1efed58cf4b0d01dbca768b28c2869723e1cd569- # automatically generated list of installed packages -abuild-3.7.0-r0 -alpine-baselayout-3.2.0-r8 +abuild-3.8.0_rc4-r0 +alpine-baselayout-3.2.0-r16 alpine-keys-2.4-r0 apk-tools-2.12.7-r0 argon2-libs-20190702-r1 argp-standalone-1.3-r4 -attr-2.4.48-r0 -attr-dev-2.4.48-r0 -audit-2.8.5-r3 -audit-libs-2.8.5-r3 -audit-openrc-2.8.5-r3 -autoconf-2.69-r3 +attr-2.5.1-r0 +attr-dev-2.5.1-r0 +audit-3.0.1-r1 +audit-libs-3.0.1-r1 +audit-openrc-3.0.1-r1 +autoconf-2.71-r0 automake-1.16.3-r0 -bash-5.1.0-r0 +bash-5.1.4-r0 bc-1.07.1-r1 -binutils-2.35.2-r1 -binutils-dev-2.35.2-r1 -binutils-gold-2.37-r3 -bison-3.7.4-r0 -blkid-2.36.1-r1 -bridge-utils-1.7-r0 -brotli-libs-1.0.9-r3 +binutils-2.35.2-r2 +binutils-dev-2.35.2-r2 +binutils-gold-2.35.2-r2 +bison-3.7.6-r0 +blkid-2.37-r0 +bridge-utils-1.7.1-r0 +brotli-libs-1.0.9-r5 bsd-compat-headers-0.7.2-r3 -btrfs-progs-5.10-r0 -btrfs-progs-dev-5.10-r0 -btrfs-progs-libs-5.10-r0 +btrfs-progs-5.12.1-r0 +btrfs-progs-dev-5.12.1-r0 +btrfs-progs-libs-5.12.1-r0 build-base-0.5-r2 -busybox-1.32.1-r6 -busybox-initscripts-3.2-r2 +busybox-1.33.1-r3 +busybox-initscripts-3.3-r1 bzip2-1.0.8-r1 ca-certificates-20191127-r5 ca-certificates-bundle-20191127-r5 cdrkit-1.1.11-r3 -cfdisk-2.36.1-r1 +cfdisk-2.37-r0 cifs-utils-6.13-r0 -clang-10.0.1-r0 -clang-dev-10.0.1-r0 -clang-extra-tools-10.0.1-r0 -clang-libs-10.0.1-r0 -clang-static-10.0.1-r0 -cmake-3.18.4-r1 +clang-11.1.0-r1 +clang-dev-11.1.0-r1 +clang-extra-tools-11.1.0-r1 +clang-libs-11.1.0-r1 +clang-static-11.1.0-r1 +cmake-3.20.3-r0 coreutils-8.32-r2 -cryptsetup-2.3.4-r1 -cryptsetup-libs-2.3.4-r1 -cryptsetup-openrc-2.3.4-r1 +cryptsetup-2.3.6-r0 +cryptsetup-libs-2.3.6-r0 +cryptsetup-openrc-2.3.6-r0 curl-7.79.1-r0 -dbus-libs-1.12.20-r1 +dbus-libs-1.12.20-r2 device-mapper-2.02.187-r1 device-mapper-event-libs-2.02.187-r1 device-mapper-libs-2.02.187-r1 @@ -54,75 +54,78 @@ device-mapper-udev-2.02.187-r1 dhcpcd-8.1.9-r0 dhcpcd-openrc-8.1.9-r0 diffutils-3.7-r0 -dosfstools-4.1-r1 -dtc-1.6.0-r1 -e2fsprogs-1.45.7-r0 -e2fsprogs-dev-1.45.7-r0 -e2fsprogs-extra-1.45.7-r0 -e2fsprogs-libs-1.45.7-r0 -elfutils-dev-0.182-r0 -ethtool-5.10-r0 -eudev-3.2.9-r3 -eudev-libs-3.2.9-r3 -eudev-openrc-3.2.9-r3 -expat-2.2.10-r1 +dosfstools-4.2-r0 +dtc-1.6.1-r0 +e2fsprogs-1.46.2-r0 +e2fsprogs-dev-1.46.2-r0 +e2fsprogs-extra-1.46.2-r0 +e2fsprogs-libs-1.46.2-r0 +elfutils-dev-0.182-r1 +ethtool-5.12-r0 +eudev-3.2.10-r0 +eudev-libs-3.2.10-r0 +eudev-openrc-3.2.10-r0 +expat-2.4.1-r0 expect-5.45.4-r0 fakeroot-1.25.3-r3 -file-5.39-r0 -findmnt-2.36.1-r1 -findutils-4.8.0-r0 +file-5.40-r1 +findmnt-2.37-r0 +findutils-4.8.0-r1 flex-2.6.4-r2 flex-dev-2.6.4-r2 flex-libs-2.6.4-r2 -fortify-headers-1.1-r0 +flock-2.37-r0 +fortify-headers-1.1-r1 fts-1.2.7-r1 fts-dev-1.2.7-r1 -g++-10.2.1_pre1-r3 -gc-8.0.4-r4 -gcc-10.2.1_pre1-r3 +g++-10.3.1_git20210424-r2 +gawk-5.1.0-r0 +gc-8.0.4-r5 +gcc-10.3.1_git20210424-r2 gdbm-1.19-r0 -gettext-0.20.2-r2 -gettext-asprintf-0.20.2-r2 -gettext-dev-0.20.2-r2 -gettext-libs-0.20.2-r2 -git-2.30.2-r0 -git-perl-2.30.2-r0 -glib-2.66.8-r0 +gettext-0.21-r0 +gettext-asprintf-0.21-r0 +gettext-dev-0.21-r0 +gettext-libs-0.21-r0 +git-2.32.0-r0 +git-perl-2.32.0-r0 +glib-2.68.3-r0 gmp-6.2.1-r0 gmp-dev-6.2.1-r0 gnupg-2.2.31-r0 gnutls-3.7.1-r0 -go-1.17.2-r0 +go-1.16.10-r0 grep-3.7-r0 -guile-2.0.14-r2 -guile-libs-2.0.14-r2 -hexdump-2.36.1-r1 +guile-3.0.6-r0 +guile-libs-3.0.6-r0 +hexdump-2.37-r0 hvtools-4.11.9-r1 -ifupdown-ng-0.11.2-r0 -ifupdown-ng-ethtool-0.11.2-r0 -ifupdown-ng-iproute2-0.11.2-r0 -ifupdown-ng-wireguard-0.11.2-r0 -inih-52-r1 +ifupdown-ng-0.11.3-r0 +ifupdown-ng-ethtool-0.11.3-r0 +ifupdown-ng-iproute2-0.11.3-r0 +ifupdown-ng-wifi-0.11.3-r0 +ifupdown-ng-wireguard-0.11.3-r0 +inih-53-r1 installkernel-3.5-r1 -ip6tables-1.8.6-r0 -ip6tables-openrc-1.8.6-r0 -iperf3-3.9-r1 -iperf3-openrc-3.9-r1 -iproute2-5.10.0-r1 -iproute2-minimal-5.10.0-r1 -iproute2-ss-5.10.0-r1 -iproute2-tc-5.10.0-r1 -iptables-1.8.6-r0 -iptables-openrc-1.8.6-r0 +ip6tables-1.8.7-r1 +ip6tables-openrc-1.8.7-r1 +iperf3-3.10.1-r0 +iperf3-openrc-3.10.1-r0 +iproute2-5.12.0-r0 +iproute2-minimal-5.12.0-r0 +iproute2-ss-5.12.0-r0 +iproute2-tc-5.12.0-r0 +iptables-1.8.7-r1 +iptables-openrc-1.8.7-r1 ipvsadm-1.31-r0 isl22-0.22-r0 jq-1.6-r1 json-c-0.15-r1 keyutils-1.6.3-r0 keyutils-libs-1.6.3-r0 -kmod-28-r0 -kmod-libs-28-r0 -kmod-openrc-28-r0 +kmod-29-r0 +kmod-libs-29-r0 +kmod-openrc-29-r0 krb5-conf-1.0-r2 krb5-dev-1.18.4-r0 krb5-libs-1.18.4-r0 @@ -131,233 +134,237 @@ libacl-2.2.53-r0 libaio-0.3.112-r1 libarchive-3.5.1-r0 libarchive-tools-3.5.1-r0 -libassuan-2.5.4-r0 -libatomic-10.2.1_pre1-r3 -libattr-2.4.48-r0 -libblkid-2.36.1-r1 -libbsd-0.10.0-r0 -libburn-1.5.2-r0 +libassuan-2.5.5-r0 +libatomic-10.3.1_git20210424-r2 +libattr-2.5.1-r0 +libblkid-2.37-r0 +libbsd-0.11.3-r0 +libburn-1.5.4-r0 libbz2-1.0.8-r1 libc-dev-0.7.2-r3 libc-utils-0.7.2-r3 -libc6-compat-1.2.2-r1 -libcap-2.46-r0 +libc6-compat-1.2.2-r3 +libcap-2.50-r0 libcap-ng-0.8.2-r0 libcap-ng-dev-0.8.2-r0 -libcom_err-1.45.7-r0 +libcom_err-1.46.2-r0 libcrypto1.1-1.1.1l-r0 libcurl-7.79.1-r0 -libdrm-2.4.104-r0 -libeconf-0.3.8-r0 -libedit-20191231.3.1-r1 -libedit-dev-20191231.3.1-r1 -libelf-0.182-r0 -libelf-static-0.182-r0 -libepoxy-1.5.5-r0 -libevent-2.1.12-r1 -libfdisk-2.36.1-r1 -libfdt-1.6.0-r1 +libdrm-2.4.106-r0 +libeconf-0.3.8-r1 +libedit-20210216.3.1-r0 +libedit-dev-20210216.3.1-r0 +libelf-0.182-r1 +libelf-static-0.182-r1 +libepoxy-1.5.8-r0 +libevent-2.1.12-r2 +libfdisk-2.37-r0 +libfdt-1.6.1-r0 libffi-3.3-r2 -libgcc-10.2.1_pre1-r3 -libgcc-10.3.1_git20210921-r1 -libgcrypt-1.8.8-r1 +libgcc-10.3.1_git20210424-r2 +libgcrypt-1.9.4-r0 libgmpxx-6.2.1-r0 -libgomp-10.2.1_pre1-r3 -libgpg-error-1.41-r0 -libgphobos-10.2.1_pre1-r3 -libintl-0.20.2-r2 -libisoburn-1.5.2-r0 -libisofs-1.5.2-r0 +libgomp-10.3.1_git20210424-r2 +libgpg-error-1.42-r0 +libgphobos-10.3.1_git20210424-r2 +libintl-0.21-r0 +libisoburn-1.5.4-r0 +libisofs-1.5.4-r0 libjpeg-turbo-2.1.0-r0 -libksba-1.5.0-r0 -libldap-2.4.57-r1 +libksba-1.5.1-r0 +libldap-2.4.58-r0 libltdl-2.4.6-r7 -libmagic-5.39-r0 +libmagic-5.40-r1 +libmd-1.0.3-r0 libmnl-1.0.4-r1 -libmount-2.36.1-r1 -libnfsidmap-2.5.2-r0 -libnftnl-libs-1.1.8-r0 +libmount-2.37-r0 +libnfsidmap-2.5.3-r0 +libnftnl-libs-1.2.0-r0 libnl3-3.5.0-r0 libpcap-1.10.0-r0 libpng-1.6.37-r1 -libressl-dev-3.1.5-r0 -libressl3.1-libcrypto-3.1.5-r0 -libressl3.1-libssl-3.1.5-r0 -libressl3.1-libtls-3.1.5-r0 -libsasl-2.1.27-r10 -libseccomp-2.5.1-r1 -libseccomp-dev-2.5.1-r1 -libseccomp-static-2.5.1-r1 -libsecret-0.20.4-r0 -libsmartcols-2.36.1-r1 +libressl-dev-3.3.3-r0 +libressl3.3-libcrypto-3.3.3-r0 +libressl3.3-libssl-3.3.3-r0 +libressl3.3-libtls-3.3.3-r0 +libretls-3.3.3p1-r2 +libsasl-2.1.27-r12 +libseccomp-2.5.1-r2 +libseccomp-dev-2.5.1-r2 +libseccomp-static-2.5.1-r2 +libsecret-0.20.4-r1 +libsmartcols-2.37-r0 libssl1.1-1.1.1l-r0 -libstdc++-10.2.1_pre1-r3 -libstdc++-10.3.1_git20210921-r1 -libtasn1-4.16.0-r1 -libtirpc-1.3.1-r0 -libtirpc-conf-1.3.1-r0 -libtirpc-dev-1.3.1-r0 -libtirpc-nokrb-1.3.1-r0 -libtls-standalone-2.9.1-r1 +libstdc++-10.3.1_git20210424-r2 +libtasn1-4.17.0-r0 +libtirpc-1.3.2-r0 +libtirpc-conf-1.3.2-r0 +libtirpc-dev-1.3.2-r0 +libtirpc-nokrb-1.3.2-r0 libtool-2.4.6-r7 -libucontext-1.0-r0 -libucontext-dev-1.0-r0 -libunistring-0.9.10-r0 +libucontext-1.1-r0 +libucontext-dev-1.1-r0 +libunistring-0.9.10-r1 libunwind-1.5.0-r1 libunwind-dev-1.5.0-r1 -libusb-1.0.24-r1 -libuuid-2.36.1-r1 -libuv-1.40.0-r0 -libverto-0.3.1-r1 -libwbclient-4.13.8-r0 -libx11-1.7.1-r0 +libusb-1.0.24-r2 +libuuid-2.37-r0 +libuv-1.41.0-r0 +libverto-0.3.2-r0 +libwbclient-4.14.8-r0 +libx11-1.7.2-r0 libxau-1.0.9-r0 -libxcb-1.14-r1 +libxcb-1.14-r2 libxdmcp-1.1.3-r0 -libxkbcommon-1.0.3-r0 -libxml2-2.9.12-r0 -linux-headers-5.7.8-r0 -llvm10-10.0.1-r1 -llvm10-dev-10.0.1-r1 -llvm10-libs-10.0.1-r1 -llvm10-static-10.0.1-r1 -lsblk-2.36.1-r1 -lsscsi-0.31-r0 +libxkbcommon-1.2.1-r0 +libxml2-2.9.12-r1 +linux-headers-5.10.41-r0 +llvm11-11.1.0-r2 +llvm11-dev-11.1.0-r2 +llvm11-libs-11.1.0-r2 +llvm11-static-11.1.0-r2 +logger-2.37-r0 +lsblk-2.37-r0 +lsscsi-0.32-r0 lua5.3-libs-5.3.6-r0 -luajit-2.2.0-r3 -luajit-dev-2.2.0-r3 +luajit-2.1_p20210510-r0 +luajit-dev-2.1_p20210510-r0 lvm2-2.02.187-r1 lvm2-libs-2.02.187-r1 lvm2-openrc-2.02.187-r1 -lz4-libs-1.9.2-r0 -lzip-1.21-r0 +lz4-libs-1.9.3-r0 +lzip-1.22-r0 lzo-2.10-r2 m4-1.4.18-r2 make-4.3-r0 -mcookie-2.36.1-r1 -mesa-20.3.3-r0 -mesa-gbm-20.3.3-r0 -mpc1-1.2.0-r0 -mpc1-dev-1.2.0-r0 +mcookie-2.37-r0 +mesa-21.1.2-r0 +mesa-gbm-21.1.2-r0 +mpc1-1.2.1-r0 +mpc1-dev-1.2.1-r0 +mpdecimal-2.5.1-r1 mpfr-dev-4.1.0-r0 mpfr4-4.1.0-r0 -mtools-4.0.26-r0 -multipath-tools-0.8.5-r0 -multipath-tools-openrc-0.8.5-r0 -musl-1.2.2-r1 -musl-1.2.2-r7 -musl-dev-1.2.2-r1 -musl-utils-1.2.2-r1 -ncurses-dev-6.2_p20210109-r0 -ncurses-libs-6.2_p20210109-r0 -ncurses-terminfo-base-6.2_p20210109-r0 +mtools-4.0.29-r1 +multipath-tools-0.8.6-r0 +multipath-tools-openrc-0.8.6-r0 +musl-1.2.2-r3 +musl-dev-1.2.2-r3 +musl-utils-1.2.2-r3 +ncurses-dev-6.2_p20210612-r0 +ncurses-libs-6.2_p20210612-r0 +ncurses-terminfo-base-6.2_p20210612-r0 nettle-3.7.3-r0 -nfs-utils-2.5.2-r0 -nfs-utils-openrc-2.5.2-r0 -nghttp2-libs-1.42.0-r1 +nfs-utils-2.5.3-r0 +nfs-utils-openrc-2.5.3-r0 +nghttp2-libs-1.43.0-r0 npth-1.6-r0 -oniguruma-6.9.6-r0 -open-iscsi-2.1.3-r1 -open-iscsi-libs-2.1.3-r1 -open-iscsi-openrc-2.1.3-r1 -open-isns-lib-0.100-r0 -openntpd-6.8_p1-r0 -openrc-0.42.1-r20 +numactl-2.0.14-r0 +oniguruma-6.9.7.1-r0 +open-iscsi-2.1.4-r1 +open-iscsi-libs-2.1.4-r1 +open-iscsi-openrc-2.1.4-r1 +open-isns-lib-0.101-r0 +openntpd-6.8_p1-r3 +openntpd-openrc-6.8_p1-r3 +openrc-0.43.3-r2 openresolv-3.12.0-r0 -openssh-client-8.4_p1-r4 -openssh-keygen-8.4_p1-r4 -openssh-server-8.4_p1-r4 -openssh-server-common-8.4_p1-r4 +openssh-client-common-8.6_p1-r3 +openssh-client-default-8.6_p1-r3 +openssh-keygen-8.6_p1-r3 +openssh-server-8.6_p1-r3 +openssh-server-common-8.6_p1-r3 openssl-1.1.1l-r0 openssl-dev-1.1.1l-r0 p11-kit-0.23.22-r0 -partx-2.36.1-r1 +partx-2.37-r0 patch-2.7.6-r7 pcre-8.44-r0 pcre2-10.36-r0 -pcsc-lite-libs-1.9.0-r0 -perl-5.32.0-r0 +pcsc-lite-libs-1.9.1-r0 +perl-5.32.1-r0 perl-error-0.17029-r1 -perl-git-2.30.2-r0 -pigz-2.4-r1 +perl-git-2.32.0-r0 +pigz-2.6-r0 pinentry-1.1.1-r0 pixman-0.40.0-r2 -pkgconf-1.7.3-r0 +pkgconf-1.7.4-r0 popt-1.18-r0 -python2-2.7.18-r1 -python3-3.8.10-r0 -qemu-5.2.0-r3 -qemu-aarch64-5.2.0-r3 -qemu-arm-5.2.0-r3 -qemu-guest-agent-5.2.0-r3 -qemu-img-5.2.0-r3 -qemu-ppc64le-5.2.0-r3 -qemu-system-aarch64-5.2.0-r3 -qemu-system-arm-5.2.0-r3 -qemu-system-x86_64-5.2.0-r3 +python2-2.7.18-r2 +python3-3.9.5-r1 +qemu-6.0.0-r5 +qemu-aarch64-6.0.0-r5 +qemu-arm-6.0.0-r5 +qemu-guest-agent-6.0.0-r5 +qemu-img-6.0.0-r5 +qemu-ppc64le-6.0.0-r5 +qemu-system-aarch64-6.0.0-r5 +qemu-system-arm-6.0.0-r5 +qemu-system-x86_64-6.0.0-r5 readline-8.1.0-r0 rhash-libs-1.4.1-r0 -rpcbind-1.2.5-r0 -rpcbind-openrc-1.2.5-r0 +rpcbind-1.2.6-r0 +rpcbind-openrc-1.2.6-r0 rsync-3.2.3-r4 rsync-openrc-3.2.3-r4 -s6-ipcserver-2.10.0.0-r0 -samba-util-libs-4.13.8-r0 -scanelf-1.2.8-r0 +s6-ipcserver-2.10.0.3-r0 +samba-util-libs-4.14.8-r0 +scanelf-1.3.2-r0 sed-4.8-r0 -setpriv-2.36.1-r1 -sfdisk-2.36.1-r1 +setpriv-2.37-r0 +sfdisk-2.37-r0 sg3_utils-1.45-r0 -sgdisk-1.0.7-r0 -skalibs-2.10.0.0-r0 +sgdisk-1.0.8-r0 +skalibs-2.10.0.3-r0 slang-2.3.2-r0 slang-dev-2.3.2-r0 snappy-1.1.8-r2 sntpc-0.9-r7 sntpc-openrc-0.9-r7 -socat-1.7.4.1-r0 -sqlite-libs-3.34.1-r0 +socat-1.7.4.1-r1 +sqlite-libs-3.35.5-r0 squashfs-tools-4.5-r0 -ssl_client-1.32.1-r6 -strace-5.10-r0 -swig-4.0.2-r0 -talloc-2.3.1-r0 +ssl_client-1.33.1-r3 +strace-5.12-r0 +swig-4.0.2-r2 +talloc-2.3.2-r1 tar-1.34-r0 tcl-8.6.10-r1 tcpdump-4.99.0-r0 -tevent-0.10.2-r0 +tevent-0.10.2-r1 tini-0.19.0-r0 -tzdata-2021d-r0 +tzdata-2021e-r0 udev-init-scripts-34-r0 udev-init-scripts-openrc-34-r0 -userspace-rcu-0.12.1-r0 -util-linux-2.36.1-r1 -util-linux-dev-2.36.1-r1 -util-linux-openrc-2.36.1-r1 -utmps-0.1.0.0-r0 -utmps-openrc-0.1.0.0-r0 -vde2-libs-2.3.2-r12 +userspace-rcu-0.12.2-r0 +util-linux-2.37-r0 +util-linux-dev-2.37-r0 +util-linux-openrc-2.37-r0 +utmps-0.1.0.2-r0 +utmps-openrc-0.1.0.2-r0 +uuidgen-2.37-r0 +vde2-libs-2.3.2-r13 vim-8.2.3437-r0 virglrenderer-0.8.2-r1 -wayland-libs-server-1.18.0-r5 -wireguard-tools-1.0.20200827-r1 -wireguard-tools-wg-1.0.20200827-r1 -wireguard-tools-wg-quick-1.0.20200827-r1 +wayland-libs-server-1.19.0-r0 +wireguard-tools-1.0.20210424-r0 +wireguard-tools-wg-1.0.20210424-r0 +wireguard-tools-wg-quick-1.0.20210424-r0 wireless-tools-30_pre9-r1 -wpa_supplicant-2.9-r11 -wpa_supplicant-openrc-2.9-r11 -xfsprogs-5.10.0-r0 -xfsprogs-extra-5.10.0-r0 -xkeyboard-config-2.31-r0 -xorriso-1.5.2-r0 +wpa_supplicant-2.9-r14 +wpa_supplicant-openrc-2.9-r14 +xfsprogs-5.12.0-r0 +xfsprogs-extra-5.12.0-r0 +xkeyboard-config-2.33-r0 +xorriso-1.5.4-r0 xxd-8.2.3437-r0 xz-5.2.5-r0 xz-dev-5.2.5-r0 xz-libs-5.2.5-r0 -zfs-2.0.1-r0 -zfs-libs-2.0.1-r0 -zfs-openrc-2.0.1-r0 +zfs-2.0.3-r1 +zfs-libs-2.0.3-r1 +zfs-openrc-2.0.3-r1 zlib-1.2.11-r3 zlib-dev-1.2.11-r3 zlib-static-1.2.11-r3 -zstd-libs-1.4.9-r0 +zstd-libs-1.4.9-r1 diff --git a/tools/alpine/versions.s390x b/tools/alpine/versions.s390x index 6883d640f..f780a93ca 100644 --- a/tools/alpine/versions.s390x +++ b/tools/alpine/versions.s390x @@ -1,52 +1,51 @@ -# linuxkit/alpine:1b5c24936fdf0dc30d63d4f4e1d441fca6076962- +# linuxkit/alpine:980844e7096d47d2c88f9f762b41ecf512dc4081-s390x # automatically generated list of installed packages -abuild-3.7.0-r0 -alpine-baselayout-3.2.0-r8 +abuild-3.8.0_rc4-r0 +alpine-baselayout-3.2.0-r16 alpine-keys-2.4-r0 apk-tools-2.12.7-r0 argon2-libs-20190702-r1 argp-standalone-1.3-r4 -attr-2.4.48-r0 -attr-dev-2.4.48-r0 -audit-2.8.5-r3 -audit-libs-2.8.5-r3 -audit-openrc-2.8.5-r3 -autoconf-2.69-r3 +attr-2.5.1-r0 +attr-dev-2.5.1-r0 +audit-3.0.1-r1 +audit-libs-3.0.1-r1 +audit-openrc-3.0.1-r1 +autoconf-2.71-r0 automake-1.16.3-r0 -bash-5.1.0-r0 +bash-5.1.4-r0 bc-1.07.1-r1 -binutils-2.35.2-r1 -binutils-2.37-r3 -binutils-dev-2.35.2-r1 -bison-3.7.4-r0 -blkid-2.36.1-r1 -bridge-utils-1.7-r0 -brotli-libs-1.0.9-r3 +binutils-2.35.2-r2 +binutils-dev-2.35.2-r2 +bison-3.7.6-r0 +blkid-2.37-r0 +bridge-utils-1.7.1-r0 +brotli-libs-1.0.9-r5 bsd-compat-headers-0.7.2-r3 -btrfs-progs-5.10-r0 -btrfs-progs-dev-5.10-r0 -btrfs-progs-libs-5.10-r0 +btrfs-progs-5.12.1-r0 +btrfs-progs-dev-5.12.1-r0 +btrfs-progs-libs-5.12.1-r0 build-base-0.5-r2 -busybox-1.32.1-r6 -busybox-initscripts-3.2-r2 +busybox-1.33.1-r3 +busybox-initscripts-3.3-r1 bzip2-1.0.8-r1 ca-certificates-20191127-r5 ca-certificates-bundle-20191127-r5 cdrkit-1.1.11-r3 -cfdisk-2.36.1-r1 +cfdisk-2.37-r0 cifs-utils-6.13-r0 -clang-10.0.1-r0 -clang-dev-10.0.1-r0 -clang-extra-tools-10.0.1-r0 -clang-libs-10.0.1-r0 -clang-static-10.0.1-r0 -cmake-3.18.4-r1 +clang-11.1.0-r1 +clang-dev-11.1.0-r1 +clang-extra-tools-11.1.0-r1 +clang-libs-11.1.0-r1 +clang-static-11.1.0-r1 +cmake-3.20.3-r0 coreutils-8.32-r2 -cryptsetup-2.3.4-r1 -cryptsetup-libs-2.3.4-r1 -cryptsetup-openrc-2.3.4-r1 +cryptsetup-2.3.6-r0 +cryptsetup-libs-2.3.6-r0 +cryptsetup-openrc-2.3.6-r0 curl-7.79.1-r0 -dbus-libs-1.12.20-r1 +dbus-libs-1.12.20-r2 device-mapper-2.02.187-r1 device-mapper-event-libs-2.02.187-r1 device-mapper-libs-2.02.187-r1 @@ -54,76 +53,78 @@ device-mapper-udev-2.02.187-r1 dhcpcd-8.1.9-r0 dhcpcd-openrc-8.1.9-r0 diffutils-3.7-r0 -dosfstools-4.1-r1 -dtc-1.6.0-r1 -e2fsprogs-1.45.7-r0 -e2fsprogs-dev-1.45.7-r0 -e2fsprogs-extra-1.45.7-r0 -e2fsprogs-libs-1.45.7-r0 -elfutils-dev-0.182-r0 -ethtool-5.10-r0 -eudev-3.2.9-r3 -eudev-libs-3.2.9-r3 -eudev-openrc-3.2.9-r3 -expat-2.2.10-r1 +dosfstools-4.2-r0 +dtc-1.6.1-r0 +e2fsprogs-1.46.2-r0 +e2fsprogs-dev-1.46.2-r0 +e2fsprogs-extra-1.46.2-r0 +e2fsprogs-libs-1.46.2-r0 +elfutils-dev-0.182-r1 +ethtool-5.12-r0 +eudev-3.2.10-r0 +eudev-libs-3.2.10-r0 +eudev-openrc-3.2.10-r0 +expat-2.4.1-r0 expect-5.45.4-r0 fakeroot-1.25.3-r3 -file-5.39-r0 -findmnt-2.36.1-r1 -findutils-4.8.0-r0 +file-5.40-r1 +findmnt-2.37-r0 +findutils-4.8.0-r1 flex-2.6.4-r2 flex-dev-2.6.4-r2 flex-libs-2.6.4-r2 -fortify-headers-1.1-r0 +flock-2.37-r0 +fortify-headers-1.1-r1 fts-1.2.7-r1 fts-dev-1.2.7-r1 -g++-10.2.1_pre1-r3 -gc-8.0.4-r4 -gcc-10.2.1_pre1-r3 -gcc-10.3.1_git20210921-r1 +g++-10.3.1_git20210424-r2 +gawk-5.1.0-r0 +gc-8.0.4-r5 +gcc-10.3.1_git20210424-r2 gdbm-1.19-r0 -gettext-0.20.2-r2 -gettext-asprintf-0.20.2-r2 -gettext-dev-0.20.2-r2 -gettext-libs-0.20.2-r2 -git-2.30.2-r0 -git-perl-2.30.2-r0 -glib-2.66.8-r0 +gettext-0.21-r0 +gettext-asprintf-0.21-r0 +gettext-dev-0.21-r0 +gettext-libs-0.21-r0 +git-2.32.0-r0 +git-perl-2.32.0-r0 +glib-2.68.3-r0 gmp-6.2.1-r0 gmp-dev-6.2.1-r0 gnupg-2.2.31-r0 gnutls-3.7.1-r0 -go-1.17.2-r0 +go-1.16.10-r0 grep-3.7-r0 -guile-2.0.14-r2 -guile-libs-2.0.14-r2 -hexdump-2.36.1-r1 +guile-3.0.6-r0 +guile-libs-3.0.6-r0 +hexdump-2.37-r0 hvtools-4.11.9-r1 -ifupdown-ng-0.11.2-r0 -ifupdown-ng-ethtool-0.11.2-r0 -ifupdown-ng-iproute2-0.11.2-r0 -ifupdown-ng-wireguard-0.11.2-r0 -inih-52-r1 +ifupdown-ng-0.11.3-r0 +ifupdown-ng-ethtool-0.11.3-r0 +ifupdown-ng-iproute2-0.11.3-r0 +ifupdown-ng-wifi-0.11.3-r0 +ifupdown-ng-wireguard-0.11.3-r0 +inih-53-r1 installkernel-3.5-r1 -ip6tables-1.8.6-r0 -ip6tables-openrc-1.8.6-r0 -iperf3-3.9-r1 -iperf3-openrc-3.9-r1 -iproute2-5.10.0-r1 -iproute2-minimal-5.10.0-r1 -iproute2-ss-5.10.0-r1 -iproute2-tc-5.10.0-r1 -iptables-1.8.6-r0 -iptables-openrc-1.8.6-r0 +ip6tables-1.8.7-r1 +ip6tables-openrc-1.8.7-r1 +iperf3-3.10.1-r0 +iperf3-openrc-3.10.1-r0 +iproute2-5.12.0-r0 +iproute2-minimal-5.12.0-r0 +iproute2-ss-5.12.0-r0 +iproute2-tc-5.12.0-r0 +iptables-1.8.7-r1 +iptables-openrc-1.8.7-r1 ipvsadm-1.31-r0 isl22-0.22-r0 jq-1.6-r1 json-c-0.15-r1 keyutils-1.6.3-r0 keyutils-libs-1.6.3-r0 -kmod-28-r0 -kmod-libs-28-r0 -kmod-openrc-28-r0 +kmod-29-r0 +kmod-libs-29-r0 +kmod-openrc-29-r0 krb5-conf-1.0-r2 krb5-dev-1.18.4-r0 krb5-libs-1.18.4-r0 @@ -132,233 +133,231 @@ libacl-2.2.53-r0 libaio-0.3.112-r1 libarchive-3.5.1-r0 libarchive-tools-3.5.1-r0 -libassuan-2.5.4-r0 -libatomic-10.2.1_pre1-r3 -libatomic-10.3.1_git20210921-r1 -libattr-2.4.48-r0 -libblkid-2.36.1-r1 -libbsd-0.10.0-r0 -libburn-1.5.2-r0 +libassuan-2.5.5-r0 +libatomic-10.3.1_git20210424-r2 +libattr-2.5.1-r0 +libblkid-2.37-r0 +libbsd-0.11.3-r0 +libburn-1.5.4-r0 libbz2-1.0.8-r1 libc-dev-0.7.2-r3 libc-utils-0.7.2-r3 -libc6-compat-1.2.2-r1 -libcap-2.46-r0 +libc6-compat-1.2.2-r3 +libcap-2.50-r0 libcap-ng-0.8.2-r0 libcap-ng-dev-0.8.2-r0 -libcom_err-1.45.7-r0 +libcom_err-1.46.2-r0 libcrypto1.1-1.1.1l-r0 libcurl-7.79.1-r0 -libdrm-2.4.104-r0 -libeconf-0.3.8-r0 -libedit-20191231.3.1-r1 -libedit-dev-20191231.3.1-r1 -libelf-0.182-r0 -libelf-static-0.182-r0 -libepoxy-1.5.5-r0 -libevent-2.1.12-r1 -libfdisk-2.36.1-r1 -libfdt-1.6.0-r1 +libdrm-2.4.106-r0 +libeconf-0.3.8-r1 +libedit-20210216.3.1-r0 +libedit-dev-20210216.3.1-r0 +libelf-0.182-r1 +libelf-static-0.182-r1 +libepoxy-1.5.8-r0 +libevent-2.1.12-r2 +libfdisk-2.37-r0 +libfdt-1.6.1-r0 libffi-3.3-r2 -libgcc-10.2.1_pre1-r3 -libgcc-10.3.1_git20210921-r1 -libgcrypt-1.8.8-r1 +libgcc-10.3.1_git20210424-r2 +libgcrypt-1.9.4-r0 libgmpxx-6.2.1-r0 -libgomp-10.2.1_pre1-r3 -libgomp-10.3.1_git20210921-r1 -libgpg-error-1.41-r0 -libgphobos-10.2.1_pre1-r3 -libgphobos-10.3.1_git20210921-r1 -libintl-0.20.2-r2 -libisoburn-1.5.2-r0 -libisofs-1.5.2-r0 +libgomp-10.3.1_git20210424-r2 +libgpg-error-1.42-r0 +libgphobos-10.3.1_git20210424-r2 +libintl-0.21-r0 +libisoburn-1.5.4-r0 +libisofs-1.5.4-r0 libjpeg-turbo-2.1.0-r0 -libksba-1.5.0-r0 -libldap-2.4.57-r1 +libksba-1.5.1-r0 +libldap-2.4.58-r0 libltdl-2.4.6-r7 -libmagic-5.39-r0 +libmagic-5.40-r1 +libmd-1.0.3-r0 libmnl-1.0.4-r1 -libmount-2.36.1-r1 -libnfsidmap-2.5.2-r0 -libnftnl-libs-1.1.8-r0 +libmount-2.37-r0 +libnfsidmap-2.5.3-r0 +libnftnl-libs-1.2.0-r0 libnl3-3.5.0-r0 libpcap-1.10.0-r0 libpng-1.6.37-r1 -libressl-dev-3.1.5-r0 -libressl3.1-libcrypto-3.1.5-r0 -libressl3.1-libssl-3.1.5-r0 -libressl3.1-libtls-3.1.5-r0 -libsasl-2.1.27-r10 -libseccomp-2.5.1-r1 -libseccomp-dev-2.5.1-r1 -libseccomp-static-2.5.1-r1 -libsecret-0.20.4-r0 -libsmartcols-2.36.1-r1 +libressl-dev-3.3.3-r0 +libressl3.3-libcrypto-3.3.3-r0 +libressl3.3-libssl-3.3.3-r0 +libressl3.3-libtls-3.3.3-r0 +libretls-3.3.3p1-r2 +libsasl-2.1.27-r12 +libseccomp-2.5.1-r2 +libseccomp-dev-2.5.1-r2 +libseccomp-static-2.5.1-r2 +libsecret-0.20.4-r1 +libsmartcols-2.37-r0 libssl1.1-1.1.1l-r0 -libstdc++-10.2.1_pre1-r3 -libstdc++-10.3.1_git20210921-r1 -libtasn1-4.16.0-r1 -libtirpc-1.3.1-r0 -libtirpc-conf-1.3.1-r0 -libtirpc-dev-1.3.1-r0 -libtirpc-nokrb-1.3.1-r0 -libtls-standalone-2.9.1-r1 +libstdc++-10.3.1_git20210424-r2 +libtasn1-4.17.0-r0 +libtirpc-1.3.2-r0 +libtirpc-conf-1.3.2-r0 +libtirpc-dev-1.3.2-r0 +libtirpc-nokrb-1.3.2-r0 libtool-2.4.6-r7 -libucontext-1.0-r0 libucontext-1.1-r0 -libunistring-0.9.10-r0 -libusb-1.0.24-r1 -libuuid-2.36.1-r1 -libuv-1.40.0-r0 -libverto-0.3.1-r1 -libwbclient-4.13.8-r0 -libx11-1.7.1-r0 +libunistring-0.9.10-r1 +libusb-1.0.24-r2 +libuuid-2.37-r0 +libuv-1.41.0-r0 +libverto-0.3.2-r0 +libwbclient-4.14.8-r0 +libx11-1.7.2-r0 libxau-1.0.9-r0 -libxcb-1.14-r1 +libxcb-1.14-r2 libxdmcp-1.1.3-r0 -libxkbcommon-1.0.3-r0 -libxml2-2.9.12-r0 -linux-headers-5.7.8-r0 -llvm10-10.0.1-r1 -llvm10-dev-10.0.1-r1 -llvm10-libs-10.0.1-r1 -llvm10-static-10.0.1-r1 -lsblk-2.36.1-r1 -lsscsi-0.31-r0 +libxkbcommon-1.2.1-r0 +libxml2-2.9.12-r1 +linux-headers-5.10.41-r0 +llvm11-11.1.0-r2 +llvm11-dev-11.1.0-r2 +llvm11-libs-11.1.0-r2 +llvm11-static-11.1.0-r2 +logger-2.37-r0 +lsblk-2.37-r0 +lsscsi-0.32-r0 lua5.3-libs-5.3.6-r0 lvm2-2.02.187-r1 lvm2-libs-2.02.187-r1 lvm2-openrc-2.02.187-r1 -lz4-libs-1.9.2-r0 -lzip-1.21-r0 +lz4-libs-1.9.3-r0 +lzip-1.22-r0 lzo-2.10-r2 m4-1.4.18-r2 make-4.3-r0 -mcookie-2.36.1-r1 -mesa-20.3.3-r0 -mesa-gbm-20.3.3-r0 -mpc1-1.2.0-r0 +mcookie-2.37-r0 +mesa-21.1.2-r0 +mesa-gbm-21.1.2-r0 mpc1-1.2.1-r0 -mpc1-dev-1.2.0-r0 +mpc1-dev-1.2.1-r0 +mpdecimal-2.5.1-r1 mpfr-dev-4.1.0-r0 mpfr4-4.1.0-r0 -mtools-4.0.26-r0 -multipath-tools-0.8.5-r0 -multipath-tools-openrc-0.8.5-r0 -musl-1.2.2-r1 -musl-1.2.2-r7 -musl-dev-1.2.2-r1 -musl-dev-1.2.2-r7 -musl-utils-1.2.2-r1 -ncurses-dev-6.2_p20210109-r0 -ncurses-libs-6.2_p20210109-r0 -ncurses-terminfo-base-6.2_p20210109-r0 +mtools-4.0.29-r1 +multipath-tools-0.8.6-r0 +multipath-tools-openrc-0.8.6-r0 +musl-1.2.2-r3 +musl-dev-1.2.2-r3 +musl-utils-1.2.2-r3 +ncurses-dev-6.2_p20210612-r0 +ncurses-libs-6.2_p20210612-r0 +ncurses-terminfo-base-6.2_p20210612-r0 nettle-3.7.3-r0 -nfs-utils-2.5.2-r0 -nfs-utils-openrc-2.5.2-r0 -nghttp2-libs-1.42.0-r1 +nfs-utils-2.5.3-r0 +nfs-utils-openrc-2.5.3-r0 +nghttp2-libs-1.43.0-r0 npth-1.6-r0 -oniguruma-6.9.6-r0 -open-iscsi-2.1.3-r1 -open-iscsi-libs-2.1.3-r1 -open-iscsi-openrc-2.1.3-r1 -open-isns-lib-0.100-r0 -openntpd-6.8_p1-r0 -openrc-0.42.1-r20 +numactl-2.0.14-r0 +oniguruma-6.9.7.1-r0 +open-iscsi-2.1.4-r1 +open-iscsi-libs-2.1.4-r1 +open-iscsi-openrc-2.1.4-r1 +open-isns-lib-0.101-r0 +openntpd-6.8_p1-r3 +openntpd-openrc-6.8_p1-r3 +openrc-0.43.3-r2 openresolv-3.12.0-r0 -openssh-client-8.4_p1-r4 -openssh-keygen-8.4_p1-r4 -openssh-server-8.4_p1-r4 -openssh-server-common-8.4_p1-r4 +openssh-client-common-8.6_p1-r3 +openssh-client-default-8.6_p1-r3 +openssh-keygen-8.6_p1-r3 +openssh-server-8.6_p1-r3 +openssh-server-common-8.6_p1-r3 openssl-1.1.1l-r0 openssl-dev-1.1.1l-r0 p11-kit-0.23.22-r0 -partx-2.36.1-r1 +partx-2.37-r0 patch-2.7.6-r7 pcre-8.44-r0 pcre2-10.36-r0 -pcsc-lite-libs-1.9.0-r0 -perl-5.32.0-r0 +pcsc-lite-libs-1.9.1-r0 +perl-5.32.1-r0 perl-error-0.17029-r1 -perl-git-2.30.2-r0 -pigz-2.4-r1 +perl-git-2.32.0-r0 +pigz-2.6-r0 pinentry-1.1.1-r0 pixman-0.40.0-r2 -pkgconf-1.7.3-r0 +pkgconf-1.7.4-r0 popt-1.18-r0 -python2-2.7.18-r1 -python3-3.8.10-r0 -qemu-5.2.0-r3 -qemu-aarch64-5.2.0-r3 -qemu-arm-5.2.0-r3 -qemu-guest-agent-5.2.0-r3 -qemu-img-5.2.0-r3 -qemu-ppc64le-5.2.0-r3 -qemu-system-arm-5.2.0-r3 -qemu-system-s390x-5.2.0-r3 -qemu-system-x86_64-5.2.0-r3 +python2-2.7.18-r2 +python3-3.9.5-r1 +qemu-6.0.0-r5 +qemu-aarch64-6.0.0-r5 +qemu-arm-6.0.0-r5 +qemu-guest-agent-6.0.0-r5 +qemu-img-6.0.0-r5 +qemu-ppc64le-6.0.0-r5 +qemu-system-arm-6.0.0-r5 +qemu-system-s390x-6.0.0-r5 +qemu-system-x86_64-6.0.0-r5 readline-8.1.0-r0 rhash-libs-1.4.1-r0 -rpcbind-1.2.5-r0 -rpcbind-openrc-1.2.5-r0 +rpcbind-1.2.6-r0 +rpcbind-openrc-1.2.6-r0 rsync-3.2.3-r4 rsync-openrc-3.2.3-r4 -s6-ipcserver-2.10.0.0-r0 -samba-util-libs-4.13.8-r0 -scanelf-1.2.8-r0 +s6-ipcserver-2.10.0.3-r0 +samba-util-libs-4.14.8-r0 +scanelf-1.3.2-r0 sed-4.8-r0 -setpriv-2.36.1-r1 -sfdisk-2.36.1-r1 +setpriv-2.37-r0 +sfdisk-2.37-r0 sg3_utils-1.45-r0 -sgdisk-1.0.7-r0 -skalibs-2.10.0.0-r0 +sgdisk-1.0.8-r0 +skalibs-2.10.0.3-r0 slang-2.3.2-r0 slang-dev-2.3.2-r0 snappy-1.1.8-r2 sntpc-0.9-r7 sntpc-openrc-0.9-r7 -socat-1.7.4.1-r0 -sqlite-libs-3.34.1-r0 +socat-1.7.4.1-r1 +sqlite-libs-3.35.5-r0 squashfs-tools-4.5-r0 -ssl_client-1.32.1-r6 -swig-4.0.2-r0 -talloc-2.3.1-r0 +ssl_client-1.33.1-r3 +swig-4.0.2-r2 +talloc-2.3.2-r1 tar-1.34-r0 tcl-8.6.10-r1 tcpdump-4.99.0-r0 -tevent-0.10.2-r0 +tevent-0.10.2-r1 tini-0.19.0-r0 -tzdata-2021d-r0 +tzdata-2021e-r0 udev-init-scripts-34-r0 udev-init-scripts-openrc-34-r0 -userspace-rcu-0.12.1-r0 -util-linux-2.36.1-r1 -util-linux-dev-2.36.1-r1 -util-linux-openrc-2.36.1-r1 -utmps-0.1.0.0-r0 -utmps-openrc-0.1.0.0-r0 -vde2-libs-2.3.2-r12 +userspace-rcu-0.12.2-r0 +util-linux-2.37-r0 +util-linux-dev-2.37-r0 +util-linux-openrc-2.37-r0 +utmps-0.1.0.2-r0 +utmps-openrc-0.1.0.2-r0 +uuidgen-2.37-r0 +vde2-libs-2.3.2-r13 vim-8.2.3437-r0 virglrenderer-0.8.2-r1 -wayland-libs-server-1.18.0-r5 -wireguard-tools-1.0.20200827-r1 -wireguard-tools-wg-1.0.20200827-r1 -wireguard-tools-wg-quick-1.0.20200827-r1 +wayland-libs-server-1.19.0-r0 +wireguard-tools-1.0.20210424-r0 +wireguard-tools-wg-1.0.20210424-r0 +wireguard-tools-wg-quick-1.0.20210424-r0 wireless-tools-30_pre9-r1 -wpa_supplicant-2.9-r11 -wpa_supplicant-openrc-2.9-r11 -xfsprogs-5.10.0-r0 -xfsprogs-extra-5.10.0-r0 -xkeyboard-config-2.31-r0 -xorriso-1.5.2-r0 +wpa_supplicant-2.9-r14 +wpa_supplicant-openrc-2.9-r14 +xfsprogs-5.12.0-r0 +xfsprogs-extra-5.12.0-r0 +xkeyboard-config-2.33-r0 +xorriso-1.5.4-r0 xxd-8.2.3437-r0 xz-5.2.5-r0 xz-dev-5.2.5-r0 xz-libs-5.2.5-r0 -zfs-2.0.1-r0 -zfs-libs-2.0.1-r0 -zfs-openrc-2.0.1-r0 +zfs-2.0.3-r1 +zfs-libs-2.0.3-r1 +zfs-openrc-2.0.3-r1 zlib-1.2.11-r3 zlib-dev-1.2.11-r3 zlib-static-1.2.11-r3 -zstd-libs-1.4.9-r0 +zstd-libs-1.4.9-r1 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index f0b602861..8f09c8aa6 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,52 +1,51 @@ -# linuxkit/alpine:375b78ac15e07d6bdb764f6de9f02a7244fc42c3-amd64 +# linuxkit/alpine:d16ba10bd0430d48b57566754325215e5dd10865-amd64 # automatically generated list of installed packages -abuild-3.7.0-r0 -alpine-baselayout-3.2.0-r8 +abuild-3.8.0_rc4-r0 +alpine-baselayout-3.2.0-r16 alpine-keys-2.4-r0 apk-tools-2.12.7-r0 argon2-libs-20190702-r1 argp-standalone-1.3-r4 -attr-2.4.48-r0 -attr-dev-2.4.48-r0 -audit-2.8.5-r3 -audit-libs-2.8.5-r3 -audit-openrc-2.8.5-r3 -autoconf-2.69-r3 +attr-2.5.1-r0 +attr-dev-2.5.1-r0 +audit-3.0.1-r1 +audit-libs-3.0.1-r1 +audit-openrc-3.0.1-r1 +autoconf-2.71-r0 automake-1.16.3-r0 -bash-5.1.0-r0 +bash-5.1.4-r0 bc-1.07.1-r1 -binutils-2.35.2-r1 -binutils-2.37-r3 -binutils-dev-2.35.2-r1 -bison-3.7.4-r0 -blkid-2.36.1-r1 -bridge-utils-1.7-r0 -brotli-libs-1.0.9-r3 +binutils-2.35.2-r2 +binutils-dev-2.35.2-r2 +bison-3.7.6-r0 +blkid-2.37-r0 +bridge-utils-1.7.1-r0 +brotli-libs-1.0.9-r5 bsd-compat-headers-0.7.2-r3 -btrfs-progs-5.10-r0 -btrfs-progs-dev-5.10-r0 -btrfs-progs-libs-5.10-r0 +btrfs-progs-5.12.1-r0 +btrfs-progs-dev-5.12.1-r0 +btrfs-progs-libs-5.12.1-r0 build-base-0.5-r2 -busybox-1.32.1-r6 -busybox-initscripts-3.2-r2 +busybox-1.33.1-r3 +busybox-initscripts-3.3-r1 bzip2-1.0.8-r1 ca-certificates-20191127-r5 ca-certificates-bundle-20191127-r5 cdrkit-1.1.11-r3 -cfdisk-2.36.1-r1 +cfdisk-2.37-r0 cifs-utils-6.13-r0 -clang-10.0.1-r0 -clang-dev-10.0.1-r0 -clang-extra-tools-10.0.1-r0 -clang-libs-10.0.1-r0 -clang-static-10.0.1-r0 -cmake-3.18.4-r1 +clang-11.1.0-r1 +clang-dev-11.1.0-r1 +clang-extra-tools-11.1.0-r1 +clang-libs-11.1.0-r1 +clang-static-11.1.0-r1 +cmake-3.20.3-r0 coreutils-8.32-r2 -cryptsetup-2.3.4-r1 -cryptsetup-libs-2.3.4-r1 -cryptsetup-openrc-2.3.4-r1 +cryptsetup-2.3.6-r0 +cryptsetup-libs-2.3.6-r0 +cryptsetup-openrc-2.3.6-r0 curl-7.79.1-r0 -dbus-libs-1.12.20-r1 +dbus-libs-1.12.20-r2 device-mapper-2.02.187-r1 device-mapper-event-libs-2.02.187-r1 device-mapper-libs-2.02.187-r1 @@ -54,77 +53,78 @@ device-mapper-udev-2.02.187-r1 dhcpcd-8.1.9-r0 dhcpcd-openrc-8.1.9-r0 diffutils-3.7-r0 -dosfstools-4.1-r1 -dtc-1.6.0-r1 -e2fsprogs-1.45.7-r0 -e2fsprogs-dev-1.45.7-r0 -e2fsprogs-extra-1.45.7-r0 -e2fsprogs-libs-1.45.7-r0 -elfutils-dev-0.182-r0 -ethtool-5.10-r0 -eudev-3.2.9-r3 -eudev-libs-3.2.9-r3 -eudev-openrc-3.2.9-r3 -expat-2.2.10-r1 +dosfstools-4.2-r0 +dtc-1.6.1-r0 +e2fsprogs-1.46.2-r0 +e2fsprogs-dev-1.46.2-r0 +e2fsprogs-extra-1.46.2-r0 +e2fsprogs-libs-1.46.2-r0 +elfutils-dev-0.182-r1 +ethtool-5.12-r0 +eudev-3.2.10-r0 +eudev-libs-3.2.10-r0 +eudev-openrc-3.2.10-r0 +expat-2.4.1-r0 expect-5.45.4-r0 fakeroot-1.25.3-r3 -file-5.39-r0 -findmnt-2.36.1-r1 -findutils-4.8.0-r0 +file-5.40-r1 +findmnt-2.37-r0 +findutils-4.8.0-r1 flex-2.6.4-r2 flex-dev-2.6.4-r2 flex-libs-2.6.4-r2 -fortify-headers-1.1-r0 +flock-2.37-r0 +fortify-headers-1.1-r1 fts-1.2.7-r1 fts-dev-1.2.7-r1 -g++-10.2.1_pre1-r3 -gc-8.0.4-r4 -gcc-10.2.1_pre1-r3 -gcc-10.3.1_git20210921-r1 +g++-10.3.1_git20210424-r2 +gawk-5.1.0-r0 +gc-8.0.4-r5 +gcc-10.3.1_git20210424-r2 gdbm-1.19-r0 -gettext-0.20.2-r2 -gettext-asprintf-0.20.2-r2 -gettext-dev-0.20.2-r2 -gettext-libs-0.20.2-r2 -git-2.30.2-r0 -git-perl-2.30.2-r0 -glib-2.66.8-r0 +gettext-0.21-r0 +gettext-asprintf-0.21-r0 +gettext-dev-0.21-r0 +gettext-libs-0.21-r0 +git-2.32.0-r0 +git-perl-2.32.0-r0 +glib-2.68.3-r0 gmp-6.2.1-r0 gmp-dev-6.2.1-r0 gnupg-2.2.31-r0 gnutls-3.7.1-r0 -go-1.17.2-r0 +go-1.16.10-r0 grep-3.7-r0 -guile-2.0.14-r2 -guile-libs-2.0.14-r2 -gummiboot-48.1-r0 -hexdump-2.36.1-r1 +guile-3.0.6-r0 +guile-libs-3.0.6-r0 +hexdump-2.37-r0 hvtools-4.11.9-r1 -ifupdown-ng-0.11.2-r0 -ifupdown-ng-ethtool-0.11.2-r0 -ifupdown-ng-iproute2-0.11.2-r0 -ifupdown-ng-wireguard-0.11.2-r0 -inih-52-r1 +ifupdown-ng-0.11.3-r0 +ifupdown-ng-ethtool-0.11.3-r0 +ifupdown-ng-iproute2-0.11.3-r0 +ifupdown-ng-wifi-0.11.3-r0 +ifupdown-ng-wireguard-0.11.3-r0 +inih-53-r1 installkernel-3.5-r1 -ip6tables-1.8.6-r0 -ip6tables-openrc-1.8.6-r0 -iperf3-3.9-r1 -iperf3-openrc-3.9-r1 -iproute2-5.10.0-r1 -iproute2-minimal-5.10.0-r1 -iproute2-ss-5.10.0-r1 -iproute2-tc-5.10.0-r1 -iptables-1.8.6-r0 -iptables-openrc-1.8.6-r0 +ip6tables-1.8.7-r1 +ip6tables-openrc-1.8.7-r1 +iperf3-3.10.1-r0 +iperf3-openrc-3.10.1-r0 +iproute2-5.12.0-r0 +iproute2-minimal-5.12.0-r0 +iproute2-ss-5.12.0-r0 +iproute2-tc-5.12.0-r0 +iptables-1.8.7-r1 +iptables-openrc-1.8.7-r1 ipvsadm-1.31-r0 isl22-0.22-r0 jq-1.6-r1 json-c-0.15-r1 keyutils-1.6.3-r0 keyutils-libs-1.6.3-r0 -kmod-28-r0 -kmod-libs-28-r0 -kmod-openrc-28-r0 +kmod-29-r0 +kmod-libs-29-r0 +kmod-openrc-29-r0 krb5-conf-1.0-r2 krb5-dev-1.18.4-r0 krb5-libs-1.18.4-r0 @@ -134,248 +134,247 @@ libacl-2.2.53-r0 libaio-0.3.112-r1 libarchive-3.5.1-r0 libarchive-tools-3.5.1-r0 -libassuan-2.5.4-r0 -libatomic-10.2.1_pre1-r3 -libatomic-10.3.1_git20210921-r1 -libattr-2.4.48-r0 -libblkid-2.36.1-r1 -libbsd-0.10.0-r0 -libburn-1.5.2-r0 +libassuan-2.5.5-r0 +libatomic-10.3.1_git20210424-r2 +libattr-2.5.1-r0 +libblkid-2.37-r0 +libbsd-0.11.3-r0 +libburn-1.5.4-r0 libbz2-1.0.8-r1 libc-dev-0.7.2-r3 libc-utils-0.7.2-r3 -libc6-compat-1.2.2-r1 -libcap-2.46-r0 +libc6-compat-1.2.2-r3 +libcap-2.50-r0 libcap-ng-0.8.2-r0 libcap-ng-dev-0.8.2-r0 -libcom_err-1.45.7-r0 +libcom_err-1.46.2-r0 libcrypto1.1-1.1.1l-r0 libcurl-7.79.1-r0 -libdrm-2.4.104-r0 -libeconf-0.3.8-r0 -libedit-20191231.3.1-r1 -libedit-dev-20191231.3.1-r1 -libelf-0.182-r0 -libelf-static-0.182-r0 -libepoxy-1.5.5-r0 -libevent-2.1.12-r1 -libfdisk-2.36.1-r1 -libfdt-1.6.0-r1 +libdrm-2.4.106-r0 +libeconf-0.3.8-r1 +libedit-20210216.3.1-r0 +libedit-dev-20210216.3.1-r0 +libelf-0.182-r1 +libelf-static-0.182-r1 +libepoxy-1.5.8-r0 +libevent-2.1.12-r2 +libfdisk-2.37-r0 +libfdt-1.6.1-r0 libffi-3.3-r2 -libgcc-10.2.1_pre1-r3 -libgcc-10.3.1_git20210921-r1 -libgcrypt-1.8.8-r1 +libgcc-10.3.1_git20210424-r2 +libgcrypt-1.9.4-r0 libgmpxx-6.2.1-r0 -libgomp-10.2.1_pre1-r3 -libgomp-10.3.1_git20210921-r1 -libgpg-error-1.41-r0 -libgphobos-10.2.1_pre1-r3 -libgphobos-10.3.1_git20210921-r1 -libintl-0.20.2-r2 -libisoburn-1.5.2-r0 -libisofs-1.5.2-r0 +libgomp-10.3.1_git20210424-r2 +libgpg-error-1.42-r0 +libgphobos-10.3.1_git20210424-r2 +libintl-0.21-r0 +libisoburn-1.5.4-r0 +libisofs-1.5.4-r0 libjpeg-turbo-2.1.0-r0 -libksba-1.5.0-r0 -libldap-2.4.57-r1 +libksba-1.5.1-r0 +libldap-2.4.58-r0 libltdl-2.4.6-r7 -libmagic-5.39-r0 +libmagic-5.40-r1 +libmd-1.0.3-r0 libmnl-1.0.4-r1 -libmount-2.36.1-r1 +libmount-2.37-r0 libmspack-0.10.1_alpha-r0 -libnfsidmap-2.5.2-r0 -libnftnl-libs-1.1.8-r0 +libnfsidmap-2.5.3-r0 +libnftnl-libs-1.2.0-r0 libnl3-3.5.0-r0 libpcap-1.10.0-r0 libpciaccess-0.16-r0 libpng-1.6.37-r1 -libressl-dev-3.1.5-r0 -libressl3.1-libcrypto-3.1.5-r0 -libressl3.1-libssl-3.1.5-r0 -libressl3.1-libtls-3.1.5-r0 -libsasl-2.1.27-r10 -libseccomp-2.5.1-r1 -libseccomp-dev-2.5.1-r1 -libseccomp-static-2.5.1-r1 -libsecret-0.20.4-r0 -libsmartcols-2.36.1-r1 +libressl-dev-3.3.3-r0 +libressl3.3-libcrypto-3.3.3-r0 +libressl3.3-libssl-3.3.3-r0 +libressl3.3-libtls-3.3.3-r0 +libretls-3.3.3p1-r2 +libsasl-2.1.27-r12 +libseccomp-2.5.1-r2 +libseccomp-dev-2.5.1-r2 +libseccomp-static-2.5.1-r2 +libsecret-0.20.4-r1 +libsmartcols-2.37-r0 libssl1.1-1.1.1l-r0 -libstdc++-10.2.1_pre1-r3 -libstdc++-10.3.1_git20210921-r1 -libtasn1-4.16.0-r1 -libtirpc-1.3.1-r0 -libtirpc-conf-1.3.1-r0 -libtirpc-dev-1.3.1-r0 -libtirpc-nokrb-1.3.1-r0 -libtls-standalone-2.9.1-r1 +libstdc++-10.3.1_git20210424-r2 +libtasn1-4.17.0-r0 +libtirpc-1.3.2-r0 +libtirpc-conf-1.3.2-r0 +libtirpc-dev-1.3.2-r0 +libtirpc-nokrb-1.3.2-r0 libtool-2.4.6-r7 -libucontext-1.0-r0 -libucontext-dev-1.0-r0 -libunistring-0.9.10-r0 +libucontext-1.1-r0 +libucontext-dev-1.1-r0 +libunistring-0.9.10-r1 libunwind-1.5.0-r1 libunwind-dev-1.5.0-r1 -libusb-1.0.24-r1 -libuuid-2.36.1-r1 -libuv-1.40.0-r0 -libverto-0.3.1-r1 -libwbclient-4.13.8-r0 -libx11-1.7.1-r0 +libusb-1.0.24-r2 +libuuid-2.37-r0 +libuv-1.41.0-r0 +libverto-0.3.2-r0 +libwbclient-4.14.8-r0 +libx11-1.7.2-r0 libxau-1.0.9-r0 -libxcb-1.14-r1 +libxcb-1.14-r2 libxdmcp-1.1.3-r0 -libxkbcommon-1.0.3-r0 -libxml2-2.9.12-r0 -linux-headers-5.7.8-r0 -llvm10-10.0.1-r1 -llvm10-dev-10.0.1-r1 -llvm10-libs-10.0.1-r1 -llvm10-static-10.0.1-r1 -lsblk-2.36.1-r1 -lsscsi-0.31-r0 +libxkbcommon-1.2.1-r0 +libxml2-2.9.12-r1 +linux-headers-5.10.41-r0 +llvm11-11.1.0-r2 +llvm11-dev-11.1.0-r2 +llvm11-libs-11.1.0-r2 +llvm11-static-11.1.0-r2 +logger-2.37-r0 +lsblk-2.37-r0 +lsscsi-0.32-r0 lua5.3-libs-5.3.6-r0 -luajit-2.2.0-r3 -luajit-dev-2.2.0-r3 +luajit-2.1_p20210510-r0 +luajit-dev-2.1_p20210510-r0 lvm2-2.02.187-r1 lvm2-libs-2.02.187-r1 lvm2-openrc-2.02.187-r1 -lz4-libs-1.9.2-r0 -lzip-1.21-r0 +lz4-libs-1.9.3-r0 +lzip-1.22-r0 lzo-2.10-r2 m4-1.4.18-r2 make-4.3-r0 -mcookie-2.36.1-r1 -mesa-20.3.3-r0 -mesa-gbm-20.3.3-r0 +mcookie-2.37-r0 +mesa-21.1.2-r0 +mesa-gbm-21.1.2-r0 mkinitfs-3.5.0-r0 -mpc1-1.2.0-r0 mpc1-1.2.1-r0 -mpc1-dev-1.2.0-r0 +mpc1-dev-1.2.1-r0 +mpdecimal-2.5.1-r1 mpfr-dev-4.1.0-r0 mpfr4-4.1.0-r0 -mtools-4.0.26-r0 -multipath-tools-0.8.5-r0 -multipath-tools-openrc-0.8.5-r0 -musl-1.2.2-r1 -musl-1.2.2-r7 -musl-dev-1.2.2-r1 -musl-dev-1.2.2-r7 -musl-utils-1.2.2-r1 -ncurses-dev-6.2_p20210109-r0 -ncurses-libs-6.2_p20210109-r0 -ncurses-terminfo-base-6.2_p20210109-r0 +mtools-4.0.29-r1 +multipath-tools-0.8.6-r0 +multipath-tools-openrc-0.8.6-r0 +musl-1.2.2-r3 +musl-dev-1.2.2-r3 +musl-utils-1.2.2-r3 +ncurses-dev-6.2_p20210612-r0 +ncurses-libs-6.2_p20210612-r0 +ncurses-terminfo-base-6.2_p20210612-r0 nettle-3.7.3-r0 -nfs-utils-2.5.2-r0 -nfs-utils-openrc-2.5.2-r0 -nghttp2-libs-1.42.0-r1 +nfs-utils-2.5.3-r0 +nfs-utils-openrc-2.5.3-r0 +nghttp2-libs-1.43.0-r0 npth-1.6-r0 -oniguruma-6.9.6-r0 -open-iscsi-2.1.3-r1 -open-iscsi-libs-2.1.3-r1 -open-iscsi-openrc-2.1.3-r1 -open-isns-lib-0.100-r0 -open-vm-tools-11.2.0-r0 -open-vm-tools-deploypkg-11.2.0-r0 -open-vm-tools-guestinfo-11.2.0-r0 -open-vm-tools-openrc-11.2.0-r0 -open-vm-tools-static-11.2.0-r0 -open-vm-tools-vmbackup-11.2.0-r0 -openntpd-6.8_p1-r0 -openrc-0.42.1-r20 +numactl-2.0.14-r0 +oniguruma-6.9.7.1-r0 +open-iscsi-2.1.4-r1 +open-iscsi-libs-2.1.4-r1 +open-iscsi-openrc-2.1.4-r1 +open-isns-lib-0.101-r0 +open-vm-tools-11.2.5-r0 +open-vm-tools-deploypkg-11.2.5-r0 +open-vm-tools-guestinfo-11.2.5-r0 +open-vm-tools-openrc-11.2.5-r0 +open-vm-tools-static-11.2.5-r0 +open-vm-tools-vmbackup-11.2.5-r0 +openntpd-6.8_p1-r3 +openntpd-openrc-6.8_p1-r3 +openrc-0.43.3-r2 openresolv-3.12.0-r0 -openssh-client-8.4_p1-r4 -openssh-keygen-8.4_p1-r4 -openssh-server-8.4_p1-r4 -openssh-server-common-8.4_p1-r4 +openssh-client-common-8.6_p1-r3 +openssh-client-default-8.6_p1-r3 +openssh-keygen-8.6_p1-r3 +openssh-server-8.6_p1-r3 +openssh-server-common-8.6_p1-r3 openssl-1.1.1l-r0 openssl-dev-1.1.1l-r0 -ovmf-0.0.201908-r1 +ovmf-0.0.202011-r1 p11-kit-0.23.22-r0 -partx-2.36.1-r1 +partx-2.37-r0 patch-2.7.6-r7 pcre-8.44-r0 pcre2-10.36-r0 -pcsc-lite-libs-1.9.0-r0 -perl-5.32.0-r0 +pcsc-lite-libs-1.9.1-r0 +perl-5.32.1-r0 perl-error-0.17029-r1 -perl-git-2.30.2-r0 -pigz-2.4-r1 +perl-git-2.32.0-r0 +pigz-2.6-r0 pinentry-1.1.1-r0 pixman-0.40.0-r2 -pkgconf-1.7.3-r0 +pkgconf-1.7.4-r0 popt-1.18-r0 -python2-2.7.18-r1 -python3-3.8.10-r0 -qemu-5.2.0-r3 -qemu-aarch64-5.2.0-r3 -qemu-arm-5.2.0-r3 -qemu-guest-agent-5.2.0-r3 -qemu-img-5.2.0-r3 -qemu-ppc64le-5.2.0-r3 -qemu-system-arm-5.2.0-r3 -qemu-system-x86_64-5.2.0-r3 +python2-2.7.18-r2 +python3-3.9.5-r1 +qemu-6.0.0-r5 +qemu-aarch64-6.0.0-r5 +qemu-arm-6.0.0-r5 +qemu-guest-agent-6.0.0-r5 +qemu-img-6.0.0-r5 +qemu-ppc64le-6.0.0-r5 +qemu-system-arm-6.0.0-r5 +qemu-system-x86_64-6.0.0-r5 readline-8.1.0-r0 rhash-libs-1.4.1-r0 -rpcbind-1.2.5-r0 -rpcbind-openrc-1.2.5-r0 +rpcbind-1.2.6-r0 +rpcbind-openrc-1.2.6-r0 rsync-3.2.3-r4 rsync-openrc-3.2.3-r4 -s6-ipcserver-2.10.0.0-r0 -samba-util-libs-4.13.8-r0 -scanelf-1.2.8-r0 +s6-ipcserver-2.10.0.3-r0 +samba-util-libs-4.14.8-r0 +scanelf-1.3.2-r0 sed-4.8-r0 -setpriv-2.36.1-r1 -sfdisk-2.36.1-r1 +setpriv-2.37-r0 +sfdisk-2.37-r0 sg3_utils-1.45-r0 -sgdisk-1.0.7-r0 -skalibs-2.10.0.0-r0 +sgdisk-1.0.8-r0 +skalibs-2.10.0.3-r0 slang-2.3.2-r0 slang-dev-2.3.2-r0 snappy-1.1.8-r2 sntpc-0.9-r7 sntpc-openrc-0.9-r7 -socat-1.7.4.1-r0 -sqlite-libs-3.34.1-r0 +socat-1.7.4.1-r1 +sqlite-libs-3.35.5-r0 squashfs-tools-4.5-r0 -ssl_client-1.32.1-r6 -strace-5.10-r0 -swig-4.0.2-r0 -syslinux-6.04_pre1-r6 -talloc-2.3.1-r0 +ssl_client-1.33.1-r3 +strace-5.12-r0 +swig-4.0.2-r2 +syslinux-6.04_pre1-r9 +talloc-2.3.2-r1 tar-1.34-r0 tcl-8.6.10-r1 tcpdump-4.99.0-r0 -tevent-0.10.2-r0 +tevent-0.10.2-r1 tini-0.19.0-r0 -tzdata-2021d-r0 +tzdata-2021e-r0 udev-init-scripts-34-r0 udev-init-scripts-openrc-34-r0 -userspace-rcu-0.12.1-r0 -util-linux-2.36.1-r1 -util-linux-dev-2.36.1-r1 -util-linux-openrc-2.36.1-r1 -utmps-0.1.0.0-r0 -utmps-openrc-0.1.0.0-r0 -vde2-libs-2.3.2-r12 +userspace-rcu-0.12.2-r0 +util-linux-2.37-r0 +util-linux-dev-2.37-r0 +util-linux-openrc-2.37-r0 +utmps-0.1.0.2-r0 +utmps-openrc-0.1.0.2-r0 +uuidgen-2.37-r0 +vde2-libs-2.3.2-r13 vim-8.2.3437-r0 virglrenderer-0.8.2-r1 -wayland-libs-server-1.18.0-r5 -wireguard-tools-1.0.20200827-r1 -wireguard-tools-wg-1.0.20200827-r1 -wireguard-tools-wg-quick-1.0.20200827-r1 +wayland-libs-server-1.19.0-r0 +wireguard-tools-1.0.20210424-r0 +wireguard-tools-wg-1.0.20210424-r0 +wireguard-tools-wg-quick-1.0.20210424-r0 wireless-tools-30_pre9-r1 -wpa_supplicant-2.9-r11 -wpa_supplicant-openrc-2.9-r11 -xfsprogs-5.10.0-r0 -xfsprogs-extra-5.10.0-r0 -xkeyboard-config-2.31-r0 -xorriso-1.5.2-r0 +wpa_supplicant-2.9-r14 +wpa_supplicant-openrc-2.9-r14 +xfsprogs-5.12.0-r0 +xfsprogs-extra-5.12.0-r0 +xkeyboard-config-2.33-r0 +xorriso-1.5.4-r0 xxd-8.2.3437-r0 xz-5.2.5-r0 xz-dev-5.2.5-r0 xz-libs-5.2.5-r0 -zfs-2.0.1-r0 -zfs-libs-2.0.1-r0 -zfs-openrc-2.0.1-r0 +zfs-2.0.3-r1 +zfs-libs-2.0.3-r1 +zfs-openrc-2.0.3-r1 zlib-1.2.11-r3 zlib-dev-1.2.11-r3 zlib-static-1.2.11-r3 -zstd-libs-1.4.9-r0 +zstd-libs-1.4.9-r1 diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index 7395f0ca7..288f04cd2 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/tools/mkimage-iso-bios/Dockerfile b/tools/mkimage-iso-bios/Dockerfile index ddaf713be..98993f9de 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 as mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-iso-efi/Dockerfile b/tools/mkimage-iso-efi/Dockerfile index f91b820bf..ad451c426 100644 --- a/tools/mkimage-iso-efi/Dockerfile +++ b/tools/mkimage-iso-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:4de02c056b3295f510b7fb4f9b5a2785f854ac23 AS grub -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-iso/Dockerfile b/tools/mkimage-iso/Dockerfile index fcb43f475..bfaf30178 100644 --- a/tools/mkimage-iso/Dockerfile +++ b/tools/mkimage-iso/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-qcow2-efi/Dockerfile b/tools/mkimage-qcow2-efi/Dockerfile index f951f9446..4873c9162 100644 --- a/tools/mkimage-qcow2-efi/Dockerfile +++ b/tools/mkimage-qcow2-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:4de02c056b3295f510b7fb4f9b5a2785f854ac23 AS grub -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-raw-bios/Dockerfile b/tools/mkimage-raw-bios/Dockerfile index 887864adf..a2ed4ca19 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-raw-efi/Dockerfile b/tools/mkimage-raw-efi/Dockerfile index b651ed428..f8916dbc8 100644 --- a/tools/mkimage-raw-efi/Dockerfile +++ b/tools/mkimage-raw-efi/Dockerfile @@ -1,6 +1,6 @@ FROM linuxkit/grub:4de02c056b3295f510b7fb4f9b5a2785f854ac23 AS grub -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/tools/mkimage-rpi3/Dockerfile b/tools/mkimage-rpi3/Dockerfile index 6db3db614..74ae78221 100644 --- a/tools/mkimage-rpi3/Dockerfile +++ b/tools/mkimage-rpi3/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:bc528cf9d4065d2e09aa44ff76909b94cfe8d867 as build +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 as build RUN apk add \ bc \ bison \ diff --git a/tools/mkimage-squashfs/Dockerfile b/tools/mkimage-squashfs/Dockerfile index 3d7841927..37a4d9132 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:0c069d0fd7defddb6e03925fcd4915407db0c9e1 AS mirror +FROM linuxkit/alpine:33063834cf72d563cd8703467836aaa2f2b5a300 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \