From 71f87cc6a92d147e4c565c0c3cb58c3adb55e592 Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Sun, 3 Mar 2019 14:31:42 +0000 Subject: [PATCH] Update package tags to the latest version Signed-off-by: Rolf Neugebauer --- examples/aws.yml | 18 ++++----- examples/azure.yml | 16 ++++---- examples/cadvisor.yml | 26 ++++++------ examples/dm-crypt-loop.yml | 26 ++++++------ examples/dm-crypt.yml | 22 +++++----- examples/docker-for-mac.yml | 40 +++++++++---------- examples/docker.yml | 24 +++++------ examples/gcp.yml | 20 +++++----- examples/getty.yml | 16 ++++---- examples/hostmount-writeable-overlay.yml | 16 ++++---- examples/influxdb-os.yml | 12 +++--- examples/logging.yml | 20 +++++----- examples/minimal.yml | 10 ++--- examples/node_exporter.yml | 14 +++---- examples/openstack.yml | 18 ++++----- examples/packet.arm64.yml | 2 +- examples/packet.yml | 24 +++++------ examples/redis-os.yml | 10 ++--- examples/rt-for-vmware.yml | 18 ++++----- examples/scaleway.yml | 20 +++++----- examples/sshd.yml | 20 +++++----- examples/swap.yml | 22 +++++----- examples/tpm.yml | 18 ++++----- examples/vmware.yml | 16 ++++---- examples/vpnkit-forwarder.yml | 12 +++--- examples/vsudd-containerd.yml | 10 ++--- examples/vultr.yml | 20 +++++----- examples/wireguard.yml | 20 +++++----- linuxkit.yml | 16 ++++---- .../clear-containers/clear-containers.yml | 2 +- projects/compose/compose-dynamic.yml | 24 +++++------ projects/compose/compose-static.yml | 24 +++++------ projects/ima-namespace/ima-namespace.yml | 14 +++---- projects/landlock/landlock.yml | 2 +- projects/memorizer/memorizer.yml | 10 ++--- projects/miragesdk/examples/fdd.yml | 16 ++++---- projects/miragesdk/examples/mirage-dhcp.yml | 12 +++--- projects/okernel/examples/okernel_simple.yaml | 14 +++---- projects/shiftfs/shiftfs.yml | 16 ++++---- src/cmd/linuxkit/moby/linuxkit.go | 6 +-- test/cases/000_build/000_formats/test.yml | 6 +-- .../cases/000_build/010_reproducible/test.yml | 10 ++--- .../000_qemu/000_run_kernel+initrd/test.yml | 4 +- .../000_qemu/005_run_kernel+squashfs/test.yml | 4 +- .../000_qemu/010_run_iso/test.yml | 4 +- .../000_qemu/020_run_efi/test.yml | 4 +- .../000_qemu/030_run_qcow_bios/test.yml | 4 +- .../000_qemu/040_run_raw_bios/test.yml | 4 +- .../000_qemu/050_run_aws/test.yml | 4 +- .../000_qemu/100_container/test.yml | 4 +- .../000_run_kernel+initrd/test.yml | 4 +- .../005_run_kernel+squashfs/test.yml | 4 +- .../010_hyperkit/010_acpi/test.yml | 8 ++-- .../020_kernel/001_config_4.9.x/test.yml | 4 +- .../020_kernel/002_config_4.14.x/test.yml | 4 +- .../020_kernel/005_config_4.19.x/test.yml | 4 +- .../020_kernel/006_config_4.20.x/test.yml | 4 +- test/cases/020_kernel/011_kmod_4.9.x/test.yml | 4 +- .../cases/020_kernel/012_kmod_4.14.x/test.yml | 4 +- .../cases/020_kernel/015_kmod_4.19.x/test.yml | 4 +- .../cases/020_kernel/016_kmod_4.20.x/test.yml | 4 +- .../cases/020_kernel/110_namespace/common.yml | 4 +- .../030_security/000_docker-bench/test.yml | 20 +++++----- test/cases/030_security/010_ports/test.yml | 4 +- test/cases/040_packages/002_binfmt/test.yml | 6 +-- .../040_packages/003_ca-certificates/test.yml | 6 +-- .../040_packages/003_containerd/test.yml | 16 ++++---- test/cases/040_packages/004_dhcpcd/test.yml | 6 +-- .../004_dm-crypt/000_simple/test.yml | 6 +-- .../004_dm-crypt/001_luks/test.yml | 6 +-- .../004_dm-crypt/002_key/test.yml | 6 +-- .../005_extend/000_ext4/test-create.yml | 8 ++-- .../040_packages/005_extend/000_ext4/test.yml | 8 ++-- .../005_extend/001_btrfs/test-create.yml | 10 ++--- .../005_extend/001_btrfs/test.yml | 10 ++--- .../005_extend/002_xfs/test-create.yml | 8 ++-- .../040_packages/005_extend/002_xfs/test.yml | 8 ++-- .../006_format_mount/000_auto/test.yml | 8 ++-- .../006_format_mount/001_by_label/test.yml | 8 ++-- .../006_format_mount/002_by_name/test.yml.in | 8 ++-- .../006_format_mount/003_btrfs/test.yml | 10 ++--- .../006_format_mount/004_xfs/test.yml | 8 ++-- .../005_by_device_force/test.yml | 14 +++---- .../006_format_mount/010_multiple/test.yml | 12 +++--- .../007_getty-containerd/test.yml | 12 +++--- test/cases/040_packages/012_losetup/test.yml | 6 +-- .../040_packages/013_mkimage/mkimage.yml | 6 +-- test/cases/040_packages/013_mkimage/run.yml | 4 +- test/cases/040_packages/019_sysctl/test.yml | 6 +-- .../cases/040_packages/023_wireguard/test.yml | 14 +++---- test/cases/040_packages/030_logwrite/test.yml | 12 +++--- test/cases/040_packages/031_kmsg/test.yml | 14 +++---- test/cases/040_packages/032_bcc/test.yml | 4 +- test/hack/test-ltp.yml | 6 +-- test/hack/test.yml | 8 ++-- test/pkg/ns/template.yml | 4 +- 96 files changed, 529 insertions(+), 529 deletions(-) diff --git a/examples/aws.yml b/examples/aws.yml index 16b3098c3..5bb1fc2d8 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 services: - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/azure.yml b/examples/azure.yml index ce342c4f0..dd84c0a47 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 services: - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index aa74ba380..24989a335 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:v0.6 + image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91 - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: ntpd - image: linuxkit/openntpd:v0.6 + image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3 - name: docker image: docker:18.06.0-ce-dind @@ -46,7 +46,7 @@ services: - /etc/docker/daemon.json:/etc/docker/daemon.json command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: cadvisor - image: linuxkit/cadvisor:v0.6 + image: linuxkit/cadvisor:0fbe6a4a89a555d749ea99735477833757d24d5d files: - path: var/lib/docker directory: true diff --git a/examples/dm-crypt-loop.yml b/examples/dm-crypt-loop.yml index 8b634e040..450c64c32 100644 --- a/examples/dm-crypt-loop.yml +++ b/examples/dm-crypt-loop.yml @@ -2,30 +2,30 @@ kernel: image: linuxkit/kernel:4.14.88 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - - linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe - - linuxkit/containerd:326b096cd5fbab0f864e52721d036cade67599d6 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "/dev/sda"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/dev/sda1", "/var/external"] - name: loop - image: linuxkit/losetup:b05ffc8641cc955abe45f6730cbe6d723b63bd3f + image: linuxkit/losetup:4ceebb2672031d87a8fa60ac5e93e54c2ff1f0f2 command: ["/usr/bin/loopy", "--create", "/var/external/storage_file"] - name: dm-crypt - image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c + image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab command: ["/usr/bin/crypto", "crypt_loop_dev", "/dev/loop0"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/dev/mapper/crypt_loop_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -34,11 +34,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/dm-crypt.yml b/examples/dm-crypt.yml index 0fb0b7f87..10f30f5a1 100644 --- a/examples/dm-crypt.yml +++ b/examples/dm-crypt.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.88 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - - linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe - - linuxkit/containerd:326b096cd5fbab0f864e52721d036cade67599d6 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "/dev/sda"] - name: dm-crypt - image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c + image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab command: ["/usr/bin/crypto", "crypt_dev", "/dev/sda1"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/dev/mapper/crypt_dev", "/var/secure_storage"] - name: bbox image: busybox @@ -28,11 +28,11 @@ onboot: - /var:/var services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce files: - path: etc/dm-crypt/key # the below key is just to keep the example self-contained diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 9a4926ab0..1dc05338f 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,30 +3,30 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:v0.6 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/vpnkit-expose-port:b5f279abaa0386efeb3c03f46771609ff7c25bc3 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: sysfs - image: linuxkit/sysfs:v0.6 + image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91 - name: binfmt - image: linuxkit/binfmt:e2d222038867ebd13b0b723c8351be559267050b + image: linuxkit/binfmt:1d336b31146564a799673ff1a869c9717c2a86e0 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:v0.6 + image: linuxkit/swap:0b230ed5cbf5f920935f371dfa9e34d838d863fe command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding - name: mount-vpnkit @@ -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:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:v0.6 + image: linuxkit/acpid:c4559f5fdce997de5dedc4c750c7a0d1044b3425 # Enable getty for easier debugging - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:v0.6 + image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3 # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f + image: linuxkit/vsudd:ad3014aba09dd15a82fae6e0f18c482810490c9a binds: - /var/run:/var/run command: ["/vsudd", "-inport", "2376:unix:/var/run/docker.sock"] # vpnkit-forwarder forwards network traffic to/from the host via VSOCK port 62373. # It needs access to the vpnkit 9P coordination share - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:v0.6 + image: linuxkit/vpnkit-forwarder:47a75f790250c01d18d0463de9d9943dab50f027 binds: - /var/vpnkit:/port net: host command: ["/vpnkit-forwarder", "-vsockPort", "62373"] # Monitor for image deletes and invoke a TRIM on the container filesystem - name: trim-after-delete - image: linuxkit/trim-after-delete:v0.6 + image: linuxkit/trim-after-delete:05a7b353e54371d396655610afbd5d0b830e16ac # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:613dc55e67470ec375335a1958650c3711dc4aa6 + image: linuxkit/host-timesync-daemon:dfe46e1f3227ac10d98655d95b2061283afc2f3d # Run dockerd with the vpnkit userland proxy from the vpnkit-forwarder container. # Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit # for vpnkit coordination and /run/config/docker for the configuration file. diff --git a/examples/docker.yml b/examples/docker.yml index bb311f14a..62e6d6679 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: sysfs - image: linuxkit/sysfs:v0.6 + image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91 - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: ntpd - image: linuxkit/openntpd:v0.6 + image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3 - name: docker image: docker:18.06.0-ce-dind capabilities: diff --git a/examples/gcp.yml b/examples/gcp.yml index 7e7b32b76..b9625acdf 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/getty.yml b/examples/getty.yml index 96bc565e4..0ee6f5965 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/hostmount-writeable-overlay.yml b/examples/hostmount-writeable-overlay.yml index 5880b4c4e..a055732cb 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,7 +18,7 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true runtime: @@ -30,7 +30,7 @@ services: destination: writeable-host-etc options: ["rw", "lowerdir=/etc", "upperdir=/run/hostetc/upper", "workdir=/run/hostetc/work"] - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 5c264791d..ecb83de3a 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index ac2187f89..06247653f 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -3,21 +3,21 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 - - linuxkit/memlogd:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 + - linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Inside the getty type `/proc/1/root/usr/bin/logread -F` to follow the log - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true # A service which generates log messages for testing @@ -25,9 +25,9 @@ services: image: alpine:3.8 command: ["/bin/sh", "-c", "while /bin/true; do echo hello $(date); sleep 1; done" ] - name: write-and-rotate-logs - image: linuxkit/logwrite:v0.6 + image: linuxkit/logwrite:62cbf48ee2fcd374f26de7b901adc287ff6f4696 - name: kmsg - image: linuxkit/kmsg:v0.6 + image: linuxkit/kmsg:9329a7bb25b27974d74b765fe15d5f1b76609198 trust: org: - linuxkit diff --git a/examples/minimal.yml b/examples/minimal.yml index 4cd9ce90b..39cc05060 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true trust: diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index a799bf423..112c33e20 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: node_exporter - image: linuxkit/node_exporter:v0.6 + image: linuxkit/node_exporter:4e895be53436f2732f206302f193d5e7b0a1a841 trust: org: - linuxkit diff --git a/examples/openstack.yml b/examples/openstack.yml index e874cd4f7..a5da1dba0 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/packet.arm64.yml b/examples/packet.arm64.yml index c0b89daac..df4e47b81 100644 --- a/examples/packet.arm64.yml +++ b/examples/packet.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:v0.6 + image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89 command: ["modprobe", "nicvf"] diff --git a/examples/packet.yml b/examples/packet.yml index a1d6a5f28..bae9bea72 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 - - linuxkit/firmware:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 + - linuxkit/firmware:0e37338a2c994f768fc4569fce47fcf8d9133506 onboot: - name: rngd1 - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/redis-os.yml b/examples/redis-os.yml index cd29964b1..aa149856c 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true # Currently redis:4.0.6-alpine has trust issue with multi-arch diff --git a/examples/rt-for-vmware.yml b/examples/rt-for-vmware.yml index 77fb6dede..66f8beae9 100644 --- a/examples/rt-for-vmware.yml +++ b/examples/rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.87-rt cmdline: "console=tty0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: open-vm-tools - image: linuxkit/open-vm-tools:v0.6 + image: linuxkit/open-vm-tools:ff7d6c5789fe82c901c8a83a20f5a4182838cb3d - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/scaleway.yml b/examples/scaleway.yml index a991eef6d..f83c7ed2e 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: rngd1 - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce trust: org: - linuxkit diff --git a/examples/sshd.yml b/examples/sshd.yml index cffd1dfec..7a05a7e83 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: rngd1 - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/swap.yml b/examples/swap.yml index c2fd401f6..24dedf995 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:v0.6 + image: linuxkit/swap:0b230ed5cbf5f920935f371dfa9e34d838d863fe # to use unencrypted swap, use: # command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G"] command: ["/swap.sh", "--path", "/var/external/swap", "--size", "1G", "--encrypt"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce trust: org: - linuxkit diff --git a/examples/tpm.yml b/examples/tpm.yml index e790fbf62..d61e2c5e6 100644 --- a/examples/tpm.yml +++ b/examples/tpm.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: tss - image: linuxkit/tss:v0.6 + image: linuxkit/tss:8c5284d5302485234c6390e00c42546bc505a5ca - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/examples/vmware.yml b/examples/vmware.yml index 2be86bedf..d92051e60 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 8064fdd93..96f61881e 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit image: alpine:3.8 @@ -19,9 +19,9 @@ onboot: command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] services: - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:v0.6 + image: linuxkit/vpnkit-forwarder:47a75f790250c01d18d0463de9d9943dab50f027 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index a71fe5583..af9e5af9b 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:98e554e4f3024c318e42c1f6876b541b654acd9f + image: linuxkit/vsudd:ad3014aba09dd15a82fae6e0f18c482810490c9a binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/vultr.yml b/examples/vultr.yml index 7e7b32b76..b9625acdf 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:v0.6 + image: linuxkit/metadata:566864a2e22e318c478ab284f5675da7a7a12f38 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 904f9de53..71d97eb0d 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:v0.6 + image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:v0.6 + image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/linuxkit.yml b/linuxkit.yml index 91df36ca0..2c88ae662 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] onshutdown: - name: shutdown @@ -18,11 +18,11 @@ onshutdown: command: ["/bin/echo", "so long and thanks for all the fish"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index fbeaa323e..4d5295d2d 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:a2166a6048ce041eebe005ab99454cfdeaa5c848 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 481dc510f..c10423874 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: sysfs - image: linuxkit/sysfs:v0.6 + image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: ntpd - image: linuxkit/openntpd:v0.6 + image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3 - name: docker image: docker:18.06.0-ce-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index 90a9d89c1..79df37a27 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,32 +2,32 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: sysfs - image: linuxkit/sysfs:v0.6 + image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: ntpd - image: linuxkit/openntpd:v0.6 + image: linuxkit/openntpd:7f48912e995d0eb6d021b5c0d2d2a062b3b2e4d3 - name: docker image: docker:18.06.0-ce-dind capabilities: diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index e2295f1f3..9ef6a1893 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:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index 7f1a635db..633da79d9 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:a2166a6048ce041eebe005ab99454cfdeaa5c848 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index 5dd591e9f..95898a674 100644 --- a/projects/memorizer/memorizer.yml +++ b/projects/memorizer/memorizer.yml @@ -2,16 +2,16 @@ kernel: image: "linuxkitprojects/kernel-memorizer:4.10_dbg-17e2eee03ab59f8df8a9c10ace003a84aec2f540" cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index 094e2bebf..5fc1aeb1b 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:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee files: - path: etc/init.d/020-fdd-init mode: "0700" diff --git a/projects/miragesdk/examples/mirage-dhcp.yml b/projects/miragesdk/examples/mirage-dhcp.yml index 0518458f5..b8666f290 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcp-client image: miragesdk/dhcp-client:22aa9d527820534295a8cd59901c0c5197af6585 net: host @@ -28,9 +28,9 @@ onboot: - /lib:/lib # for ifconfig services: - name: sshd - image: linuxkit/sshd:c4bc89cf0d66733c923ab9cb46198b599eb99320 + image: linuxkit/sshd:6e4740bee64bf44e9913a1db4a38b5c3a5fb6ab1 - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 32982ba98..3dcf40367 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:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 services: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index 56f8121f8..8e10aa3fe 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:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/moby/linuxkit.go b/src/cmd/linuxkit/moby/linuxkit.go index 6afef2f3c..aed9a355e 100644 --- a/src/cmd/linuxkit/moby/linuxkit.go +++ b/src/cmd/linuxkit/moby/linuxkit.go @@ -17,11 +17,11 @@ kernel: image: linuxkit/kernel:4.9.39 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: mkimage - image: linuxkit/mkimage:v0.6 + image: linuxkit/mkimage:a8680e89070591c8b9e80d54e185787c19921668 - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 trust: diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index ce8e1c2ee..cb6af7755 100644 --- a/test/cases/000_build/000_formats/test.yml +++ b/test/cases/000_build/000_formats/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] trust: org: diff --git a/test/cases/000_build/010_reproducible/test.yml b/test/cases/000_build/010_reproducible/test.yml index f3aba5728..79d8cb0ed 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:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] # Add some random unsorted caps capabilities: @@ -18,7 +18,7 @@ onboot: services: - name: testservice - image: linuxkit/ip:v0.6 + image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b # Some environments env: - BENV=true 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 1ebd57a72..4849a4bc2 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 1ebd57a72..4849a4bc2 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 be1a98809..7e17f79c3 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 ab4d78106..574f2a461 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 ab4d78106..574f2a461 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 ab4d78106..574f2a461 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 ab4d78106..574f2a461 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 343a557cb..0f6bf8d79 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 ab4d78106..574f2a461 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 ab4d78106..574f2a461 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,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 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 21c477981..aad5a4e5e 100644 --- a/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml +++ b/test/cases/010_platforms/010_hyperkit/010_acpi/test.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 services: - name: acpid - image: linuxkit/acpid:v0.6 + image: linuxkit/acpid:c4559f5fdce997de5dedc4c750c7a0d1044b3425 trust: org: - linuxkit diff --git a/test/cases/020_kernel/001_config_4.9.x/test.yml b/test/cases/020_kernel/001_config_4.9.x/test.yml index 8f8f921d6..6aed054c3 100644 --- a/test/cases/020_kernel/001_config_4.9.x/test.yml +++ b/test/cases/020_kernel/001_config_4.9.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.161 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:85727fa0ad52861758230cd264059c79f657b953 diff --git a/test/cases/020_kernel/002_config_4.14.x/test.yml b/test/cases/020_kernel/002_config_4.14.x/test.yml index aacc6d36b..b7511f5c0 100644 --- a/test/cases/020_kernel/002_config_4.14.x/test.yml +++ b/test/cases/020_kernel/002_config_4.14.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:85727fa0ad52861758230cd264059c79f657b953 diff --git a/test/cases/020_kernel/005_config_4.19.x/test.yml b/test/cases/020_kernel/005_config_4.19.x/test.yml index 0f6baf6f3..c90995af8 100644 --- a/test/cases/020_kernel/005_config_4.19.x/test.yml +++ b/test/cases/020_kernel/005_config_4.19.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:85727fa0ad52861758230cd264059c79f657b953 diff --git a/test/cases/020_kernel/006_config_4.20.x/test.yml b/test/cases/020_kernel/006_config_4.20.x/test.yml index f9f743deb..c0c9bd417 100644 --- a/test/cases/020_kernel/006_config_4.20.x/test.yml +++ b/test/cases/020_kernel/006_config_4.20.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.20.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check-kernel-config image: linuxkit/test-kernel-config:85727fa0ad52861758230cd264059c79f657b953 diff --git a/test/cases/020_kernel/011_kmod_4.9.x/test.yml b/test/cases/020_kernel/011_kmod_4.9.x/test.yml index e6180bd94..7e1ec41fa 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/test.yml +++ b/test/cases/020_kernel/011_kmod_4.9.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.9.161 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/012_kmod_4.14.x/test.yml b/test/cases/020_kernel/012_kmod_4.14.x/test.yml index f334914f0..8d73a39ba 100644 --- a/test/cases/020_kernel/012_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/012_kmod_4.14.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.104 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/015_kmod_4.19.x/test.yml b/test/cases/020_kernel/015_kmod_4.19.x/test.yml index 0c8573534..ca2d8f56d 100644 --- a/test/cases/020_kernel/015_kmod_4.19.x/test.yml +++ b/test/cases/020_kernel/015_kmod_4.19.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/016_kmod_4.20.x/test.yml b/test/cases/020_kernel/016_kmod_4.20.x/test.yml index b5ef8271a..2f4a61b5d 100644 --- a/test/cases/020_kernel/016_kmod_4.20.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.20.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.20.13 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: check image: kmod-test diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index 69bdb8cdb..3e68b92ec 100644 --- a/test/cases/020_kernel/110_namespace/common.yml +++ b/test/cases/020_kernel/110_namespace/common.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af trust: org: - linuxkit diff --git a/test/cases/030_security/000_docker-bench/test.yml b/test/cases/030_security/000_docker-bench/test.yml index 6592cf507..ca36d4690 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:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: sysfs - image: linuxkit/sysfs:v0.6 + image: linuxkit/sysfs:21a2071205e7060ed76656960eda5434b2fdcd91 - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:v0.6 + image: linuxkit/rngd:dc49cff2c835b196610a3f2efb585bb276658bce - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee - name: docker image: docker:18.06.0-ce-dind capabilities: diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 27881d62f..0f62c7650 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:4.19.26 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: test image: alpine:3.9 diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index 001353422..da7b2c498 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: binfmt - image: linuxkit/binfmt:e2d222038867ebd13b0b723c8351be559267050b + image: linuxkit/binfmt:1d336b31146564a799673ff1a869c9717c2a86e0 - name: test image: alpine:3.9 binds: diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index d2a496cb5..ea6852839 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: test image: alpine:3.9 diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 447f23811..6b02b593b 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib"] - name: test image: linuxkit/test-containerd:998fdcb9ee8116ba77b24ca7ce7c5d0ad7be2dbe diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index 2ad4ae76b..ea5bb2b75 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test image: alpine:3.9 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 47ed9d6c3..cdf95b0e8 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:4.14.88 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - - linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: dm-crypt - image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c + image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab command: ["/usr/bin/crypto", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.9 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 a2b5adab4..bc755f6e3 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:4.14.88 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - - linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: dm-crypt - image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c + image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab command: ["/usr/bin/crypto", "-l", "it_is_encrypted", "/dev/sda"] - name: test image: alpine:3.9 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 74ad61a03..301c69ccd 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:4.14.88 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - - linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: dm-crypt - image: linuxkit/dm-crypt:9e41a164358b0235f0c242219b1a424c6552d46c + image: linuxkit/dm-crypt:6ace64a97f2db77301be0c1106dd2e2ddf9e2eab command: ["/usr/bin/crypto", "-k", "/some/other/enc_key", "it_is_encrypted", "/dev/sda"] binds: - /dev/:/dev 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 62eea18c5..bf18b1b9b 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 a2f4407e9..ec21afeaf 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: extend - image: linuxkit/extend:v0.6 + image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24 - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 36a13a0dd..b1e3bfb86 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: modprobe - image: linuxkit/modprobe:v0.6 + image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 9e9463dd1..3c71ff007 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: modprobe - image: linuxkit/modprobe:v0.6 + image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:v0.6 + image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24 command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 372fdb42c..20a3c630a 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 2f5f3a0b7..a90a5e8f3 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: extend - image: linuxkit/extend:v0.6 + image: linuxkit/extend:4af9cb8282eabb1df184a0c4f74e0d651f16bf24 command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 6b55d4e7a..4c0ba57fd 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 48e97aa78..6a2de8fc3 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: test image: alpine:3.9 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 0a7777ae3..8ff15e423 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] - name: test image: alpine:3.9 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 ef4bdf7ab..edaaa7bef 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: modprobe - image: linuxkit/modprobe:v0.6 + image: linuxkit/modprobe:90db3b2e63ceb633b7f66626c935c00d48e47c89 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 bbb2e4913..fd81912a1 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test image: alpine:3.9 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 d21eaeca3..61b47e909 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 binds: - /check.sh:/check.sh command: ["sh", "./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 01e87faf5..f0c8c9a4a 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:v0.6 + image: linuxkit/format:ada5fd97592c33399140f5f93f517c02f55edb14 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:v0.6 + image: linuxkit/mount:019bc551972cf2d136b443d70b4bf94c54d0d1fe command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] - name: test image: alpine:3.9 diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index 5da263079..58a58105d 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:2eb742cd7a68e14cf50577c02f30147bc406e478 + image: linuxkit/getty:01993189b8c583dc91cbbc7d4be131832c0fc205 files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/test/cases/040_packages/012_losetup/test.yml b/test/cases/040_packages/012_losetup/test.yml index 6863c55b5..3ec192b21 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:4.14.88 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:c563953a2277eb73a89d89f70e4b6dcdcfebc2d1 - - linuxkit/runc:83d0edb4552b1a5df1f0976f05f442829eac38fe + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: losetup - image: linuxkit/losetup:b05ffc8641cc955abe45f6730cbe6d723b63bd3f + image: linuxkit/losetup:4ceebb2672031d87a8fa60ac5e93e54c2ff1f0f2 command: ["/usr/bin/loopy", "-c", "/var/test.img"] - name: test image: alpine:3.9 diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index 2611f3de2..564fe2106 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: mkimage - image: linuxkit/mkimage:v0.6 + image: linuxkit/mkimage:a8680e89070591c8b9e80d54e185787c19921668 - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 trust: diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index f09a144ca..bff9cd79e 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: poweroff image: linuxkit/poweroff:9f4e04f09bbb4a028f0a1f57d430e1ad3095ace1 diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 1cd5cd1f5..a3ef55c96 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: sysctl - image: linuxkit/sysctl:v0.6 + image: linuxkit/sysctl:713e535f2d4e4c74aba50cc7f73e3826b2dd3857 - name: test image: alpine:3.9 net: host diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index 3a25f2a6a..4b8e17b31 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:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:v0.6 + image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:v0.6 + image: linuxkit/ip:4787413a729748bcf7560c73e0b46d38b8a8df2b net: new binds: - /etc/wireguard:/etc/wireguard diff --git a/test/cases/040_packages/030_logwrite/test.yml b/test/cases/040_packages/030_logwrite/test.yml index 114c1ed8f..e4e3e7936 100644 --- a/test/cases/040_packages/030_logwrite/test.yml +++ b/test/cases/040_packages/030_logwrite/test.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 - - linuxkit/memlogd:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 + - linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855 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:v0.6 + image: linuxkit/logwrite:62cbf48ee2fcd374f26de7b901adc287ff6f4696 command: ["/usr/bin/logwrite", "-max-log-size", "1024"] - name: check-the-logs image: alpine:3.9 diff --git a/test/cases/040_packages/031_kmsg/test.yml b/test/cases/040_packages/031_kmsg/test.yml index 4eccffcc5..c59a7e47f 100644 --- a/test/cases/040_packages/031_kmsg/test.yml +++ b/test/cases/040_packages/031_kmsg/test.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 - - linuxkit/ca-certificates:v0.6 - - linuxkit/memlogd:v0.6 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 + - linuxkit/ca-certificates:906c46a26fd2df271bf64c0259bf2267f7593213 + - linuxkit/memlogd:3d74c1153f99948d92c0fa9c759f816ab48d9855 services: - name: kmsg - image: linuxkit/kmsg:v0.6 + image: linuxkit/kmsg:9329a7bb25b27974d74b765fe15d5f1b76609198 - name: write-and-rotate-logs - image: linuxkit/logwrite:v0.6 + image: linuxkit/logwrite:62cbf48ee2fcd374f26de7b901adc287ff6f4696 - name: check-the-logs image: alpine:3.9 binds: diff --git a/test/cases/040_packages/032_bcc/test.yml b/test/cases/040_packages/032_bcc/test.yml index 6afa79e80..3723d8d50 100644 --- a/test/cases/040_packages/032_bcc/test.yml +++ b/test/cases/040_packages/032_bcc/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:v0.5 - - linuxkit/runc:v0.5 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af - linuxkit/kernel-bcc:4.19.25 onboot: - name: check-bcc diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index 5afb3859e..0b8e150a3 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,9 +2,9 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd diff --git a/test/hack/test.yml b/test/hack/test.yml index ef2e11930..98f55cb09 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,12 +4,12 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 - - linuxkit/containerd:2aff4d486220667364b2971b5fc6225bf165a069 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af + - linuxkit/containerd:6e6841be5ad15c30752d81d121b247fa3ae08c97 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:v0.6 + image: linuxkit/dhcpcd:85738d3d2f152a7879e17a61444f7714b858c2ee command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config image: linuxkit/test-kernel-config:85727fa0ad52861758230cd264059c79f657b953 diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 57e945da0..022b90a7c 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,8 +3,8 @@ kernel: image: linuxkit/kernel:4.19.26 cmdline: "console=ttyS0" init: - - linuxkit/init:a2166a6048ce041eebe005ab99454cfdeaa5c848 - - linuxkit/runc:069d5cd3cc4f0aec70e4af53aed5d27a21c79c35 + - linuxkit/init:005807f5c6a74e23f485a6d1657818bdccb70cd0 + - linuxkit/runc:606971451ea29b4238029804ca638f9f85caf5af onboot: - name: test-ns image: linuxkit/test-ns: