diff --git a/Makefile b/Makefile index 2d2113b7d..24d70d36a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION="v0.4+" GIT_COMMIT=$(shell git rev-list -1 HEAD) -GO_COMPILE=linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 +GO_COMPILE=linuxkit/go-compile:a8031514cbd017cd10207de56be3434b9d7c6fd7 ifeq ($(OS),Windows_NT) LINUXKIT?=bin/linuxkit.exe diff --git a/contrib/crosvm/README.md b/contrib/crosvm/README.md index ae4896d93..1a2352347 100644 --- a/contrib/crosvm/README.md +++ b/contrib/crosvm/README.md @@ -33,12 +33,12 @@ kernel: image: linuxkit/kernel:4.9.91 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true trust: diff --git a/contrib/foreign-kernels/Dockerfile.deb b/contrib/foreign-kernels/Dockerfile.deb index 4b796ebee..3d10588a0 100644 --- a/contrib/foreign-kernels/Dockerfile.deb +++ b/contrib/foreign-kernels/Dockerfile.deb @@ -1,4 +1,4 @@ -FROM alpine:3.7 AS extract +FROM alpine:3.8 AS extract ARG DEB_URLS diff --git a/contrib/foreign-kernels/Dockerfile.rpm b/contrib/foreign-kernels/Dockerfile.rpm index 819117265..be2648dda 100644 --- a/contrib/foreign-kernels/Dockerfile.rpm +++ b/contrib/foreign-kernels/Dockerfile.rpm @@ -1,4 +1,4 @@ -FROM alpine:3.7 AS extract +FROM alpine:3.8 AS extract ARG RPM_URLS diff --git a/docs/vendoring.md b/docs/vendoring.md index 02f524c49..04ee3f626 100644 --- a/docs/vendoring.md +++ b/docs/vendoring.md @@ -28,7 +28,7 @@ docker run -it --rm \ -v $(pwd):/go/src/github.com/linuxkit/linuxkit \ -w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \ --entrypoint /go/bin/vndr \ -linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 +linuxkit/go-compile:a8031514cbd017cd10207de56be3434b9d7c6fd7 ``` To update a single dependency: @@ -38,7 +38,7 @@ docker run -it --rm \ -v $(pwd):/go/src/github.com/linuxkit/linuxkit \ -w /go/src/github.com/linuxkit/linuxkit/src/cmd/linuxkit \ --entrypoint /go/bin/vndr \ -linuxkit/go-compile:a8bffe875268a973ea82e5937b0fb23a5b08cc79 +linuxkit/go-compile:a8031514cbd017cd10207de56be3434b9d7c6fd7 github.com/docker/docker ``` diff --git a/examples/aws.yml b/examples/aws.yml index 252a07b9b..3f5b510e5 100644 --- a/examples/aws.yml +++ b/examples/aws.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/azure.yml b/examples/azure.yml index 9df684d23..b19bdd384 100644 --- a/examples/azure.yml +++ b/examples/azure.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/cadvisor.yml b/examples/cadvisor.yml index 4d8bce1ae..63b90301e 100644 --- a/examples/cadvisor.yml +++ b/examples/cadvisor.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysfs - image: linuxkit/sysfs:v0.4 + image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: ntpd - image: linuxkit/openntpd:v0.4 + image: linuxkit/openntpd:2f13536030a04f93cfaa02f816fe24f536c9943c - name: docker image: docker:17.10.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.4 + image: linuxkit/cadvisor:9d0f7fc85a4cf50ee3fa68c83e89593f1db80d24 files: - path: var/lib/docker directory: true diff --git a/examples/docker-for-mac.yml b/examples/docker-for-mac.yml index 7ea8789c1..e254c801e 100644 --- a/examples/docker-for-mac.yml +++ b/examples/docker-for-mac.yml @@ -3,34 +3,34 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/vpnkit-expose-port:v0.4 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/vpnkit-expose-port:9899eef84d0a881b6a5ca5a4b4bb71e382435cb5 # install vpnkit-expose-port and vpnkit-iptables-wrapper on host + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: # support metadata for optional config in /run/config - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: sysfs - image: linuxkit/sysfs:v0.4 + image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: binfmt - image: linuxkit/binfmt:0f73915a3fe365615a10a811f5b83303f48949d5 + image: linuxkit/binfmt:b0d833f5ecd26d6cb991622b1234afd9a0f6ee31 # Format and mount the disk image in /var/lib/docker - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib"] # make a swap file on the mounted disk - name: swap - image: linuxkit/swap:v0.4 + image: linuxkit/swap:e73f719b467e3dcb1eec85f1f1fd5d32fe1140bf command: ["/swap.sh", "--path", "/var/lib/swap", "--size", "1024M"] # mount-vpnkit mounts the 9p share used by vpnkit to coordinate port forwarding - name: mount-vpnkit - image: alpine:3.7 + image: alpine:3.8 binds: - /var/:/host_var:rbind,rshared capabilities: @@ -39,46 +39,46 @@ onboot: command: ["sh", "-c", "mkdir -p /host_var/vpnkit/port && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] # move logs to the mounted disk (this is a temporary fix until we can limit the log sizes) - name: move-logs - image: alpine:3.7 + image: alpine:3.8 binds: - /var:/host_var command: ["sh", "-c", "mv -v /host_var/log /host_var/lib && ln -vs /var/lib/log /host_var/log"] - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: # Enable acpi to shutdown on power events - name: acpid - image: linuxkit/acpid:v0.4 + image: linuxkit/acpid:80b486a60dd0d55233e560db1ff096b1d5b35bbd # Enable getty for easier debugging - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true # Run ntpd to keep time synchronised in the VM - name: ntpd - image: linuxkit/openntpd:v0.4 + image: linuxkit/openntpd:2f13536030a04f93cfaa02f816fe24f536c9943c # VSOCK to unix domain socket forwarding. Forwards guest /var/run/docker.sock # to a socket on the host. - name: vsudd - image: linuxkit/vsudd:v0.4 + image: linuxkit/vsudd:4d2a600d4dcefed5195a6908a1aaf0e16d48ad0c 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.4 + image: linuxkit/vpnkit-forwarder:e474ea69ccc48157b6b8053a9a5814af46b58707 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.4 + image: linuxkit/trim-after-delete:1a8531c662ad4cde6f795cab9db3e622b3cf655e # When the host resumes from sleep, force a clock resync - name: host-timesync-daemon - image: linuxkit/host-timesync-daemon:v0.4 + image: linuxkit/host-timesync-daemon:a54caae030f4086e482b103100f954b27a02aadd # 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 55fa779b3..74eac4ac5 100644 --- a/examples/docker.yml +++ b/examples/docker.yml @@ -2,31 +2,31 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: sysfs - image: linuxkit/sysfs:v0.4 + image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: ntpd - image: linuxkit/openntpd:v0.4 + image: linuxkit/openntpd:2f13536030a04f93cfaa02f816fe24f536c9943c - name: docker image: docker:17.09.0-ce-dind capabilities: diff --git a/examples/gcp.yml b/examples/gcp.yml index f6e0d83e0..8c2c149b1 100644 --- a/examples/gcp.yml +++ b/examples/gcp.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/getty.yml b/examples/getty.yml index b3c161260..d17c0332b 100644 --- a/examples/getty.yml +++ b/examples/getty.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda # to make insecure with passwordless root login, uncomment following lines #env: # - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 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 6e59e52fc..a84fbc166 100644 --- a/examples/hostmount-writeable-overlay.yml +++ b/examples/hostmount-writeable-overlay.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f 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:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda 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.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/influxdb-os.yml b/examples/influxdb-os.yml index 7a51382d9..3e01276f2 100644 --- a/examples/influxdb-os.yml +++ b/examples/influxdb-os.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: influxdb diff --git a/examples/logging.yml b/examples/logging.yml index 758078b3e..b33ed357f 100644 --- a/examples/logging.yml +++ b/examples/logging.yml @@ -3,21 +3,21 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:f2bc1bda1ab18146967fa1a149800aaf14bee81b - - linuxkit/ca-certificates:v0.4 - - linuxkit/memlogd:883f0d46e7d3ae2d787e8acb496da115a4707cbc + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 + - linuxkit/memlogd:19e58ab6ae2c6be1751260aa60e91c441eda1294 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:v0.4 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f 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:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true # A service which generates log messages for testing diff --git a/examples/minimal.yml b/examples/minimal.yml index e78f2173f..c0a1d11d2 100644 --- a/examples/minimal.yml +++ b/examples/minimal.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true trust: diff --git a/examples/node_exporter.yml b/examples/node_exporter.yml index a51788db7..62dbfb4ca 100644 --- a/examples/node_exporter.yml +++ b/examples/node_exporter.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: node_exporter - image: linuxkit/node_exporter:v0.4 + image: linuxkit/node_exporter:be55316c1843b237a77d09ea8f57462c0f8dbbdd trust: org: - linuxkit diff --git a/examples/openstack.yml b/examples/openstack.yml index 00fecd769..bd1de5471 100644 --- a/examples/openstack.yml +++ b/examples/openstack.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 command: ["/usr/bin/metadata", "openstack"] services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 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 23144e0f5..5f59dd402 100644 --- a/examples/packet.arm64.yml +++ b/examples/packet.arm64.yml @@ -10,5 +10,5 @@ kernel: ucode: "" onboot: - name: modprobe - image: linuxkit/modprobe:v0.4 + image: linuxkit/modprobe:e1f78caa4c3a64a239ffb23c81622b4104cba5a0 command: ["modprobe", "nicvf"] diff --git a/examples/packet.yml b/examples/packet.yml index 3f59b523e..8e4c2a8b9 100644 --- a/examples/packet.yml +++ b/examples/packet.yml @@ -3,32 +3,32 @@ kernel: cmdline: console=ttyS1 ucode: intel-ucode.cpio init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 - - linuxkit/firmware:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 + - linuxkit/firmware:eac78cc21acd33a871d8b5f64a17c574cebb4c73 onboot: - name: rngd1 - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 command: ["/sbin/rngd", "-1"] - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 command: ["/usr/bin/metadata", "packet"] services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/redis-os.yml b/examples/redis-os.yml index 0883ce455..3536048ba 100644 --- a/examples/redis-os.yml +++ b/examples/redis-os.yml @@ -4,16 +4,16 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda 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 940638b99..d685df477 100644 --- a/examples/rt-for-vmware.yml +++ b/examples/rt-for-vmware.yml @@ -2,24 +2,24 @@ kernel: image: linuxkit/kernel:4.14.53-rt cmdline: "console=tty0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: open-vm-tools - image: linuxkit/open-vm-tools:v0.4 + image: linuxkit/open-vm-tools:b36c4f55b86a28939e4eb726fc8999f842b0a213 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/scaleway.yml b/examples/scaleway.yml index 00a9f3f2f..cac4ad2d2 100644 --- a/examples/scaleway.yml +++ b/examples/scaleway.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0 root=/dev/vda" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: rngd1 - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 command: ["/sbin/rngd", "-1"] - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 trust: org: - linuxkit diff --git a/examples/sshd.yml b/examples/sshd.yml index 90b4c2d52..6e44efa5c 100644 --- a/examples/sshd.yml +++ b/examples/sshd.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: rngd1 - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 command: ["/sbin/rngd", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 files: - path: root/.ssh/authorized_keys source: ~/.ssh/id_rsa.pub diff --git a/examples/swap.yml b/examples/swap.yml index 51278a068..a0c77e64c 100644 --- a/examples/swap.yml +++ b/examples/swap.yml @@ -2,33 +2,33 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0 console=ttysclp0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/external"] - name: swap - image: linuxkit/swap:v0.4 + image: linuxkit/swap:e73f719b467e3dcb1eec85f1f1fd5d32fe1140bf # 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:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 trust: org: - linuxkit diff --git a/examples/tpm.yml b/examples/tpm.yml index 11eb50f1c..e17e2720b 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:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: tss - image: linuxkit/tss:v0.4 + image: linuxkit/tss:1be95ab914493a11929930b8900bde812be0dcaa - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 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 adb11df16..0d878f509 100644 --- a/examples/vmware.yml +++ b/examples/vmware.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/examples/vpnkit-forwarder.yml b/examples/vpnkit-forwarder.yml index 35fbc8052..90a6d3d1c 100644 --- a/examples/vpnkit-forwarder.yml +++ b/examples/vpnkit-forwarder.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: mount-vpnkit - image: alpine:3.7 + image: alpine:3.8 binds: - /var/:/host_var:rbind,rshared capabilities: @@ -19,9 +19,9 @@ onboot: command: ["sh", "-c", "mkdir /host_var/vpnkit && mount -v -t 9p -o trans=virtio,dfltuid=1001,dfltgid=50,version=9p2000 port /host_var/vpnkit"] services: - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 - name: vpnkit-forwarder - image: linuxkit/vpnkit-forwarder:v0.4 + image: linuxkit/vpnkit-forwarder:e474ea69ccc48157b6b8053a9a5814af46b58707 binds: - /var/vpnkit:/port net: host diff --git a/examples/vsudd-containerd.yml b/examples/vsudd-containerd.yml index 02d4deea5..678eac3a0 100644 --- a/examples/vsudd-containerd.yml +++ b/examples/vsudd-containerd.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: vsudd - image: linuxkit/vsudd:v0.4 + image: linuxkit/vsudd:4d2a600d4dcefed5195a6908a1aaf0e16d48ad0c binds: - /run/containerd/containerd.sock:/run/containerd/containerd.sock command: ["/vsudd", diff --git a/examples/vultr.yml b/examples/vultr.yml index f6e0d83e0..8c2c149b1 100644 --- a/examples/vultr.yml +++ b/examples/vultr.yml @@ -2,27 +2,27 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: metadata - image: linuxkit/metadata:ae402c118338c0285625c0094525eb0a90085a58 + image: linuxkit/metadata:7d885acd45923cc3406a40dc4fa4be24903e3cd2 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: sshd - image: linuxkit/sshd:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 binds: - /run/config/ssh/authorized_keys:/root/.ssh/authorized_keys - name: nginx diff --git a/examples/wireguard.yml b/examples/wireguard.yml index 6ceac3c37..e7af78e36 100644 --- a/examples/wireguard.yml +++ b/examples/wireguard.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:v0.4 + image: linuxkit/ip:dd18c95e8add1dde51864d221efc02290a8ee7d0 net: new binds: - /etc/wireguard:/etc/wireguard @@ -26,7 +26,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:v0.4 + image: linuxkit/ip:dd18c95e8add1dde51864d221efc02290a8ee7d0 net: new binds: - /etc/wireguard:/etc/wireguard @@ -40,12 +40,12 @@ onboot: net: /run/netns/wg1 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true net: /run/netns/wg1 - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: nginx image: nginx:1.13.8-alpine net: /run/netns/wg0 diff --git a/kernel/Dockerfile b/kernel/Dockerfile index 6e62e3925..01135373b 100644 --- a/kernel/Dockerfile +++ b/kernel/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS kernel-build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS kernel-build RUN apk add \ argp-standalone \ automake \ diff --git a/kernel/Dockerfile.kconfig b/kernel/Dockerfile.kconfig index 9f77039cf..4b46712f0 100644 --- a/kernel/Dockerfile.kconfig +++ b/kernel/Dockerfile.kconfig @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS kernel-build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS kernel-build RUN apk add \ argp-standalone \ bison \ diff --git a/kernel/Dockerfile.zfs b/kernel/Dockerfile.zfs index 6b25d74e1..5041a36ba 100644 --- a/kernel/Dockerfile.zfs +++ b/kernel/Dockerfile.zfs @@ -1,6 +1,6 @@ ARG IMAGE FROM ${IMAGE} AS ksrc -FROM linuxkit/alpine:90571a1a9059f3bf33ca3431bc5396aa837a47d3 AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add \ attr-dev \ autoconf \ diff --git a/linuxkit.yml b/linuxkit.yml index 3f7dda00b..10dc11353 100644 --- a/linuxkit.yml +++ b/linuxkit.yml @@ -2,15 +2,15 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=tty0 console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f 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:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/pkg/acpid/Dockerfile b/pkg/acpid/Dockerfile index 54f36cb68..6fd67a7c8 100644 --- a/pkg/acpid/Dockerfile +++ b/pkg/acpid/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -6,7 +6,7 @@ RUN apk add --no-cache --initdb -p /out \ busybox RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror2 +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror2 RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ busybox-initscripts diff --git a/pkg/auditd/Dockerfile b/pkg/auditd/Dockerfile index 07053b00f..26081fbf0 100644 --- a/pkg/auditd/Dockerfile +++ b/pkg/auditd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --initdb -p /out alpine-baselayout apk-tools audit busybox tini diff --git a/pkg/binfmt/Dockerfile b/pkg/binfmt/Dockerfile index d8c5b6f2d..4d49e296f 100644 --- a/pkg/binfmt/Dockerfile +++ b/pkg/binfmt/Dockerfile @@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y qemu-user-static && \ mv /usr/bin/qemu-arm-static /usr/bin/qemu-arm && \ mv /usr/bin/qemu-ppc64le-static /usr/bin/qemu-ppc64le -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/ca-certificates/Dockerfile b/pkg/ca-certificates/Dockerfile index d5cbe2d83..3cf323a4f 100644 --- a/pkg/ca-certificates/Dockerfile +++ b/pkg/ca-certificates/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 as alpine RUN apk add ca-certificates diff --git a/pkg/cadvisor/Dockerfile b/pkg/cadvisor/Dockerfile index 6c3d42967..42dae58ea 100644 --- a/pkg/cadvisor/Dockerfile +++ b/pkg/cadvisor/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 as build RUN apk add --no-cache bash go git musl-dev linux-headers make @@ -16,7 +16,7 @@ RUN go get -d ${GITREPO} \ && mv cadvisor /usr/bin/ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/containerd/Dockerfile b/pkg/containerd/Dockerfile index 5613eb6fe..aa14243cb 100644 --- a/pkg/containerd/Dockerfile +++ b/pkg/containerd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:e940475e167cda8d95eda4d3b225a35f57a6f67e as alpine +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 as alpine RUN apk add tzdata WORKDIR $GOPATH/src/github.com/containerd/containerd diff --git a/pkg/dhcpcd/Dockerfile b/pkg/dhcpcd/Dockerfile index a1283b567..66bf25187 100644 --- a/pkg/dhcpcd/Dockerfile +++ b/pkg/dhcpcd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/extend/Dockerfile b/pkg/extend/Dockerfile index 463bb7f66..f7281e0ae 100644 --- a/pkg/extend/Dockerfile +++ b/pkg/extend/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/firmware-all/Dockerfile b/pkg/firmware-all/Dockerfile index 5d9723cce..aa71f5ebb 100644 --- a/pkg/firmware-all/Dockerfile +++ b/pkg/firmware-all/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache git # Make sure you also update the FW_COMMIT in ../firmware/Dockerfile diff --git a/pkg/firmware/Dockerfile b/pkg/firmware/Dockerfile index 3973965a8..fcfda0a3e 100644 --- a/pkg/firmware/Dockerfile +++ b/pkg/firmware/Dockerfile @@ -1,7 +1,7 @@ # Make modules from a recentish kernel available FROM linuxkit/kernel:4.14.28 AS kernel -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache git kmod # Clone the firmware repository diff --git a/pkg/format/Dockerfile b/pkg/format/Dockerfile index 6df12a50c..71bbb3474 100644 --- a/pkg/format/Dockerfile +++ b/pkg/format/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -15,7 +15,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/getty/Dockerfile b/pkg/getty/Dockerfile index f8716a841..098b330e3 100644 --- a/pkg/getty/Dockerfile +++ b/pkg/getty/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/host-timesync-daemon/Dockerfile b/pkg/host-timesync-daemon/Dockerfile index 7235efd4d..1eefc59e0 100644 --- a/pkg/host-timesync-daemon/Dockerfile +++ b/pkg/host-timesync-daemon/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev git ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/init/Dockerfile b/pkg/init/Dockerfile index 6823b2f48..076103116 100644 --- a/pkg/init/Dockerfile +++ b/pkg/init/Dockerfile @@ -1,13 +1,10 @@ -FROM linuxkit/alpine:e940475e167cda8d95eda4d3b225a35f57a6f67e AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache --initdb alpine-baselayout make gcc musl-dev git linux-headers ADD usermode-helper.c ./ RUN LDFLAGS=-static CFLAGS=-Werror make usermode-helper -# containerd v1.1.x requires go1.10 which is currently a separate package in -# Alpine 3.7 Use the same version here for consistency and because we use the -# containerd client library. -RUN apk add --no-cache go1.10 musl-dev +RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin COPY cmd /go/src/cmd @@ -19,7 +16,7 @@ RUN mkdir /tmp/bin && cd /tmp/bin/ && cp /go/bin/rc.init . && ln -s rc.init rc.s RUN cd /go/src/cmd/service && ./skanky-vendor.sh $GOPATH/src/github.com/containerd/containerd RUN go-compile.sh /go/src/cmd/service -FROM linuxkit/alpine:e940475e167cda8d95eda4d3b225a35f57a6f67e AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl diff --git a/pkg/ip/Dockerfile b/pkg/ip/Dockerfile index 5872efff0..93d2725ad 100644 --- a/pkg/ip/Dockerfile +++ b/pkg/ip/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add curl RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/memlogd/Dockerfile b/pkg/memlogd/Dockerfile index bf6b45d82..a8f97cb8e 100644 --- a/pkg/memlogd/Dockerfile +++ b/pkg/memlogd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/metadata/Dockerfile b/pkg/metadata/Dockerfile index e67c7a1e5..2646b6ae3 100644 --- a/pkg/metadata/Dockerfile +++ b/pkg/metadata/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/mkimage/Dockerfile b/pkg/mkimage/Dockerfile index 40ae12ddb..b89452e62 100644 --- a/pkg/mkimage/Dockerfile +++ b/pkg/mkimage/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/modprobe/Dockerfile b/pkg/modprobe/Dockerfile index 1a189a9d7..8d7c97bc7 100644 --- a/pkg/modprobe/Dockerfile +++ b/pkg/modprobe/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/mount/Dockerfile b/pkg/mount/Dockerfile index 1f3dfd27c..52473a6aa 100644 --- a/pkg/mount/Dockerfile +++ b/pkg/mount/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ @@ -9,7 +9,7 @@ RUN apk add --no-cache --initdb -p /out \ && true RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/node_exporter/Dockerfile b/pkg/node_exporter/Dockerfile index d3615348b..28af06636 100644 --- a/pkg/node_exporter/Dockerfile +++ b/pkg/node_exporter/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 as build RUN apk add --no-cache go git musl-dev make diff --git a/pkg/open-vm-tools/Dockerfile b/pkg/open-vm-tools/Dockerfile index 846470cc2..1b69607a2 100644 --- a/pkg/open-vm-tools/Dockerfile +++ b/pkg/open-vm-tools/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/openntpd/Dockerfile b/pkg/openntpd/Dockerfile index 9ed299105..8227cb3b2 100644 --- a/pkg/openntpd/Dockerfile +++ b/pkg/openntpd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/qemu-ga/Dockerfile b/pkg/qemu-ga/Dockerfile index 294ed24da..330c9cef8 100644 --- a/pkg/qemu-ga/Dockerfile +++ b/pkg/qemu-ga/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN mkdir -p /out/var/run RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/rngd/Dockerfile b/pkg/rngd/Dockerfile index a6595a9e7..9daf6437f 100644 --- a/pkg/rngd/Dockerfile +++ b/pkg/rngd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go gcc musl-dev linux-headers ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/runc/Dockerfile b/pkg/runc/Dockerfile index 403f15e77..e46344694 100644 --- a/pkg/runc/Dockerfile +++ b/pkg/runc/Dockerfile @@ -1,12 +1,10 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as alpine -# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7 -# Use the same version of go for consistency. +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 as alpine RUN \ apk add \ bash \ gcc \ git \ - go1.10 \ + go \ libc-dev \ libseccomp-dev \ linux-headers \ diff --git a/pkg/sshd/Dockerfile b/pkg/sshd/Dockerfile index 7969ef8d0..6c13a52f3 100644 --- a/pkg/sshd/Dockerfile +++ b/pkg/sshd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/swap/Dockerfile b/pkg/swap/Dockerfile index 5abb4f881..64001b4be 100644 --- a/pkg/swap/Dockerfile +++ b/pkg/swap/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/pkg/sysctl/Dockerfile b/pkg/sysctl/Dockerfile index 8532c09e1..3e0542a6d 100644 --- a/pkg/sysctl/Dockerfile +++ b/pkg/sysctl/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/sysfs/Dockerfile b/pkg/sysfs/Dockerfile index 5d607c0e7..815040760 100644 --- a/pkg/sysfs/Dockerfile +++ b/pkg/sysfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/trim-after-delete/Dockerfile b/pkg/trim-after-delete/Dockerfile index f8143bb9c..6dbb386e2 100644 --- a/pkg/trim-after-delete/Dockerfile +++ b/pkg/trim-after-delete/Dockerfile @@ -1,5 +1,5 @@ # We need the `fstrim` binary: -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/pkg/tss/Dockerfile b/pkg/tss/Dockerfile index a4944eede..fd84c543c 100644 --- a/pkg/tss/Dockerfile +++ b/pkg/tss/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build ENV TROUSERS_COMMIT de57f069ef2297d6a6b3a0353e217a5a2f66e444 ENV TPM_TOOLS_COMMIT bdf9f1bc8f63cd6fc370c2deb58d03ac55079e84 diff --git a/pkg/vpnkit-expose-port/Dockerfile b/pkg/vpnkit-expose-port/Dockerfile index 3bc4e47c6..b953c1eb7 100644 --- a/pkg/vpnkit-expose-port/Dockerfile +++ b/pkg/vpnkit-expose-port/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/vpnkit-forwarder/Dockerfile b/pkg/vpnkit-forwarder/Dockerfile index 410a2a1e7..df125d173 100644 --- a/pkg/vpnkit-forwarder/Dockerfile +++ b/pkg/vpnkit-forwarder/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/pkg/vsudd/Dockerfile b/pkg/vsudd/Dockerfile index a41314ce7..f26790bab 100644 --- a/pkg/vsudd/Dockerfile +++ b/pkg/vsudd/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN apk add --no-cache go musl-dev git build-base ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/projects/clear-containers/clear-containers.yml b/projects/clear-containers/clear-containers.yml index 43ec32e9e..2a5e2535f 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:6cc1442112980c889230b6449df09d5b48de6854 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb onboot: - name: sysctl image: mobylinux/sysctl:2cf2f9d5b4d314ba1bfc22b2fe931924af666d8c diff --git a/projects/compose/compose-dynamic.yml b/projects/compose/compose-dynamic.yml index 36c13da47..fb2ecd5a5 100644 --- a/projects/compose/compose-dynamic.yml +++ b/projects/compose/compose-dynamic.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: sysfs - image: linuxkit/sysfs:v0.4 + image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: ntpd - image: linuxkit/openntpd:v0.4 + image: linuxkit/openntpd:2f13536030a04f93cfaa02f816fe24f536c9943c - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/projects/compose/compose-static.yml b/projects/compose/compose-static.yml index e4c8d32f5..18d9d8206 100644 --- a/projects/compose/compose-static.yml +++ b/projects/compose/compose-static.yml @@ -2,28 +2,28 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: sysfs - image: linuxkit/sysfs:v0.4 + image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: ntpd - image: linuxkit/openntpd:v0.4 + image: linuxkit/openntpd:2f13536030a04f93cfaa02f816fe24f536c9943c - name: docker image: docker:17.07.0-ce-dind capabilities: diff --git a/projects/ima-namespace/ima-namespace.yml b/projects/ima-namespace/ima-namespace.yml index dfa03c547..6cda1600f 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:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 - linuxkit/ima-utils:dfeb3896fd29308b80ff9ba7fe5b8b767e40ca29 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/projects/landlock/landlock.yml b/projects/landlock/landlock.yml index b12bad07f..553956740 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:6cc1442112980c889230b6449df09d5b48de6854 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb - mobylinux/runc:b0fb122e10dbb7e4e45115177a61a3f8d68c19a9 - mobylinux/containerd:18eaf72f3f4f9a9f29ca1951f66df701f873060b - mobylinux/ca-certificates:eabc5a6e59f05aa91529d80e9a595b85b046f935 diff --git a/projects/memorizer/memorizer.yml b/projects/memorizer/memorizer.yml index 6d5eda1ae..73fa04b32 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:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true trust: diff --git a/projects/miragesdk/examples/fdd.yml b/projects/miragesdk/examples/fdd.yml index b296b8a66..2c901606c 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:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 - samoht/fdd onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f 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 70d05912f..842f21f16 100644 --- a/projects/miragesdk/examples/mirage-dhcp.yml +++ b/projects/miragesdk/examples/mirage-dhcp.yml @@ -2,12 +2,12 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - 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:2c7e6e36bd0ffa2b3d950cf9128da89ba3375dbb + image: linuxkit/sshd:ae16b868747913bad83ad1b5823669eff1563013 - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true files: diff --git a/projects/okernel/examples/okernel_simple.yaml b/projects/okernel/examples/okernel_simple.yaml index 1c842ba1d..8c13726a4 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:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 services: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true trust: diff --git a/projects/shiftfs/shiftfs.yml b/projects/shiftfs/shiftfs.yml index ab69ec374..d5b3aa69c 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:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda env: - INSECURE=true - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: nginx image: nginx:1.13.8-alpine capabilities: diff --git a/src/cmd/linuxkit/main.go b/src/cmd/linuxkit/main.go index b4cf2dfe6..110da96d2 100644 --- a/src/cmd/linuxkit/main.go +++ b/src/cmd/linuxkit/main.go @@ -19,17 +19,17 @@ func init() { // This allows us to overwrite the hashes locally without having // to re-vendor the 'github.com/moby/tool' when we update 'mkimage-*' imgs := map[string]string{ - "iso-bios": "linuxkit/mkimage-iso-bios:86981371921813019ea0f12c778b348a9a3d40ed", - "iso-efi": "linuxkit/mkimage-iso-efi:1cebc76eab89254f3e288526890bbc7cddf0ffaf", - "raw-bios": "linuxkit/mkimage-raw-bios:3b1a68b2d652180ccb57ef9d2580af7e7d966d35", - "raw-efi": "linuxkit/mkimage-raw-efi:6743fc2b475dcb7da510ea2b6029dbcaadf94805", - "squashfs": "linuxkit/mkimage-squashfs:99efca8bc93737fcb56880c444b9142a2166a79e", + "iso-bios": "linuxkit/mkimage-iso-bios:fea1990f9703f24fc3c71ecd33695b60ca11043c", + "iso-efi": "linuxkit/mkimage-iso-efi:6948ef717ff8b0ca5831ff6b281404ae7f61d36c", + "raw-bios": "linuxkit/mkimage-raw-bios:89577baee3bf6e4b7c6669e9e7d16181a0aefbbf", + "raw-efi": "linuxkit/mkimage-raw-efi:276b61f502a7e4667e4a343df15e379f451e4cc3", + "squashfs": "linuxkit/mkimage-squashfs:3c5db8c90dfa828f9cfcf90f050c1db5ef177420", "gcp": "linuxkit/mkimage-gcp:e6cdcf859ab06134c0c37a64ed5f886ec8dae1a1", - "qcow2-efi": "linuxkit/mkimage-qcow2-efi:2525659ffe71502f4307766c2321075350c3448e", + "qcow2-efi": "linuxkit/mkimage-qcow2-efi:fa3756a291319d0250a9eac1471296d8e4cae0f8", "vhd": "linuxkit/mkimage-vhd:3820219e5c350fe8ab2ec6a217272ae82f4b9242", "dynamic-vhd": "linuxkit/mkimage-dynamic-vhd:743ac9959fe6d3912ebd78b4fd490b117c53f1a6", "vmdk": "linuxkit/mkimage-vmdk:cee81a3ed9c44ae446ef7ebff8c42c1e77b3e1b5", - "rpi3": "linuxkit/mkimage-rpi3:0cedb2da51efe25309bef391e5c904cef645b5ea", + "rpi3": "linuxkit/mkimage-rpi3:c0645c61c71f7233a4a7cde2afecf41011668417", } if err := moby.UpdateOutputImages(imgs); err != nil { log.Fatalf("Failed to register mkimage-*. %v", err) diff --git a/src/cmd/linuxkit/run_qemu.go b/src/cmd/linuxkit/run_qemu.go index 872eeaa7a..34b195e52 100644 --- a/src/cmd/linuxkit/run_qemu.go +++ b/src/cmd/linuxkit/run_qemu.go @@ -20,7 +20,7 @@ import ( // QemuImg is the version of qemu container const ( - QemuImg = "linuxkit/qemu:e85ce22b5c133eafbd3e6f110512e53d2e1e1596" + QemuImg = "linuxkit/qemu:4e47c416a9176029a45514d1fd911c0e995a0b84" defaultFWPath = "/usr/share/ovmf/bios.bin" ) diff --git a/test/cases/000_build/000_formats/test.yml b/test/cases/000_build/000_formats/test.yml index 803f3d25d..0c8dbb384 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.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] trust: org: 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 fdbfb130f..584fcc4bd 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 fdbfb130f..584fcc4bd 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 7b7a8c424..e2115e28b 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 66638dcea..92f97f57e 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 66638dcea..92f97f57e 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 66638dcea..92f97f57e 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 66638dcea..92f97f57e 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 19b4ac2ed..5254cb324 100644 --- a/test/cases/010_platforms/000_qemu/100_container/test.yml +++ b/test/cases/010_platforms/000_qemu/100_container/test.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: 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 66638dcea..92f97f57e 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 66638dcea..92f97f57e 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,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 7f8874b2a..035c5ef79 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.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf services: - name: acpid - image: linuxkit/acpid:v0.4 + image: linuxkit/acpid:80b486a60dd0d55233e560db1ff096b1d5b35bbd trust: org: - linuxkit diff --git a/test/cases/020_kernel/000_config_4.4.x/test.yml b/test/cases/020_kernel/000_config_4.4.x/test.yml index 62a128015..aedfd26a4 100644 --- a/test/cases/020_kernel/000_config_4.4.x/test.yml +++ b/test/cases/020_kernel/000_config_4.4.x/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.4.139 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 + image: linuxkit/test-kernel-config:0c214d1854b7d98e29ec9ea618befd5529b627ae - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: 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 dff20b745..f5a0bfd6f 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,13 +2,13 @@ kernel: image: linuxkit/kernel:4.9.111 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 + image: linuxkit/test-kernel-config:0c214d1854b7d98e29ec9ea618befd5529b627ae - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/006_config_4.14.x/test.yml b/test/cases/020_kernel/006_config_4.14.x/test.yml index 557e34ce2..cc7ded68a 100644 --- a/test/cases/020_kernel/006_config_4.14.x/test.yml +++ b/test/cases/020_kernel/006_config_4.14.x/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 + image: linuxkit/test-kernel-config:0c214d1854b7d98e29ec9ea618befd5529b627ae - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/009_config_4.17.x/test.yml b/test/cases/020_kernel/009_config_4.17.x/test.yml index 50a1e172b..6a06c6f24 100644 --- a/test/cases/020_kernel/009_config_4.17.x/test.yml +++ b/test/cases/020_kernel/009_config_4.17.x/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.17.4 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check-kernel-config - image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 + image: linuxkit/test-kernel-config:0c214d1854b7d98e29ec9ea618befd5529b627ae - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile b/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile index 77f87cb42..3b6e14473 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile +++ b/test/cases/020_kernel/010_kmod_4.4.x/Dockerfile @@ -17,7 +17,7 @@ COPY ./src/* ./ RUN make all # Package -FROM alpine:3.7 +FROM alpine:3.8 COPY --from=build /kmod/hello_world.ko / COPY check.sh /check.sh ENTRYPOINT ["/bin/sh", "/check.sh"] diff --git a/test/cases/020_kernel/010_kmod_4.4.x/test.yml b/test/cases/020_kernel/010_kmod_4.4.x/test.yml index c51678e96..7c24868cd 100644 --- a/test/cases/020_kernel/010_kmod_4.4.x/test.yml +++ b/test/cases/020_kernel/010_kmod_4.4.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.4.139 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check image: kmod-test @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile b/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile index c9f83c5aa..a6cfa9e33 100644 --- a/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile +++ b/test/cases/020_kernel/011_kmod_4.9.x/Dockerfile @@ -17,7 +17,7 @@ COPY ./src/* ./ RUN make all # Package -FROM alpine:3.7 +FROM alpine:3.8 COPY --from=build /kmod/hello_world.ko / COPY check.sh /check.sh ENTRYPOINT ["/bin/sh", "/check.sh"] 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 d61c32306..4bd3d6d6d 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.111 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check image: kmod-test @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile index 1d2c3dcd5..84bc710d3 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile +++ b/test/cases/020_kernel/016_kmod_4.14.x/Dockerfile @@ -17,7 +17,7 @@ COPY ./src/* ./ RUN make all # Package -FROM alpine:3.7 +FROM alpine:3.8 COPY --from=build /kmod/hello_world.ko / COPY check.sh /check.sh ENTRYPOINT ["/bin/sh", "/check.sh"] diff --git a/test/cases/020_kernel/016_kmod_4.14.x/test.yml b/test/cases/020_kernel/016_kmod_4.14.x/test.yml index 653f33833..012138e3c 100644 --- a/test/cases/020_kernel/016_kmod_4.14.x/test.yml +++ b/test/cases/020_kernel/016_kmod_4.14.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check image: kmod-test @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile b/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile index f2186c157..c94e32826 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile +++ b/test/cases/020_kernel/019_kmod_4.17.x/Dockerfile @@ -17,7 +17,7 @@ COPY ./src/* ./ RUN make all # Package -FROM alpine:3.7 +FROM alpine:3.8 COPY --from=build /kmod/hello_world.ko / COPY check.sh /check.sh ENTRYPOINT ["/bin/sh", "/check.sh"] diff --git a/test/cases/020_kernel/019_kmod_4.17.x/test.yml b/test/cases/020_kernel/019_kmod_4.17.x/test.yml index a716c9a09..74363e0d4 100644 --- a/test/cases/020_kernel/019_kmod_4.17.x/test.yml +++ b/test/cases/020_kernel/019_kmod_4.17.x/test.yml @@ -2,8 +2,8 @@ kernel: image: linuxkit/kernel:4.17.4 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: check image: kmod-test @@ -13,7 +13,7 @@ onboot: capabilities: - all - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml index bcc6976c3..5828826e5 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml index 3fcaeb480..786f7cfd3 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/010_echo-tcp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml index 8690cd07d..c6e19fa9b 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml index 8690cd07d..c6e19fa9b 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/011_echo-tcp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml index b6aa151b9..1d9f690a8 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml index b6aa151b9..1d9f690a8 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/012_echo-tcp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml index 905474bc5..30000c45c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml index 409ff417a..6a3a5bfb3 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/015_echo-tcp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml index 69501b25a..1c77370c1 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml index 69501b25a..1c77370c1 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/016_echo-tcp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml index de84ecf33..9219be81c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml index de84ecf33..9219be81c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/017_echo-tcp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml index 4953ec82f..3da103f91 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml index 6c946118c..c1b6ed272 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/020_echo-tcp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml index 3335ab852..91a686ae1 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml index 3335ab852..91a686ae1 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/021_echo-tcp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml index 210e4eb4c..e593b395e 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml index 210e4eb4c..e593b395e 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/022_echo-tcp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml index 2e482aee2..5a0930d5c 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml index 0d1e1d766..6571f0a81 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/025_echo-tcp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml index 36960eb5d..2a637bf95 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml index 36960eb5d..2a637bf95 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/026_echo-tcp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml index 7cf72c50f..422e17f18 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml index 7cf72c50f..422e17f18 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/027_echo-tcp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "tcp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml index dfafab201..4f616e818 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml index f1cce2e42..e1c01cb7a 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/030_echo-udp-ipv4-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml index bd28bc2e7..e23292cc6 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml index bd28bc2e7..e23292cc6 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/031_echo-udp-ipv4-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml index 2986eec18..c6aca82ee 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml index 2986eec18..c6aca82ee 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/032_echo-udp-ipv4-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml index a0b965467..c837c72e8 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml index 520b7ecc6..65032ae7d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/035_echo-udp-ipv4-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml index fe6b8f54a..158a78142 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml index fe6b8f54a..158a78142 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/036_echo-udp-ipv4-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml index 1fc30b6d5..87c6cff10 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml index 1fc30b6d5..87c6cff10 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/037_echo-udp-ipv4-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "4", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml index d23795216..cd2444c93 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml index c2aa4e777..18907e13f 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/040_echo-udp-ipv6-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml index 7045f5b01..4a38e40a3 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml index 7045f5b01..4a38e40a3 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/041_echo-udp-ipv6-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml index 2c7af8e2d..8494e55fb 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml index 2c7af8e2d..8494e55fb 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/042_echo-udp-ipv6-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml index da38a2ce0..bd4c8a03d 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml index 86ab87464..948340838 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/045_echo-udp-ipv6-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml index 898df98d5..c192022d4 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml index 898df98d5..c192022d4 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/046_echo-udp-ipv6-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml index e17ffd78a..55ba77ef0 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml index e17ffd78a..55ba77ef0 100644 --- a/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/010_veth/047_echo-udp-ipv6-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-ip", "6", "-p", "udp", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml index 2e2f7788f..ad52a1566 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml index 05eb170b6..d612be24a 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/010_echo-short-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml index 5643064e6..49891b897 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml index 5643064e6..49891b897 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/011_echo-short-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml index 121ebe75c..2f65f05a5 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml index 121ebe75c..2f65f05a5 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/012_echo-short-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-s", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml index 48faa5059..88c29794c 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1", "-r"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml index 9551273a3..32bf11ab5 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/015_echo-long-1con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "1"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml index b83ddc315..bfaeac7b5 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml index b83ddc315..bfaeac7b5 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/016_echo-long-10con-single/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "1", "-l", "5", "-i", "15", "-p", "unix", "-c", "10"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml index c7c683467..1625129cc 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml index c7c683467..1625129cc 100644 --- a/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml +++ b/test/cases/020_kernel/110_namespace/050_unix-domain/017_echo-long-5con-multi/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "5", "-l", "5", "-i", "15", "-p", "unix", "-c", "5"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml index 76fd57890..c8eb597f5 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/010_veth-unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml b/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml index 848edceae..ed90da799 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/011_veth-unix-domain-echo-reverse/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix-reverse"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml index 04015cdb5..3cef41ef2 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/012_veth-ipv4-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv4"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml index f4c32ea1c..615c37e77 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/013_veth-ipv6-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix-ipv6"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml index 1d42a3c80..2054593bf 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/014_veth-tcp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix-tcp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml index 30e64dd67..7ca2c460a 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/015_veth-udp-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix-udp"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml b/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml index 060eef7c5..8cc16634c 100644 --- a/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml +++ b/test/cases/020_kernel/110_namespace/100_mix/020_unix-domain-echo/test.yml @@ -1,10 +1,10 @@ onboot: - name: test-ns - image: linuxkit/test-ns:5817d0282c3f1b2968ac13968d6f8ea45be543e5 + image: linuxkit/test-ns:945ef91db90f7c953a64ca8804b33040ede743ab command: ["/bin/sh", "/runp-runc-net.sh", "mix-unix"] mounts: # for runc - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] diff --git a/test/cases/020_kernel/110_namespace/common.yml b/test/cases/020_kernel/110_namespace/common.yml index e3a429189..9a31d93e4 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.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 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 7c043f5e5..d81e8b777 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.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: sysfs - image: linuxkit/sysfs:v0.4 + image: linuxkit/sysfs:6d1b016e1a7834ccc72bd4570fadd22933665ec8 - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] services: - name: rngd - image: linuxkit/rngd:v0.4 + image: linuxkit/rngd:68dbb9f121634e7fcf538ab1c54f3eb2e2430e85 - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f - name: docker image: docker:17.07.0-ce-dind capabilities: @@ -34,7 +34,7 @@ services: - /run:/var/run command: ["/usr/local/bin/docker-init", "/usr/local/bin/dockerd"] - name: test-docker-bench - image: linuxkit/test-docker-bench:574dad10cf0d7ab322ea564bf67dbffcd84e0e35 + image: linuxkit/test-docker-bench:b534dfb6b498fa4e21a3d5b814661022591d4595 ipc: host pid: host net: host diff --git a/test/cases/030_security/010_ports/test.yml b/test/cases/030_security/010_ports/test.yml index 09cb79ce8..1581e6eca 100644 --- a/test/cases/030_security/010_ports/test.yml +++ b/test/cases/030_security/010_ports/test.yml @@ -2,17 +2,17 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 page_poison=1" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: test - image: alpine:3.7 + image: alpine:3.8 readonly: true binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/002_binfmt/test.yml b/test/cases/040_packages/002_binfmt/test.yml index 8d8e94799..ddbcb9712 100644 --- a/test/cases/040_packages/002_binfmt/test.yml +++ b/test/cases/040_packages/002_binfmt/test.yml @@ -2,19 +2,19 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: binfmt - image: linuxkit/binfmt:0f73915a3fe365615a10a811f5b83303f48949d5 + image: linuxkit/binfmt:b0d833f5ecd26d6cb991622b1234afd9a0f6ee31 - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /check.sh:/check.sh - /proc/sys/fs/binfmt_misc:/binfmt_misc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh @@ -23,4 +23,4 @@ trust: org: - linuxkit image: - - alpine:3.7 + - alpine:3.8 diff --git a/test/cases/040_packages/003_ca-certificates/test.yml b/test/cases/040_packages/003_ca-certificates/test.yml index adbd29ea9..1d7badb96 100644 --- a/test/cases/040_packages/003_ca-certificates/test.yml +++ b/test/cases/040_packages/003_ca-certificates/test.yml @@ -2,18 +2,18 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /check.sh:/check.sh - /etc:/host-etc command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh @@ -22,4 +22,4 @@ trust: org: - linuxkit image: - - alpine:3.7 + - alpine:3.8 diff --git a/test/cases/040_packages/003_containerd/test.sh b/test/cases/040_packages/003_containerd/test.sh index c0b40dcec..c517dae3b 100644 --- a/test/cases/040_packages/003_containerd/test.sh +++ b/test/cases/040_packages/003_containerd/test.sh @@ -1,6 +1,7 @@ #!/bin/sh # SUMMARY: Run containerd test -# LABELS: +# disable containerd test because of: https://github.com/containerd/containerd/issues/2447 +# LABELS: disabled # REPEAT: set -e diff --git a/test/cases/040_packages/003_containerd/test.yml b/test/cases/040_packages/003_containerd/test.yml index 8b6e48b46..6d35c3243 100644 --- a/test/cases/040_packages/003_containerd/test.yml +++ b/test/cases/040_packages/003_containerd/test.yml @@ -2,25 +2,25 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib"] - name: test - image: linuxkit/test-containerd:79f60de365c402369866ec1a20e807e4dfac70dd + image: linuxkit/test-containerd:fa65dbd15e2d5d671560f89d8de2e2986059161f - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 trust: org: - linuxkit diff --git a/test/cases/040_packages/004_dhcpcd/test.yml b/test/cases/040_packages/004_dhcpcd/test.yml index c84ba512e..d2ab4a9d0 100644 --- a/test/cases/040_packages/004_dhcpcd/test.yml +++ b/test/cases/040_packages/004_dhcpcd/test.yml @@ -2,20 +2,20 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: test - image: alpine:3.7 + image: alpine:3.8 net: host binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh @@ -24,4 +24,4 @@ trust: org: - linuxkit image: - - alpine:3.7 + - alpine:3.8 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 f27832651..2f6a79954 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,21 +2,21 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 c27a2f477..57c8ee554 100644 --- a/test/cases/040_packages/005_extend/000_ext4/test.yml +++ b/test/cases/040_packages/005_extend/000_ext4/test.yml @@ -2,22 +2,22 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: extend - image: linuxkit/extend:v0.4 + image: linuxkit/extend:87bb27ba1cd275e98214d2c8edc600b2a836730f - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/001_btrfs/test-create.yml b/test/cases/040_packages/005_extend/001_btrfs/test-create.yml index 67e3944d8..96c7a7f49 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,25 +2,25 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: modprobe - image: linuxkit/modprobe:v0.4 + image: linuxkit/modprobe:e1f78caa4c3a64a239ffb23c81622b4104cba5a0 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 b8cf60787..1df353255 100644 --- a/test/cases/040_packages/005_extend/001_btrfs/test.yml +++ b/test/cases/040_packages/005_extend/001_btrfs/test.yml @@ -2,26 +2,26 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: modprobe - image: linuxkit/modprobe:v0.4 + image: linuxkit/modprobe:e1f78caa4c3a64a239ffb23c81622b4104cba5a0 command: ["modprobe", "btrfs"] - name: extend - image: linuxkit/extend:v0.4 + image: linuxkit/extend:87bb27ba1cd275e98214d2c8edc600b2a836730f command: ["/usr/bin/extend", "-type", "btrfs"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/005_extend/002_xfs/test-create.yml b/test/cases/040_packages/005_extend/002_xfs/test-create.yml index 80bc1db5b..863f9a336 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,22 +2,22 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-type", "xfs"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker command: ["touch", "/var/lib/docker/bar"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] trust: org: 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 207a073a1..3b8a768d7 100644 --- a/test/cases/040_packages/005_extend/002_xfs/test.yml +++ b/test/cases/040_packages/005_extend/002_xfs/test.yml @@ -2,23 +2,23 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: extend - image: linuxkit/extend:v0.4 + image: linuxkit/extend:87bb27ba1cd275e98214d2c8edc600b2a836730f command: ["/usr/bin/extend", "-type", "xfs"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/000_auto/test.yml b/test/cases/040_packages/006_format_mount/000_auto/test.yml index 8f97d658b..00ccea2a0 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,23 +2,23 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/001_by_label/test.yml b/test/cases/040_packages/006_format_mount/001_by_label/test.yml index ffc864dfb..e7629d4c7 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,23 +2,23 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-label", "docker"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in b/test/cases/040_packages/006_format_mount/002_by_name/test.yml.in index 1f55aa8a1..1d7061fd2 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,23 +2,23 @@ kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "@DEVICE@"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "-device", "@DEVICE@1", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/003_btrfs/test.yml b/test/cases/040_packages/006_format_mount/003_btrfs/test.yml index a254fcea0..60066b965 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,26 +2,26 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: modprobe - image: linuxkit/modprobe:v0.4 + image: linuxkit/modprobe:e1f78caa4c3a64a239ffb23c81622b4104cba5a0 command: ["modprobe", "btrfs"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-type", "btrfs" ] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/004_xfs/test.yml b/test/cases/040_packages/006_format_mount/004_xfs/test.yml index eb030b1c4..46767a824 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,23 +2,23 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-type", "xfs" ] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "/var/lib/docker"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml b/test/cases/040_packages/006_format_mount/005_by_device_force/test.yml index 36dff03bf..af70239be 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.9.51 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sda"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-verbose", "-type", "ext4", "/dev/sdb"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-verbose", "-type", "xfs", "/dev/sda"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-verbose", "-force", "-type", "xfs", "/dev/sdb"] - name: test - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 binds: - /check.sh:/check.sh command: ["sh", "./check.sh"] @@ -26,7 +26,7 @@ onboot: - CAP_SYS_ADMIN - CAP_MKNOD - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/006_format_mount/010_multiple/test.yml b/test/cases/040_packages/006_format_mount/010_multiple/test.yml index 540956823..c75fa7859 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,30 +2,30 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-label", "docker"] - name: format - image: linuxkit/format:v0.4 + image: linuxkit/format:c5e3200c3eeaed2652314869c08197098fd1f843 command: ["/usr/bin/format", "-label", "foo"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "-label", "docker", "/var/lib/docker"] - name: mount - image: linuxkit/mount:v0.4 + image: linuxkit/mount:6b25743397b520924de11f96e3eeb613aa04a507 command: ["/usr/bin/mountie", "-label", "foo", "/var/foo"] - name: test - image: alpine:3.7 + image: alpine:3.8 binds: - /var/lib/docker:/var/lib/docker - /var/foo:/var/foo - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh diff --git a/test/cases/040_packages/007_getty-containerd/test.yml b/test/cases/040_packages/007_getty-containerd/test.yml index aea6adda7..6029c1750 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.9.x cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] services: - name: getty - image: linuxkit/getty:44730fd0a7c59dbacf5b48b54ba33f551bcf7ef0 + image: linuxkit/getty:3763a7fc3fddedc185bbd6f7f583f729e57fbeda files: - path: etc/getty.shadow # sample sets password for root to "abcdefgh" (without quotes) diff --git a/test/cases/040_packages/013_mkimage/mkimage.yml b/test/cases/040_packages/013_mkimage/mkimage.yml index b6c72f615..7cb0a678d 100644 --- a/test/cases/040_packages/013_mkimage/mkimage.yml +++ b/test/cases/040_packages/013_mkimage/mkimage.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: mkimage - image: linuxkit/mkimage:v0.4 + image: linuxkit/mkimage:11ae974e84cf99de5c1bac927f67f235845a3df4 - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 trust: org: - linuxkit diff --git a/test/cases/040_packages/013_mkimage/run.yml b/test/cases/040_packages/013_mkimage/run.yml index 047ba99c0..e93bf0087 100644 --- a/test/cases/040_packages/013_mkimage/run.yml +++ b/test/cases/040_packages/013_mkimage/run.yml @@ -2,11 +2,11 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 trust: org: - linuxkit diff --git a/test/cases/040_packages/019_sysctl/test.yml b/test/cases/040_packages/019_sysctl/test.yml index 3bfccbc56..8c82e05fc 100644 --- a/test/cases/040_packages/019_sysctl/test.yml +++ b/test/cases/040_packages/019_sysctl/test.yml @@ -2,13 +2,13 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: sysctl - image: linuxkit/sysctl:v0.4 + image: linuxkit/sysctl:6f96e509c7383b31dfdd2c3e9fa01c6ab3e4c586 - name: test - image: alpine:3.7 + image: alpine:3.8 net: host pid: host ipc: host @@ -16,7 +16,7 @@ onboot: - /check.sh:/check.sh command: ["sh", "./check.sh"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "10"] files: - path: check.sh @@ -25,4 +25,4 @@ trust: org: - linuxkit image: - - alpine:3.7 + - alpine:3.8 diff --git a/test/cases/040_packages/023_wireguard/test.yml b/test/cases/040_packages/023_wireguard/test.yml index eb253599d..9575fa2b2 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.14.53 cmdline: "console=ttyS0 console=ttyAMA0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 - - linuxkit/ca-certificates:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf + - linuxkit/ca-certificates:ce2692e89d2be341b0d3caa0b0aa01b37d5d0694 onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: wg0 - image: linuxkit/ip:v0.4 + image: linuxkit/ip:dd18c95e8add1dde51864d221efc02290a8ee7d0 net: new binds: - /etc/wireguard:/etc/wireguard @@ -24,7 +24,7 @@ onboot: bindNS: net: /run/netns/wg0 - name: wg1 - image: linuxkit/ip:v0.4 + image: linuxkit/ip:dd18c95e8add1dde51864d221efc02290a8ee7d0 net: new binds: - /etc/wireguard:/etc/wireguard @@ -38,7 +38,7 @@ onboot: net: /run/netns/wg1 onshutdown: - name: test2 - image: alpine:3.7 + image: alpine:3.8 binds: - /tmp:/tmp - /check.sh:/check.sh @@ -55,7 +55,7 @@ services: - CAP_SETGID - CAP_DAC_OVERRIDE - name: test - image: alpine:3.7 + image: alpine:3.8 net: /run/netns/wg1 pid: host capabilities: diff --git a/test/hack/test-ltp.yml b/test/hack/test-ltp.yml index bef44dc44..d1402d7b9 100644 --- a/test/hack/test-ltp.yml +++ b/test/hack/test-ltp.yml @@ -2,16 +2,16 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: ltp image: linuxkit/test-ltp:0967388fb338867dddd3c1a72470a1a7cec5a0dd binds: - /etc/ltp/baseline:/etc/ltp/baseline - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 files: - path: /etc/ltp/baseline contents: "100" diff --git a/test/hack/test.yml b/test/hack/test.yml index 93affd876..af77cc7c4 100644 --- a/test/hack/test.yml +++ b/test/hack/test.yml @@ -4,17 +4,17 @@ kernel: image: linuxkit/kernel:4.14.53 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 - - linuxkit/containerd:27a4c84cc8fab2d5ea04342546ecd20453ec99b3 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 + - linuxkit/containerd:92c92a485b881b7b589ccc4a6279224931c8cadf onboot: - name: dhcpcd - image: linuxkit/dhcpcd:1fe0db6b1eb7bcb1e4823e61e08afe6d48af7d16 + image: linuxkit/dhcpcd:0aa201ad1a4c134f0ed6ab2cec23602d5ee73d7f command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"] - name: check-kernel-config - image: linuxkit/test-kernel-config:a62a6a7ed9ad857c3e1a5a265f3a2e9f6ab1d643 + image: linuxkit/test-kernel-config:0c214d1854b7d98e29ec9ea618befd5529b627ae - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/pkg/containerd/Dockerfile b/test/pkg/containerd/Dockerfile index 62cbab13f..54434071d 100644 --- a/test/pkg/containerd/Dockerfile +++ b/test/pkg/containerd/Dockerfile @@ -1,9 +1,8 @@ -FROM linuxkit/alpine:e940475e167cda8d95eda4d3b225a35f57a6f67e AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ # btrfs-progfs is required for btrfs test (mkfs.btrfs) # util-linux is required for btrfs test (losetup) # xfsprogs is required for xfs test (mkfs.xfs) -# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7 RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ busybox \ @@ -11,7 +10,7 @@ RUN apk add --no-cache --initdb -p /out \ btrfs-progs-dev \ gcc \ git \ - go1.10 \ + go \ libc-dev \ linux-headers \ make \ diff --git a/test/pkg/docker-bench/Dockerfile b/test/pkg/docker-bench/Dockerfile index 8278e7220..2cea1710e 100644 --- a/test/pkg/docker-bench/Dockerfile +++ b/test/pkg/docker-bench/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ diff --git a/test/pkg/kernel-config/Dockerfile b/test/pkg/kernel-config/Dockerfile index 6696ba01f..40189a297 100644 --- a/test/pkg/kernel-config/Dockerfile +++ b/test/pkg/kernel-config/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl bash diff --git a/test/pkg/ns/Dockerfile b/test/pkg/ns/Dockerfile index 5fc2fed68..030e6349a 100644 --- a/test/pkg/ns/Dockerfile +++ b/test/pkg/ns/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \ @@ -8,7 +8,7 @@ RUN apk add --no-cache --initdb -p /out \ musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache \ build-base \ git \ diff --git a/test/pkg/ns/template.yml b/test/pkg/ns/template.yml index 44c1b1f6b..f3d2b4f9a 100644 --- a/test/pkg/ns/template.yml +++ b/test/pkg/ns/template.yml @@ -3,8 +3,8 @@ kernel: image: linuxkit/kernel:4.9.38 cmdline: "console=ttyS0" init: - - linuxkit/init:6cc1442112980c889230b6449df09d5b48de6854 - - linuxkit/runc:v0.4 + - linuxkit/init:720920b4a1b4dd90c99e8f91d543381798c4c3cb + - linuxkit/runc:01b4f0706d999f9065ef44492689e43d0bcd83c5 onboot: - name: test-ns image: linuxkit/test-ns: @@ -14,7 +14,7 @@ onboot: - type: cgroup options: ["rw"] - name: poweroff - image: linuxkit/poweroff:d75d94d9603bde9ab95b914deed0d069d05d8b20 + image: linuxkit/poweroff:37021954220a932951eca5de5a856865e48cfc00 command: ["/bin/sh", "/poweroff.sh", "3"] trust: org: diff --git a/test/pkg/poweroff/Dockerfile b/test/pkg/poweroff/Dockerfile index 9830f6cba..4de4823c5 100644 --- a/test/pkg/poweroff/Dockerfile +++ b/test/pkg/poweroff/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out alpine-baselayout busybox musl RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache diff --git a/test/pkg/virtsock/Dockerfile b/test/pkg/virtsock/Dockerfile index 1f6664d5c..da44b05b1 100644 --- a/test/pkg/virtsock/Dockerfile +++ b/test/pkg/virtsock/Dockerfile @@ -1,10 +1,10 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ tini RUN rm -rf /out/etc/apk /out/lib/apk /out/var/cache -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS build RUN apk add --no-cache go musl-dev git make ENV GOPATH=/go PATH=$PATH:/go/bin diff --git a/tools/alpine/Dockerfile b/tools/alpine/Dockerfile index 923244008..c32405fea 100644 --- a/tools/alpine/Dockerfile +++ b/tools/alpine/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.7 AS mirror +FROM alpine:3.8 AS mirror # update base image RUN apk update && apk upgrade -a @@ -43,8 +43,7 @@ RUN mv /etc/apk/repositories /etc/apk/repositories.upstream && echo "/mirror" > # add Go validation tools COPY go-compile.sh /go/bin/ -# containerd v1.1.x requires go1.10 which is currently a separate package in Alpine 3.7 -RUN apk add --no-cache git go1.10 musl-dev +RUN apk add --no-cache git go musl-dev ENV GOPATH=/go PATH=$PATH:/go/bin RUN go get -u github.com/golang/lint/golint RUN go get -u github.com/gordonklaus/ineffassign @@ -84,7 +83,7 @@ RUN set -e && \ cp iucode_tool /iucode_tool; \ fi -FROM alpine:3.7 +FROM alpine:3.8 COPY --from=mirror /etc/apk/repositories /etc/apk/repositories COPY --from=mirror /etc/apk/repositories.upstream /etc/apk/repositories.upstream diff --git a/tools/alpine/packages b/tools/alpine/packages index 5a8f3975a..a620a0113 100644 --- a/tools/alpine/packages +++ b/tools/alpine/packages @@ -45,7 +45,6 @@ git gmp-dev gnupg go -go1.10 grep hvtools installkernel diff --git a/tools/alpine/packages.aarch64 b/tools/alpine/packages.aarch64 index c5dad8524..5bd01c382 100644 --- a/tools/alpine/packages.aarch64 +++ b/tools/alpine/packages.aarch64 @@ -1,3 +1,2 @@ -gummiboot libunwind-dev qemu-system-aarch64 diff --git a/tools/alpine/versions.aarch64 b/tools/alpine/versions.aarch64 index 1f3b657fe..886f97c88 100644 --- a/tools/alpine/versions.aarch64 +++ b/tools/alpine/versions.aarch64 @@ -1,287 +1,294 @@ -# linuxkit/alpine:6792a12b19281b9bd91d74fbcbd0d952e3a5f053-arm64 +# linuxkit/alpine:3c2327e66cd7927a419e59cedc1e2b8742f4c1eb-arm64 # automatically generated list of installed packages -abuild-3.1.0-r4 -alpine-baselayout-3.0.5-r2 +abuild-3.2.0-r0 +alpine-baselayout-3.1.0-r0 alpine-keys-2.1-r1 -alsa-lib-1.1.4.1-r2 -apk-tools-2.9.1-r2 -argp-standalone-1.3-r2 -attr-2.4.47-r6 -attr-dev-2.4.47-r6 -audit-2.7.7-r1 -audit-libs-2.7.7-r1 -autoconf-2.69-r0 -automake-1.15.1-r0 +apk-tools-2.10.0-r0 +argon2-libs-20171227-r1 +argp-standalone-1.3-r3 +attr-2.4.47-r7 +attr-dev-2.4.47-r7 +audit-2.8.3-r1 +audit-libs-2.8.3-r1 +autoconf-2.69-r2 +automake-1.16.1-r0 bash-4.4.19-r1 bc-1.07.1-r0 -binutils-2.30-r1 -binutils-dev-2.30-r1 -binutils-libs-2.30-r1 -bison-3.0.4-r0 -blkid-2.31-r0 +binutils-2.30-r5 +binutils-dev-2.30-r5 +bison-3.0.4-r1 +blkid-2.32-r0 bridge-utils-1.6-r0 bsd-compat-headers-0.7.1-r0 -btrfs-progs-4.13.2-r0 -btrfs-progs-dev-4.13.2-r0 -btrfs-progs-libs-4.13.2-r0 -build-base-0.5-r0 -busybox-1.27.2-r11 -busybox-initscripts-3.1-r2 +btrfs-progs-4.17-r1 +btrfs-progs-dev-4.17-r1 +btrfs-progs-libs-4.17-r1 +build-base-0.5-r1 +busybox-1.28.4-r0 +busybox-initscripts-3.1-r3 bzip2-1.0.6-r6 -ca-certificates-20171114-r0 +ca-certificates-20171114-r3 cdrkit-1.1.11-r2 celt051-0.5.1.3-r0 -cifs-utils-6.7-r1 -cmake-3.9.5-r0 -coreutils-8.28-r0 -cryptsetup-1.7.5-r1 -cryptsetup-libs-1.7.5-r1 +cifs-utils-6.8-r0 +cmake-3.11.1-r2 +cmake-bash-completion-3.11.1-r2 +coreutils-8.29-r2 +cryptsetup-2.0.2-r3 +cryptsetup-libs-2.0.2-r3 curl-7.60.0-r1 db-5.3.28-r0 -dbus-libs-1.10.24-r0 -device-mapper-libs-2.02.175-r0 -dhcpcd-6.11.5-r1 -diffutils-3.6-r0 +dbus-libs-1.10.24-r1 +device-mapper-libs-2.02.178-r0 +dhcpcd-7.0.6-r0 +dhcpcd-openrc-7.0.6-r0 +diffutils-3.6-r1 dosfstools-4.1-r1 dtc-1.4.4-r0 -e2fsprogs-1.43.7-r0 -e2fsprogs-dev-1.43.7-r0 -e2fsprogs-extra-1.43.7-r0 -e2fsprogs-libs-1.43.7-r0 +e2fsprogs-1.44.2-r0 +e2fsprogs-dev-1.44.2-r0 +e2fsprogs-extra-1.44.2-r0 +e2fsprogs-libs-1.44.2-r0 ebtables-2.0.10.4-r2 elfutils-dev-0.168-r1 elfutils-libelf-0.168-r1 -ethtool-4.13-r0 -eudev-3.2.4-r1 -eudev-libs-3.2.4-r1 +ethtool-4.16-r0 +eudev-3.2.5-r2 +eudev-libs-3.2.5-r2 expat-2.2.5-r0 -expect-5.45-r4 -fakeroot-1.21-r1 +expect-5.45.4-r0 +fakeroot-1.22-r0 file-5.32-r0 -findmnt-2.31-r0 -findutils-4.6.0-r0 +findmnt-2.32-r0 +findutils-4.6.0-r1 flex-2.6.4-r1 fortify-headers-0.9-r0 -g++-6.4.0-r5 -gc-7.6.0-r1 -gcc-6.4.0-r5 +g++-6.4.0-r8 +gc-7.6.4-r2 +gcc-6.4.0-r8 gdbm-1.13-r1 -gettext-0.19.8.1-r1 -gettext-asprintf-0.19.8.1-r1 -gettext-dev-0.19.8.1-r1 -gettext-libs-0.19.8.1-r1 -git-2.15.2-r0 -glib-2.54.2-r0 +gettext-0.19.8.1-r2 +gettext-asprintf-0.19.8.1-r2 +gettext-dev-0.19.8.1-r2 +gettext-libs-0.19.8.1-r2 +git-2.18.0-r0 +glib-2.56.1-r0 gmp-6.1.2-r1 gmp-dev-6.1.2-r1 -gnupg-2.2.3-r1 -gnutls-3.6.1-r0 -go-1.9.4-r0 -go1.10-1.10-r0 -grep-3.1-r0 +gnupg-2.2.8-r0 +gnutls-3.6.2-r0 +go-1.10.1-r0 +grep-3.1-r2 guile-2.0.14-r0 guile-libs-2.0.14-r0 -gummiboot-48.1-r0 hvtools-4.11.9-r0 installkernel-3.5-r0 -iperf3-3.2-r0 +iperf3-3.5-r1 +iperf3-openrc-3.5-r1 iproute2-4.13.0-r0 -iptables-1.6.1-r1 +iptables-1.6.2-r0 ipvsadm-1.29-r0 isl-0.18-r0 -jansson-2.10-r0 -jq-1.5-r5 -json-c-0.12.1-r1 +jansson-2.11-r0 +jq-1.6_rc1-r1 +json-c-0.13.1-r0 keyutils-1.5.10-r0 keyutils-libs-1.5.10-r0 -kmod-24-r0 +kmod-24-r1 +kmod-openrc-24-r1 krb5-conf-1.0-r1 -krb5-dev-1.15.2-r1 -krb5-libs-1.15.2-r1 -krb5-server-ldap-1.15.2-r1 -libacl-2.2.52-r3 -libaio-0.3.110-r1 -libarchive-3.3.2-r2 -libarchive-tools-3.3.2-r2 -libassuan-2.4.4-r0 -libatomic-6.4.0-r5 -libatomic_ops-7.4.8-r0 -libattr-2.4.47-r6 -libblkid-2.31-r0 +krb5-dev-1.15.2-r2 +krb5-libs-1.15.2-r2 +krb5-server-ldap-1.15.2-r2 +libacl-2.2.52-r5 +libaio-0.3.111-r0 +libarchive-3.3.2-r3 +libarchive-tools-3.3.2-r3 +libassuan-2.5.1-r0 +libatomic-6.4.0-r8 +libatomic_ops-7.6.4-r0 +libattr-2.4.47-r7 +libblkid-2.32-r0 +libbsd-0.8.6-r2 libburn-1.4.8-r0 libbz2-1.0.6-r6 libc-dev-0.7.1-r0 libc-utils-0.7.1-r0 -libc6-compat-1.1.18-r3 +libc6-compat-1.1.19-r10 libcap-2.25-r1 -libcap-ng-0.7.8-r1 -libcap-ng-dev-0.7.8-r1 -libcom_err-1.43.7-r0 -libcrypto1.0-1.0.2o-r0 +libcap-ng-0.7.9-r0 +libcap-ng-dev-0.7.9-r0 +libcom_err-1.44.2-r0 +libcrypto1.0-1.0.2o-r1 libcurl-7.60.0-r1 -libdrm-2.4.88-r0 +libdrm-2.4.92-r0 libedit-20170329.3.1-r3 libelf-0.8.13-r3 libelf-dev-0.8.13-r3 libepoxy-1.4.3-r1 -libevent-2.1.8-r2 +libevent-2.1.8-r5 libexecinfo-1.1-r0 libexecinfo-dev-1.1-r0 -libfdisk-2.31-r0 +libfdisk-2.32-r0 libffi-3.2.1-r4 -libgcc-6.4.0-r5 +libgcc-6.4.0-r8 libgcrypt-1.8.3-r0 libgmpxx-6.1.2-r1 -libgomp-6.4.0-r5 -libgpg-error-1.27-r1 -libintl-0.19.8.1-r1 +libgomp-6.4.0-r8 +libgpg-error-1.30-r0 +libintl-0.19.8.1-r2 libisoburn-1.4.8-r0 libisofs-1.4.8-r0 -libjpeg-turbo-1.5.2-r0 +libjpeg-turbo-1.5.3-r1 libksba-1.3.5-r0 -libldap-2.4.45-r3 -libltdl-2.4.6-r4 +libldap-2.4.46-r0 +libltdl-2.4.6-r5 libmagic-5.32-r0 libmnl-1.0.4-r0 -libmount-2.31-r0 -libnfs-2.0.0-r0 -libnfsidmap-0.25-r1 -libnftnl-libs-1.0.8-r1 +libmount-2.32-r0 +libnftnl-libs-1.1.1-r0 libnl-1.1.4-r0 libnl3-3.2.28-r1 -libogg-1.3.3-r1 +libogg-1.3.3-r2 libpcap-1.8.1-r1 libpng-1.6.34-r1 -libressl-2.6.5-r0 -libressl-dev-2.6.5-r0 -libressl2.6-libcrypto-2.6.5-r0 -libressl2.6-libssl-2.6.5-r0 -libressl2.6-libtls-2.6.5-r0 -libsasl-2.1.26-r11 -libseccomp-2.3.2-r1 -libseccomp-dev-2.3.2-r1 -libsmartcols-2.31-r0 -libssh2-1.8.0-r2 -libssl1.0-1.0.2o-r0 -libstdc++-6.4.0-r5 -libtasn1-4.12-r3 -libtirpc-1.0.1-r2 -libtirpc-dev-1.0.1-r2 -libtool-2.4.6-r4 +libressl-2.7.4-r0 +libressl-dev-2.7.4-r0 +libressl2.7-libcrypto-2.7.4-r0 +libressl2.7-libssl-2.7.4-r0 +libressl2.7-libtls-2.7.4-r0 +libsasl-2.1.26-r13 +libseccomp-2.3.3-r1 +libseccomp-dev-2.3.3-r1 +libsmartcols-2.32-r0 +libssh2-1.8.0-r3 +libssl1.0-1.0.2o-r1 +libstdc++-6.4.0-r8 +libtasn1-4.13-r0 +libtirpc-1.0.3-r0 +libtirpc-dev-1.0.3-r0 +libtool-2.4.6-r5 libunistring-0.9.7-r0 libunwind-1.2.1-r1 libunwind-dev-1.2.1-r1 -libusb-1.0.21-r0 -libuuid-2.31-r0 -libuv-1.17.0-r0 -libverto-0.3.0-r0 -libxml2-2.9.7-r0 +libusb-1.0.22-r0 +libuuid-2.32-r0 +libuv-1.20.2-r0 +libverto-0.3.0-r1 +libwbclient-4.8.2-r1 +libxau-1.0.8-r2 +libxcb-1.13-r2 +libxdmcp-1.1.2-r4 +libxkbcommon-0.7.1-r1 +libxml2-2.9.8-r0 linux-headers-4.4.6-r2 lsscsi-0.28-r0 -lua5.2-libs-5.2.4-r4 -lz4-libs-1.8.0-r1 -lzip-1.19-r1 +lua5.3-libs-5.3.4-r5 +lz4-libs-1.8.2-r0 +lzip-1.20-r0 lzo-2.10-r2 -m4-1.4.18-r0 -make-4.2.1-r0 -mesa-gbm-17.2.4-r1 +m4-1.4.18-r1 +make-4.2.1-r2 +mesa-gbm-18.0.5-r0 mpc1-1.0.3-r1 mpc1-dev-1.0.3-r1 mpfr-dev-3.1.5-r1 mpfr3-3.1.5-r1 mtools-4.0.18-r2 -multipath-tools-0.7.4-r0 -musl-1.1.18-r3 -musl-dev-1.1.18-r3 -musl-utils-1.1.18-r3 -ncurses-dev-6.0_p20171125-r0 -ncurses-libs-6.0_p20171125-r0 -ncurses-terminfo-6.0_p20171125-r0 -ncurses-terminfo-base-6.0_p20171125-r0 -nettle-3.3-r0 -nfs-utils-2.1.1-r4 +multipath-tools-0.7.7-r0 +musl-1.1.19-r10 +musl-dev-1.1.19-r10 +musl-utils-1.1.19-r10 +ncurses-dev-6.1-r0 +ncurses-libs-6.1-r0 +ncurses-terminfo-6.1-r0 +ncurses-terminfo-base-6.1-r0 +nettle-3.4-r1 +nfs-utils-2.3.1-r3 +nfs-utils-openrc-2.3.1-r3 +nghttp2-libs-1.32.0-r0 npth-1.5-r1 -oniguruma-6.6.1-r0 +oniguruma-6.8.2-r0 open-iscsi-2.0.874-r0 -open-isns-lib-0.97-r2 -openntpd-6.2_p3-r0 -openrc-0.24.1-r4 -openssh-keygen-7.5_p1-r8 -openssh-server-7.5_p1-r8 -openssh-server-common-7.5_p1-r8 -openssl-1.0.2o-r0 -openssl-dev-1.0.2o-r0 +open-isns-lib-0.97-r3 +openntpd-6.2_p3-r1 +openrc-0.35.5-r4 +openssh-keygen-7.7_p1-r2 +openssh-server-7.7_p1-r2 +openssh-server-common-7.7_p1-r2 +openssl-1.0.2o-r1 +openssl-dev-1.0.2o-r1 opus-1.2.1-r1 -p11-kit-0.23.2-r2 -patch-2.7.5-r2 -pax-utils-1.2.2-r1 -pcre-8.41-r1 -pcre2-10.30-r0 -pcsc-lite-libs-1.8.22-r0 +p11-kit-0.23.10-r0 +patch-2.7.6-r2 +pax-utils-1.2.3-r0 +pcre-8.42-r0 +pcre2-10.31-r0 +pcsc-lite-libs-1.8.23-r1 perl-5.26.2-r1 -pigz-2.3.4-r2 -pinentry-1.0.0-r0 -pixman-0.34.0-r3 -pkgconf-1.3.10-r0 +pigz-2.4-r0 +pinentry-1.1.0-r0 +pixman-0.34.0-r5 +pkgconf-1.5.1-r0 popt-1.16-r7 -python3-3.6.3-r9 -qemu-2.10.1-r3 -qemu-aarch64-2.10.1-r3 -qemu-arm-2.10.1-r3 -qemu-guest-agent-2.10.1-r3 -qemu-img-2.10.1-r3 -qemu-ppc64le-2.10.1-r3 -qemu-system-aarch64-2.10.1-r3 -qemu-system-arm-2.10.1-r3 -qemu-system-x86_64-2.10.1-r3 +python3-3.6.4-r1 +qemu-2.12.0-r3 +qemu-aarch64-2.12.0-r3 +qemu-arm-2.12.0-r3 +qemu-guest-agent-2.12.0-r3 +qemu-img-2.12.0-r3 +qemu-ppc64le-2.12.0-r3 +qemu-system-aarch64-2.12.0-r3 +qemu-system-arm-2.12.0-r3 +qemu-system-x86_64-2.12.0-r3 readline-7.0.003-r0 -rhash-libs-1.3.5-r1 -rpcbind-0.2.4-r0 -rsync-3.1.3-r0 -scanelf-1.2.2-r1 -sed-4.4-r1 -sfdisk-2.31-r0 -sg3_utils-1.42-r0 +rhash-libs-1.3.6-r1 +rpcbind-0.2.4-r1 +rsync-3.1.3-r1 +rsync-openrc-3.1.3-r1 +scanelf-1.2.3-r0 +sed-4.4-r2 +sfdisk-2.32-r0 +sg3_utils-1.42-r1 sgdisk-1.0.3-r0 -slang-2.3.1a-r0 -slang-dev-2.3.1a-r0 -snappy-1.1.4-r2 +slang-2.3.2-r0 +slang-dev-2.3.2-r0 +snappy-1.1.4-r4 sntpc-0.9-r6 -socat-1.7.3.2-r3 -spice-server-0.14.0-r6 -sqlite-libs-3.21.0-r1 +socat-1.7.3.2-r4 +spice-server-0.14.0-r7 +sqlite-libs-3.24.0-r0 squashfs-tools-4.3-r4 -ssl_client-1.27.2-r11 -strace-4.19-r0 -sudo-1.8.21_p2-r1 -swig-3.0.12-r1 -talloc-2.1.10-r0 -tar-1.29-r1 +ssl_client-1.28.4-r0 +strace-4.22-r0 +sudo-1.8.23-r2 +swig-3.0.12-r3 +talloc-2.1.12-r0 +tar-1.30-r0 tcl-8.6.7-r0 -tcpdump-4.9.2-r1 -tini-0.16.1-r0 -tzdata-2017c-r0 -udev-init-scripts-32-r1 +tcpdump-4.9.2-r3 +tini-0.18.0-r0 +tzdata-2018d-r1 +udev-init-scripts-32-r2 +udev-init-scripts-openrc-32-r2 usbredir-0.7.1-r0 -userspace-rcu-0.10.0-r0 -util-linux-2.31-r0 -util-linux-dev-2.31-r0 -vde2-libs-2.3.2-r8 -vim-8.0.1359-r0 -wayland-libs-client-1.14.0-r2 -wayland-libs-cursor-1.14.0-r2 -wayland-libs-server-1.14.0-r2 +userspace-rcu-0.10.1-r0 +util-linux-2.32-r0 +util-linux-dev-2.32-r0 +vde2-libs-2.3.2-r9 +vim-8.1.0115-r0 +wayland-libs-server-1.15.0-r0 wireguard-tools-0.0.20180625-r0 wireless-tools-30_pre9-r0 -wpa_supplicant-2.6-r8 -xfsprogs-4.14.0-r1 -xfsprogs-extra-4.14.0-r1 -xfsprogs-libs-4.14.0-r1 +wpa_supplicant-2.6-r13 +wpa_supplicant-openrc-2.6-r13 +xfsprogs-4.16.1-r1 +xfsprogs-extra-4.16.1-r1 xorriso-1.4.8-r0 -xz-5.2.3-r1 -xz-dev-5.2.3-r1 -xz-libs-5.2.3-r1 -zfs-0.7.3-r0 -zfs-libs-0.7.3-r0 +xz-5.2.4-r0 +xz-dev-5.2.4-r0 +xz-libs-5.2.4-r0 +zfs-0.7.8-r0 +zfs-libs-0.7.8-r0 zlib-1.2.11-r1 zlib-dev-1.2.11-r1 diff --git a/tools/alpine/versions.s390x b/tools/alpine/versions.s390x index 33b3c0970..80f861d1b 100644 --- a/tools/alpine/versions.s390x +++ b/tools/alpine/versions.s390x @@ -1,281 +1,289 @@ -# linuxkit/alpine:7675297cb439176db754e35231b2cbdc915d4575-s390x +# linuxkit/alpine:a2a74a40b39cd910df5361246bc0ae7f98a05bc4-s390x # automatically generated list of installed packages -abuild-3.1.0-r4 -alpine-baselayout-3.0.5-r2 +abuild-3.2.0-r0 +alpine-baselayout-3.1.0-r0 alpine-keys-2.1-r1 -alsa-lib-1.1.4.1-r2 -apk-tools-2.9.1-r2 -argp-standalone-1.3-r2 -attr-2.4.47-r6 -attr-dev-2.4.47-r6 -audit-2.7.7-r1 -audit-libs-2.7.7-r1 -autoconf-2.69-r0 -automake-1.15.1-r0 +apk-tools-2.10.0-r0 +argon2-libs-20171227-r1 +argp-standalone-1.3-r3 +attr-2.4.47-r7 +attr-dev-2.4.47-r7 +audit-2.8.3-r1 +audit-libs-2.8.3-r1 +autoconf-2.69-r2 +automake-1.16.1-r0 bash-4.4.19-r1 bc-1.07.1-r0 -binutils-2.30-r1 -binutils-dev-2.30-r1 -binutils-libs-2.30-r1 -bison-3.0.4-r0 -blkid-2.31-r0 +binutils-2.30-r5 +binutils-dev-2.30-r5 +bison-3.0.4-r1 +blkid-2.32-r0 bridge-utils-1.6-r0 bsd-compat-headers-0.7.1-r0 -btrfs-progs-4.13.2-r0 -btrfs-progs-dev-4.13.2-r0 -btrfs-progs-libs-4.13.2-r0 -build-base-0.5-r0 -busybox-1.27.2-r11 -busybox-initscripts-3.1-r2 +btrfs-progs-4.17-r1 +btrfs-progs-dev-4.17-r1 +btrfs-progs-libs-4.17-r1 +build-base-0.5-r1 +busybox-1.28.4-r0 +busybox-initscripts-3.1-r3 bzip2-1.0.6-r6 -ca-certificates-20171114-r0 +ca-certificates-20171114-r3 cdrkit-1.1.11-r2 celt051-0.5.1.3-r0 -cifs-utils-6.7-r1 -cmake-3.9.5-r0 -coreutils-8.28-r0 -cryptsetup-1.7.5-r1 -cryptsetup-libs-1.7.5-r1 +cifs-utils-6.8-r0 +cmake-3.11.1-r2 +cmake-bash-completion-3.11.1-r2 +coreutils-8.29-r2 +cryptsetup-2.0.2-r3 +cryptsetup-libs-2.0.2-r3 curl-7.60.0-r1 db-5.3.28-r0 -dbus-libs-1.10.24-r0 -device-mapper-libs-2.02.175-r0 -dhcpcd-6.11.5-r1 -diffutils-3.6-r0 +dbus-libs-1.10.24-r1 +device-mapper-libs-2.02.178-r0 +dhcpcd-7.0.6-r0 +dhcpcd-openrc-7.0.6-r0 +diffutils-3.6-r1 dosfstools-4.1-r1 dtc-1.4.4-r0 -e2fsprogs-1.43.7-r0 -e2fsprogs-dev-1.43.7-r0 -e2fsprogs-extra-1.43.7-r0 -e2fsprogs-libs-1.43.7-r0 +e2fsprogs-1.44.2-r0 +e2fsprogs-dev-1.44.2-r0 +e2fsprogs-extra-1.44.2-r0 +e2fsprogs-libs-1.44.2-r0 ebtables-2.0.10.4-r2 elfutils-dev-0.168-r1 elfutils-libelf-0.168-r1 -ethtool-4.13-r0 -eudev-3.2.4-r1 -eudev-libs-3.2.4-r1 +ethtool-4.16-r0 +eudev-3.2.5-r2 +eudev-libs-3.2.5-r2 expat-2.2.5-r0 -expect-5.45-r4 -fakeroot-1.21-r1 +expect-5.45.4-r0 +fakeroot-1.22-r0 file-5.32-r0 -findmnt-2.31-r0 -findutils-4.6.0-r0 +findmnt-2.32-r0 +findutils-4.6.0-r1 flex-2.6.4-r1 fortify-headers-0.9-r0 -g++-6.4.0-r5 -gc-7.6.0-r1 -gcc-6.4.0-r5 +g++-6.4.0-r8 +gc-7.6.4-r2 +gcc-6.4.0-r8 gdbm-1.13-r1 -gettext-0.19.8.1-r1 -gettext-asprintf-0.19.8.1-r1 -gettext-dev-0.19.8.1-r1 -gettext-libs-0.19.8.1-r1 -git-2.15.2-r0 -glib-2.54.2-r0 +gettext-0.19.8.1-r2 +gettext-asprintf-0.19.8.1-r2 +gettext-dev-0.19.8.1-r2 +gettext-libs-0.19.8.1-r2 +git-2.18.0-r0 +glib-2.56.1-r0 gmp-6.1.2-r1 gmp-dev-6.1.2-r1 -gnupg-2.2.3-r1 -gnutls-3.6.1-r0 -go-1.9.4-r0 -go1.10-1.10-r0 -grep-3.1-r0 +gnupg-2.2.8-r0 +gnutls-3.6.2-r0 +go-1.10.1-r0 +grep-3.1-r2 guile-2.0.14-r0 guile-libs-2.0.14-r0 hvtools-4.11.9-r0 installkernel-3.5-r0 -iperf3-3.2-r0 +iperf3-3.5-r1 +iperf3-openrc-3.5-r1 iproute2-4.13.0-r0 -iptables-1.6.1-r1 +iptables-1.6.2-r0 ipvsadm-1.29-r0 isl-0.18-r0 -jansson-2.10-r0 -jq-1.5-r5 -json-c-0.12.1-r1 +jansson-2.11-r0 +jq-1.6_rc1-r1 +json-c-0.13.1-r0 keyutils-1.5.10-r0 keyutils-libs-1.5.10-r0 -kmod-24-r0 +kmod-24-r1 +kmod-openrc-24-r1 krb5-conf-1.0-r1 -krb5-dev-1.15.2-r1 -krb5-libs-1.15.2-r1 -krb5-server-ldap-1.15.2-r1 -libacl-2.2.52-r3 -libaio-0.3.110-r1 -libarchive-3.3.2-r2 -libarchive-tools-3.3.2-r2 -libassuan-2.4.4-r0 -libatomic-6.4.0-r5 -libattr-2.4.47-r6 -libblkid-2.31-r0 +krb5-dev-1.15.2-r2 +krb5-libs-1.15.2-r2 +krb5-server-ldap-1.15.2-r2 +libacl-2.2.52-r5 +libaio-0.3.111-r0 +libarchive-3.3.2-r3 +libarchive-tools-3.3.2-r3 +libassuan-2.5.1-r0 +libatomic-6.4.0-r8 +libattr-2.4.47-r7 +libblkid-2.32-r0 +libbsd-0.8.6-r2 libburn-1.4.8-r0 libbz2-1.0.6-r6 libc-dev-0.7.1-r0 libc-utils-0.7.1-r0 -libc6-compat-1.1.18-r3 +libc6-compat-1.1.19-r10 libcap-2.25-r1 -libcap-ng-0.7.8-r1 -libcap-ng-dev-0.7.8-r1 -libcom_err-1.43.7-r0 -libcrypto1.0-1.0.2o-r0 +libcap-ng-0.7.9-r0 +libcap-ng-dev-0.7.9-r0 +libcom_err-1.44.2-r0 +libcrypto1.0-1.0.2o-r1 libcurl-7.60.0-r1 -libdrm-2.4.88-r0 +libdrm-2.4.92-r0 libedit-20170329.3.1-r3 libelf-0.8.13-r3 libelf-dev-0.8.13-r3 libepoxy-1.4.3-r1 -libevent-2.1.8-r2 -libfdisk-2.31-r0 +libevent-2.1.8-r5 +libfdisk-2.32-r0 libffi-3.2.1-r4 -libgcc-6.4.0-r5 +libgcc-6.4.0-r8 libgcrypt-1.8.3-r0 libgmpxx-6.1.2-r1 -libgomp-6.4.0-r5 -libgpg-error-1.27-r1 -libintl-0.19.8.1-r1 +libgomp-6.4.0-r8 +libgpg-error-1.30-r0 +libintl-0.19.8.1-r2 libisoburn-1.4.8-r0 libisofs-1.4.8-r0 -libjpeg-turbo-1.5.2-r0 +libjpeg-turbo-1.5.3-r1 libksba-1.3.5-r0 -libldap-2.4.45-r3 -libltdl-2.4.6-r4 +libldap-2.4.46-r0 +libltdl-2.4.6-r5 libmagic-5.32-r0 libmnl-1.0.4-r0 -libmount-2.31-r0 -libnfs-2.0.0-r0 -libnfsidmap-0.25-r1 -libnftnl-libs-1.0.8-r1 +libmount-2.32-r0 +libnftnl-libs-1.1.1-r0 libnl-1.1.4-r0 libnl3-3.2.28-r1 -libogg-1.3.3-r1 +libogg-1.3.3-r2 libpcap-1.8.1-r1 libpng-1.6.34-r1 -libressl-2.6.5-r0 -libressl-dev-2.6.5-r0 -libressl2.6-libcrypto-2.6.5-r0 -libressl2.6-libssl-2.6.5-r0 -libressl2.6-libtls-2.6.5-r0 -libsasl-2.1.26-r11 -libseccomp-2.3.2-r1 -libseccomp-dev-2.3.2-r1 -libsmartcols-2.31-r0 -libssh2-1.8.0-r2 -libssl1.0-1.0.2o-r0 -libstdc++-6.4.0-r5 -libtasn1-4.12-r3 -libtirpc-1.0.1-r2 -libtirpc-dev-1.0.1-r2 -libtool-2.4.6-r4 +libressl-2.7.4-r0 +libressl-dev-2.7.4-r0 +libressl2.7-libcrypto-2.7.4-r0 +libressl2.7-libssl-2.7.4-r0 +libressl2.7-libtls-2.7.4-r0 +libsasl-2.1.26-r13 +libseccomp-2.3.3-r1 +libseccomp-dev-2.3.3-r1 +libsmartcols-2.32-r0 +libssh2-1.8.0-r3 +libssl1.0-1.0.2o-r1 +libstdc++-6.4.0-r8 +libtasn1-4.13-r0 +libtirpc-1.0.3-r0 +libtirpc-dev-1.0.3-r0 +libtool-2.4.6-r5 libunistring-0.9.7-r0 -libusb-1.0.21-r0 -libuuid-2.31-r0 -libuv-1.17.0-r0 -libverto-0.3.0-r0 -libxml2-2.9.7-r0 +libusb-1.0.22-r0 +libuuid-2.32-r0 +libuv-1.20.2-r0 +libverto-0.3.0-r1 +libwbclient-4.8.2-r1 +libxau-1.0.8-r2 +libxcb-1.13-r2 +libxdmcp-1.1.2-r4 +libxkbcommon-0.7.1-r1 +libxml2-2.9.8-r0 linux-headers-4.4.6-r2 lsscsi-0.28-r0 -lua5.2-libs-5.2.4-r4 -lz4-libs-1.8.0-r1 -lzip-1.19-r1 +lua5.3-libs-5.3.4-r5 +lz4-libs-1.8.2-r0 +lzip-1.20-r0 lzo-2.10-r2 -m4-1.4.18-r0 -make-4.2.1-r0 -mesa-gbm-17.2.4-r1 +m4-1.4.18-r1 +make-4.2.1-r2 +mesa-gbm-18.0.5-r0 mpc1-1.0.3-r1 mpc1-dev-1.0.3-r1 mpfr-dev-3.1.5-r1 mpfr3-3.1.5-r1 mtools-4.0.18-r2 -multipath-tools-0.7.4-r0 -musl-1.1.18-r3 -musl-dev-1.1.18-r3 -musl-utils-1.1.18-r3 -ncurses-dev-6.0_p20171125-r0 -ncurses-libs-6.0_p20171125-r0 -ncurses-terminfo-6.0_p20171125-r0 -ncurses-terminfo-base-6.0_p20171125-r0 -nettle-3.3-r0 -nfs-utils-2.1.1-r4 +multipath-tools-0.7.7-r0 +musl-1.1.19-r10 +musl-dev-1.1.19-r10 +musl-utils-1.1.19-r10 +ncurses-dev-6.1-r0 +ncurses-libs-6.1-r0 +ncurses-terminfo-6.1-r0 +ncurses-terminfo-base-6.1-r0 +nettle-3.4-r1 +nfs-utils-2.3.1-r3 +nfs-utils-openrc-2.3.1-r3 +nghttp2-libs-1.32.0-r0 npth-1.5-r1 -oniguruma-6.6.1-r0 +oniguruma-6.8.2-r0 open-iscsi-2.0.874-r0 -open-isns-lib-0.97-r2 -openntpd-6.2_p3-r0 -openrc-0.24.1-r4 -openssh-keygen-7.5_p1-r8 -openssh-server-7.5_p1-r8 -openssh-server-common-7.5_p1-r8 -openssl-1.0.2o-r0 -openssl-dev-1.0.2o-r0 +open-isns-lib-0.97-r3 +openntpd-6.2_p3-r1 +openrc-0.35.5-r4 +openssh-keygen-7.7_p1-r2 +openssh-server-7.7_p1-r2 +openssh-server-common-7.7_p1-r2 +openssl-1.0.2o-r1 +openssl-dev-1.0.2o-r1 opus-1.2.1-r1 -p11-kit-0.23.2-r2 -patch-2.7.5-r2 -pax-utils-1.2.2-r1 -pcre-8.41-r1 -pcre2-10.30-r0 -pcsc-lite-libs-1.8.22-r0 +p11-kit-0.23.10-r0 +patch-2.7.6-r2 +pax-utils-1.2.3-r0 +pcre-8.42-r0 +pcre2-10.31-r0 +pcsc-lite-libs-1.8.23-r1 perl-5.26.2-r1 -pigz-2.3.4-r2 -pinentry-1.0.0-r0 -pixman-0.34.0-r3 -pkgconf-1.3.10-r0 +pigz-2.4-r0 +pinentry-1.1.0-r0 +pixman-0.34.0-r5 +pkgconf-1.5.1-r0 popt-1.16-r7 -python3-3.6.3-r9 -qemu-2.10.1-r3 -qemu-aarch64-2.10.1-r3 -qemu-arm-2.10.1-r3 -qemu-guest-agent-2.10.1-r3 -qemu-img-2.10.1-r3 -qemu-ppc64le-2.10.1-r3 -qemu-system-arm-2.10.1-r3 -qemu-system-s390x-2.10.1-r3 -qemu-system-x86_64-2.10.1-r3 +python3-3.6.4-r1 +qemu-2.12.0-r3 +qemu-aarch64-2.12.0-r3 +qemu-arm-2.12.0-r3 +qemu-guest-agent-2.12.0-r3 +qemu-img-2.12.0-r3 +qemu-ppc64le-2.12.0-r3 +qemu-system-arm-2.12.0-r3 +qemu-system-s390x-2.12.0-r3 +qemu-system-x86_64-2.12.0-r3 readline-7.0.003-r0 -rhash-libs-1.3.5-r1 -rpcbind-0.2.4-r0 -rsync-3.1.3-r0 -scanelf-1.2.2-r1 -sed-4.4-r1 -sfdisk-2.31-r0 -sg3_utils-1.42-r0 +rhash-libs-1.3.6-r1 +rpcbind-0.2.4-r1 +rsync-3.1.3-r1 +rsync-openrc-3.1.3-r1 +scanelf-1.2.3-r0 +sed-4.4-r2 +sfdisk-2.32-r0 +sg3_utils-1.42-r1 sgdisk-1.0.3-r0 -slang-2.3.1a-r0 -slang-dev-2.3.1a-r0 -snappy-1.1.4-r2 +slang-2.3.2-r0 +slang-dev-2.3.2-r0 +snappy-1.1.4-r4 sntpc-0.9-r6 -socat-1.7.3.2-r3 -spice-server-0.14.0-r6 -sqlite-libs-3.21.0-r1 +socat-1.7.3.2-r4 +spice-server-0.14.0-r7 +sqlite-libs-3.24.0-r0 squashfs-tools-4.3-r4 -ssl_client-1.27.2-r11 -strace-4.19-r0 -sudo-1.8.21_p2-r1 -swig-3.0.12-r1 -talloc-2.1.10-r0 -tar-1.29-r1 +ssl_client-1.28.4-r0 +strace-4.22-r0 +sudo-1.8.23-r2 +swig-3.0.12-r3 +talloc-2.1.12-r0 +tar-1.30-r0 tcl-8.6.7-r0 -tcpdump-4.9.2-r1 -tini-0.16.1-r0 -tzdata-2017c-r0 -udev-init-scripts-32-r1 +tcpdump-4.9.2-r3 +tini-0.18.0-r0 +tzdata-2018d-r1 +udev-init-scripts-32-r2 +udev-init-scripts-openrc-32-r2 usbredir-0.7.1-r0 -userspace-rcu-0.10.0-r0 -util-linux-2.31-r0 -util-linux-dev-2.31-r0 -vde2-libs-2.3.2-r8 -vim-8.0.1359-r0 -wayland-libs-client-1.14.0-r2 -wayland-libs-cursor-1.14.0-r2 -wayland-libs-server-1.14.0-r2 +userspace-rcu-0.10.1-r0 +util-linux-2.32-r0 +util-linux-dev-2.32-r0 +vde2-libs-2.3.2-r9 +vim-8.1.0115-r0 +wayland-libs-server-1.15.0-r0 wireguard-tools-0.0.20180625-r0 wireless-tools-30_pre9-r0 -wpa_supplicant-2.6-r8 -xfsprogs-4.14.0-r1 -xfsprogs-extra-4.14.0-r1 -xfsprogs-libs-4.14.0-r1 +wpa_supplicant-2.6-r13 +wpa_supplicant-openrc-2.6-r13 +xfsprogs-4.16.1-r1 +xfsprogs-extra-4.16.1-r1 xorriso-1.4.8-r0 -xz-5.2.3-r1 -xz-dev-5.2.3-r1 -xz-libs-5.2.3-r1 -zfs-0.7.3-r0 -zfs-libs-0.7.3-r0 +xz-5.2.4-r0 +xz-dev-5.2.4-r0 +xz-libs-5.2.4-r0 +zfs-0.7.8-r0 +zfs-libs-0.7.8-r0 zlib-1.2.11-r1 zlib-dev-1.2.11-r1 diff --git a/tools/alpine/versions.x86_64 b/tools/alpine/versions.x86_64 index f868b52dc..cd2bfe7db 100644 --- a/tools/alpine/versions.x86_64 +++ b/tools/alpine/versions.x86_64 @@ -1,295 +1,303 @@ -# linuxkit/alpine:e940475e167cda8d95eda4d3b225a35f57a6f67e-amd64 +# linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197-amd64 # automatically generated list of installed packages -abuild-3.1.0-r4 -alpine-baselayout-3.0.5-r2 +abuild-3.2.0-r0 +alpine-baselayout-3.1.0-r0 alpine-keys-2.1-r1 -alsa-lib-1.1.4.1-r2 -apk-tools-2.9.1-r2 -argp-standalone-1.3-r2 -attr-2.4.47-r6 -attr-dev-2.4.47-r6 -audit-2.7.7-r1 -audit-libs-2.7.7-r1 -autoconf-2.69-r0 -automake-1.15.1-r0 +apk-tools-2.10.0-r0 +argon2-libs-20171227-r1 +argp-standalone-1.3-r3 +attr-2.4.47-r7 +attr-dev-2.4.47-r7 +audit-2.8.3-r1 +audit-libs-2.8.3-r1 +autoconf-2.69-r2 +automake-1.16.1-r0 bash-4.4.19-r1 bc-1.07.1-r0 -binutils-2.30-r1 -binutils-dev-2.30-r1 -binutils-libs-2.30-r1 -bison-3.0.4-r0 -blkid-2.31-r0 +binutils-2.30-r5 +binutils-dev-2.30-r5 +bison-3.0.4-r1 +blkid-2.32-r0 bridge-utils-1.6-r0 bsd-compat-headers-0.7.1-r0 -btrfs-progs-4.13.2-r0 -btrfs-progs-dev-4.13.2-r0 -btrfs-progs-libs-4.13.2-r0 -build-base-0.5-r0 -busybox-1.27.2-r11 -busybox-initscripts-3.1-r2 +btrfs-progs-4.17-r1 +btrfs-progs-dev-4.17-r1 +btrfs-progs-libs-4.17-r1 +build-base-0.5-r1 +busybox-1.28.4-r0 +busybox-initscripts-3.1-r3 bzip2-1.0.6-r6 -ca-certificates-20171114-r0 +ca-certificates-20171114-r3 cdrkit-1.1.11-r2 celt051-0.5.1.3-r0 -cifs-utils-6.7-r1 -cmake-3.9.5-r0 -coreutils-8.28-r0 -cryptsetup-1.7.5-r1 -cryptsetup-libs-1.7.5-r1 +cifs-utils-6.8-r0 +cmake-3.11.1-r2 +cmake-bash-completion-3.11.1-r2 +coreutils-8.29-r2 +cryptsetup-2.0.2-r3 +cryptsetup-libs-2.0.2-r3 curl-7.60.0-r1 db-5.3.28-r0 -dbus-libs-1.10.24-r0 -device-mapper-libs-2.02.175-r0 -dhcpcd-6.11.5-r1 -diffutils-3.6-r0 +dbus-libs-1.10.24-r1 +device-mapper-libs-2.02.178-r0 +dhcpcd-7.0.6-r0 +dhcpcd-openrc-7.0.6-r0 +diffutils-3.6-r1 dosfstools-4.1-r1 dtc-1.4.4-r0 -e2fsprogs-1.43.7-r0 -e2fsprogs-dev-1.43.7-r0 -e2fsprogs-extra-1.43.7-r0 -e2fsprogs-libs-1.43.7-r0 +e2fsprogs-1.44.2-r0 +e2fsprogs-dev-1.44.2-r0 +e2fsprogs-extra-1.44.2-r0 +e2fsprogs-libs-1.44.2-r0 ebtables-2.0.10.4-r2 elfutils-dev-0.168-r1 elfutils-libelf-0.168-r1 -ethtool-4.13-r0 -eudev-3.2.4-r1 -eudev-libs-3.2.4-r1 +ethtool-4.16-r0 +eudev-3.2.5-r2 +eudev-libs-3.2.5-r2 expat-2.2.5-r0 -expect-5.45-r4 -fakeroot-1.21-r1 +expect-5.45.4-r0 +fakeroot-1.22-r0 file-5.32-r0 -findmnt-2.31-r0 -findutils-4.6.0-r0 +findmnt-2.32-r0 +findutils-4.6.0-r1 flex-2.6.4-r1 fortify-headers-0.9-r0 -fuse-2.9.7-r0 -g++-6.4.0-r5 -gc-7.6.0-r1 -gcc-6.4.0-r5 +fuse-2.9.7-r1 +g++-6.4.0-r8 +gc-7.6.4-r2 +gcc-6.4.0-r8 gdbm-1.13-r1 -gettext-0.19.8.1-r1 -gettext-asprintf-0.19.8.1-r1 -gettext-dev-0.19.8.1-r1 -gettext-libs-0.19.8.1-r1 -git-2.15.2-r0 -glib-2.54.2-r0 +gettext-0.19.8.1-r2 +gettext-asprintf-0.19.8.1-r2 +gettext-dev-0.19.8.1-r2 +gettext-libs-0.19.8.1-r2 +git-2.18.0-r0 +glib-2.56.1-r0 gmp-6.1.2-r1 gmp-dev-6.1.2-r1 -gnupg-2.2.3-r1 -gnutls-3.6.1-r0 -go-1.9.4-r0 -go1.10-1.10-r0 -grep-3.1-r0 +gnupg-2.2.8-r0 +gnutls-3.6.2-r0 +go-1.10.1-r0 +grep-3.1-r2 guile-2.0.14-r0 guile-libs-2.0.14-r0 gummiboot-48.1-r0 hvtools-4.11.9-r0 -icu-libs-59.1-r1 +icu-libs-60.2-r2 installkernel-3.5-r0 -iperf3-3.2-r0 +iperf3-3.5-r1 +iperf3-openrc-3.5-r1 iproute2-4.13.0-r0 -iptables-1.6.1-r1 +iptables-1.6.2-r0 ipvsadm-1.29-r0 isl-0.18-r0 -jansson-2.10-r0 -jq-1.5-r5 -json-c-0.12.1-r1 +jansson-2.11-r0 +jq-1.6_rc1-r1 +json-c-0.13.1-r0 keyutils-1.5.10-r0 keyutils-libs-1.5.10-r0 -kmod-24-r0 +kmod-24-r1 +kmod-openrc-24-r1 krb5-conf-1.0-r1 -krb5-dev-1.15.2-r1 -krb5-libs-1.15.2-r1 -krb5-server-ldap-1.15.2-r1 +krb5-dev-1.15.2-r2 +krb5-libs-1.15.2-r2 +krb5-server-ldap-1.15.2-r2 lddtree-1.26-r1 -libacl-2.2.52-r3 -libaio-0.3.110-r1 -libarchive-3.3.2-r2 -libarchive-tools-3.3.2-r2 -libassuan-2.4.4-r0 -libatomic-6.4.0-r5 -libatomic_ops-7.4.8-r0 -libattr-2.4.47-r6 -libblkid-2.31-r0 +libacl-2.2.52-r5 +libaio-0.3.111-r0 +libarchive-3.3.2-r3 +libarchive-tools-3.3.2-r3 +libassuan-2.5.1-r0 +libatomic-6.4.0-r8 +libatomic_ops-7.6.4-r0 +libattr-2.4.47-r7 +libblkid-2.32-r0 +libbsd-0.8.6-r2 libburn-1.4.8-r0 libbz2-1.0.6-r6 libc-dev-0.7.1-r0 libc-utils-0.7.1-r0 -libc6-compat-1.1.18-r3 +libc6-compat-1.1.19-r10 libcap-2.25-r1 -libcap-ng-0.7.8-r1 -libcap-ng-dev-0.7.8-r1 -libcom_err-1.43.7-r0 -libcrypto1.0-1.0.2o-r0 +libcap-ng-0.7.9-r0 +libcap-ng-dev-0.7.9-r0 +libcom_err-1.44.2-r0 +libcrypto1.0-1.0.2o-r1 libcurl-7.60.0-r1 -libdrm-2.4.88-r0 +libdrm-2.4.92-r0 libedit-20170329.3.1-r3 libelf-0.8.13-r3 libelf-dev-0.8.13-r3 libepoxy-1.4.3-r1 -libevent-2.1.8-r2 +libevent-2.1.8-r5 libexecinfo-1.1-r0 libexecinfo-dev-1.1-r0 -libfdisk-2.31-r0 +libfdisk-2.32-r0 libffi-3.2.1-r4 -libgcc-6.4.0-r5 +libgcc-6.4.0-r8 libgcrypt-1.8.3-r0 libgmpxx-6.1.2-r1 -libgomp-6.4.0-r5 -libgpg-error-1.27-r1 -libintl-0.19.8.1-r1 +libgomp-6.4.0-r8 +libgpg-error-1.30-r0 +libintl-0.19.8.1-r2 libisoburn-1.4.8-r0 libisofs-1.4.8-r0 -libjpeg-turbo-1.5.2-r0 +libjpeg-turbo-1.5.3-r1 libksba-1.3.5-r0 -libldap-2.4.45-r3 -libltdl-2.4.6-r4 +libldap-2.4.46-r0 +libltdl-2.4.6-r5 libmagic-5.32-r0 libmnl-1.0.4-r0 -libmount-2.31-r0 +libmount-2.32-r0 libmspack-0.5_alpha-r1 -libnfs-2.0.0-r0 -libnfsidmap-0.25-r1 -libnftnl-libs-1.0.8-r1 +libnftnl-libs-1.1.1-r0 libnl-1.1.4-r0 libnl3-3.2.28-r1 -libogg-1.3.3-r1 +libogg-1.3.3-r2 libpcap-1.8.1-r1 libpciaccess-0.13.5-r1 libpng-1.6.34-r1 -libressl-2.6.5-r0 -libressl-dev-2.6.5-r0 -libressl2.6-libcrypto-2.6.5-r0 -libressl2.6-libssl-2.6.5-r0 -libressl2.6-libtls-2.6.5-r0 -libsasl-2.1.26-r11 -libseccomp-2.3.2-r1 -libseccomp-dev-2.3.2-r1 -libsmartcols-2.31-r0 -libssh2-1.8.0-r2 -libssl1.0-1.0.2o-r0 -libstdc++-6.4.0-r5 -libtasn1-4.12-r3 -libtirpc-1.0.1-r2 -libtirpc-dev-1.0.1-r2 -libtool-2.4.6-r4 +libressl-2.7.4-r0 +libressl-dev-2.7.4-r0 +libressl2.7-libcrypto-2.7.4-r0 +libressl2.7-libssl-2.7.4-r0 +libressl2.7-libtls-2.7.4-r0 +libsasl-2.1.26-r13 +libseccomp-2.3.3-r1 +libseccomp-dev-2.3.3-r1 +libsmartcols-2.32-r0 +libssh2-1.8.0-r3 +libssl1.0-1.0.2o-r1 +libstdc++-6.4.0-r8 +libtasn1-4.13-r0 +libtirpc-1.0.3-r0 +libtirpc-dev-1.0.3-r0 +libtool-2.4.6-r5 libunistring-0.9.7-r0 libunwind-1.2.1-r1 libunwind-dev-1.2.1-r1 -libusb-1.0.21-r0 -libuuid-2.31-r0 -libuv-1.17.0-r0 -libverto-0.3.0-r0 -libxml2-2.9.7-r0 +libusb-1.0.22-r0 +libuuid-2.32-r0 +libuv-1.20.2-r0 +libverto-0.3.0-r1 +libwbclient-4.8.2-r1 +libxau-1.0.8-r2 +libxcb-1.13-r2 +libxdmcp-1.1.2-r4 +libxkbcommon-0.7.1-r1 +libxml2-2.9.8-r0 linux-headers-4.4.6-r2 lsscsi-0.28-r0 -lua5.2-libs-5.2.4-r4 -lz4-libs-1.8.0-r1 -lzip-1.19-r1 +lua5.3-libs-5.3.4-r5 +lz4-libs-1.8.2-r0 +lzip-1.20-r0 lzo-2.10-r2 -m4-1.4.18-r0 -make-4.2.1-r0 -mesa-gbm-17.2.4-r1 -mkinitfs-3.2.0-r4 +m4-1.4.18-r1 +make-4.2.1-r2 +mesa-gbm-18.0.5-r0 +mkinitfs-3.3.0-r1 mpc1-1.0.3-r1 mpc1-dev-1.0.3-r1 mpfr-dev-3.1.5-r1 mpfr3-3.1.5-r1 mtools-4.0.18-r2 -multipath-tools-0.7.4-r0 -musl-1.1.18-r3 -musl-dev-1.1.18-r3 -musl-utils-1.1.18-r3 -ncurses-dev-6.0_p20171125-r0 -ncurses-libs-6.0_p20171125-r0 -ncurses-terminfo-6.0_p20171125-r0 -ncurses-terminfo-base-6.0_p20171125-r0 -nettle-3.3-r0 -nfs-utils-2.1.1-r4 +multipath-tools-0.7.7-r0 +musl-1.1.19-r10 +musl-dev-1.1.19-r10 +musl-utils-1.1.19-r10 +ncurses-dev-6.1-r0 +ncurses-libs-6.1-r0 +ncurses-terminfo-6.1-r0 +ncurses-terminfo-base-6.1-r0 +nettle-3.4-r1 +nfs-utils-2.3.1-r3 +nfs-utils-openrc-2.3.1-r3 +nghttp2-libs-1.32.0-r0 npth-1.5-r1 -oniguruma-6.6.1-r0 +oniguruma-6.8.2-r0 open-iscsi-2.0.874-r0 -open-isns-lib-0.97-r2 -open-vm-tools-10.1.15-r0 -openntpd-6.2_p3-r0 -openrc-0.24.1-r4 -openssh-keygen-7.5_p1-r8 -openssh-server-7.5_p1-r8 -openssh-server-common-7.5_p1-r8 -openssl-1.0.2o-r0 -openssl-dev-1.0.2o-r0 +open-isns-lib-0.97-r3 +open-vm-tools-10.1.15-r2 +openntpd-6.2_p3-r1 +openrc-0.35.5-r4 +openssh-keygen-7.7_p1-r2 +openssh-server-7.7_p1-r2 +openssh-server-common-7.7_p1-r2 +openssl-1.0.2o-r1 +openssl-dev-1.0.2o-r1 opus-1.2.1-r1 ovmf-0.0.20170624-r0 -p11-kit-0.23.2-r2 -patch-2.7.5-r2 -pax-utils-1.2.2-r1 -pcre-8.41-r1 -pcre2-10.30-r0 -pcsc-lite-libs-1.8.22-r0 +p11-kit-0.23.10-r0 +patch-2.7.6-r2 +pax-utils-1.2.3-r0 +pcre-8.42-r0 +pcre2-10.31-r0 +pcsc-lite-libs-1.8.23-r1 perl-5.26.2-r1 -pigz-2.3.4-r2 -pinentry-1.0.0-r0 -pixman-0.34.0-r3 -pkgconf-1.3.10-r0 +pigz-2.4-r0 +pinentry-1.1.0-r0 +pixman-0.34.0-r5 +pkgconf-1.5.1-r0 popt-1.16-r7 -python3-3.6.3-r9 -qemu-2.10.1-r3 -qemu-aarch64-2.10.1-r3 -qemu-arm-2.10.1-r3 -qemu-guest-agent-2.10.1-r3 -qemu-img-2.10.1-r3 -qemu-ppc64le-2.10.1-r3 -qemu-system-arm-2.10.1-r3 -qemu-system-x86_64-2.10.1-r3 +python3-3.6.4-r1 +qemu-2.12.0-r3 +qemu-aarch64-2.12.0-r3 +qemu-arm-2.12.0-r3 +qemu-guest-agent-2.12.0-r3 +qemu-img-2.12.0-r3 +qemu-ppc64le-2.12.0-r3 +qemu-system-arm-2.12.0-r3 +qemu-system-x86_64-2.12.0-r3 readline-7.0.003-r0 -rhash-libs-1.3.5-r1 -rpcbind-0.2.4-r0 -rsync-3.1.3-r0 -scanelf-1.2.2-r1 -sed-4.4-r1 -sfdisk-2.31-r0 -sg3_utils-1.42-r0 +rhash-libs-1.3.6-r1 +rpcbind-0.2.4-r1 +rsync-3.1.3-r1 +rsync-openrc-3.1.3-r1 +scanelf-1.2.3-r0 +sed-4.4-r2 +sfdisk-2.32-r0 +sg3_utils-1.42-r1 sgdisk-1.0.3-r0 -slang-2.3.1a-r0 -slang-dev-2.3.1a-r0 -snappy-1.1.4-r2 +slang-2.3.2-r0 +slang-dev-2.3.2-r0 +snappy-1.1.4-r4 sntpc-0.9-r6 -socat-1.7.3.2-r3 -spice-server-0.14.0-r6 -sqlite-libs-3.21.0-r1 +socat-1.7.3.2-r4 +spice-server-0.14.0-r7 +sqlite-libs-3.24.0-r0 squashfs-tools-4.3-r4 -ssl_client-1.27.2-r11 -strace-4.19-r0 -sudo-1.8.21_p2-r1 -swig-3.0.12-r1 +ssl_client-1.28.4-r0 +strace-4.22-r0 +sudo-1.8.23-r2 +swig-3.0.12-r3 syslinux-6.04_pre1-r1 -talloc-2.1.10-r0 -tar-1.29-r1 +talloc-2.1.12-r0 +tar-1.30-r0 tcl-8.6.7-r0 -tcpdump-4.9.2-r1 -tini-0.16.1-r0 -tzdata-2017c-r0 -udev-init-scripts-32-r1 +tcpdump-4.9.2-r3 +tini-0.18.0-r0 +tzdata-2018d-r1 +udev-init-scripts-32-r2 +udev-init-scripts-openrc-32-r2 usbredir-0.7.1-r0 -userspace-rcu-0.10.0-r0 -util-linux-2.31-r0 -util-linux-dev-2.31-r0 -vde2-libs-2.3.2-r8 -vim-8.0.1359-r0 -wayland-libs-client-1.14.0-r2 -wayland-libs-cursor-1.14.0-r2 -wayland-libs-server-1.14.0-r2 +userspace-rcu-0.10.1-r0 +util-linux-2.32-r0 +util-linux-dev-2.32-r0 +vde2-libs-2.3.2-r9 +vim-8.1.0115-r0 +wayland-libs-server-1.15.0-r0 wireguard-tools-0.0.20180625-r0 wireless-tools-30_pre9-r0 -wpa_supplicant-2.6-r8 -xfsprogs-4.14.0-r1 -xfsprogs-extra-4.14.0-r1 -xfsprogs-libs-4.14.0-r1 +wpa_supplicant-2.6-r13 +wpa_supplicant-openrc-2.6-r13 +xfsprogs-4.16.1-r1 +xfsprogs-extra-4.16.1-r1 xorriso-1.4.8-r0 -xz-5.2.3-r1 -xz-dev-5.2.3-r1 -xz-libs-5.2.3-r1 -zfs-0.7.3-r0 -zfs-libs-0.7.3-r0 +xz-5.2.4-r0 +xz-dev-5.2.4-r0 +xz-libs-5.2.4-r0 +zfs-0.7.8-r0 +zfs-libs-0.7.8-r0 zlib-1.2.11-r1 zlib-dev-1.2.11-r1 diff --git a/tools/go-compile/Dockerfile b/tools/go-compile/Dockerfile index d187d73d7..983b5a541 100644 --- a/tools/go-compile/Dockerfile +++ b/tools/go-compile/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ diff --git a/tools/mkimage-iso-bios/Dockerfile b/tools/mkimage-iso-bios/Dockerfile index 801c89b86..5e4d92967 100644 --- a/tools/mkimage-iso-bios/Dockerfile +++ b/tools/mkimage-iso-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-iso-efi/Dockerfile b/tools/mkimage-iso-efi/Dockerfile index 16b9c5666..dd392aeee 100644 --- a/tools/mkimage-iso-efi/Dockerfile +++ b/tools/mkimage-iso-efi/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS grub-build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS grub-build RUN apk add \ automake \ @@ -39,7 +39,7 @@ RUN mkdir /grub-lib && \ ;; \ esac -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS make-img +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS make-img RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-qcow2-efi/Dockerfile b/tools/mkimage-qcow2-efi/Dockerfile index 2268dbcc3..fcecc243d 100644 --- a/tools/mkimage-qcow2-efi/Dockerfile +++ b/tools/mkimage-qcow2-efi/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS grub-build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS grub-build RUN apk add \ automake \ @@ -40,7 +40,7 @@ RUN mkdir /grub-lib && \ ;; \ esac -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS make-img +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS make-img RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-raw-bios/Dockerfile b/tools/mkimage-raw-bios/Dockerfile index 408ca5735..11c28ef95 100644 --- a/tools/mkimage-raw-bios/Dockerfile +++ b/tools/mkimage-raw-bios/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-raw-efi/Dockerfile b/tools/mkimage-raw-efi/Dockerfile index d0c6150a4..166c50d00 100644 --- a/tools/mkimage-raw-efi/Dockerfile +++ b/tools/mkimage-raw-efi/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS grub-build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS grub-build RUN apk add \ automake \ @@ -40,7 +40,7 @@ RUN mkdir /grub-lib && \ ;; \ esac -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS make-img +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS make-img RUN \ apk update && apk upgrade && \ diff --git a/tools/mkimage-rpi3/Dockerfile b/tools/mkimage-rpi3/Dockerfile index 7bf38df15..d421d51d1 100644 --- a/tools/mkimage-rpi3/Dockerfile +++ b/tools/mkimage-rpi3/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c as build +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 as build RUN apk add \ bc \ dtc \ diff --git a/tools/mkimage-squashfs/Dockerfile b/tools/mkimage-squashfs/Dockerfile index a6e9f181c..1f5912bbe 100644 --- a/tools/mkimage-squashfs/Dockerfile +++ b/tools/mkimage-squashfs/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 RUN \ apk update && apk upgrade && \ diff --git a/tools/qemu/Dockerfile b/tools/qemu/Dockerfile index 9e0b474c7..87c1dad16 100644 --- a/tools/qemu/Dockerfile +++ b/tools/qemu/Dockerfile @@ -1,4 +1,4 @@ -FROM linuxkit/alpine:1b05307ae8152e3d38f79e297b0632697a30c65c AS mirror +FROM linuxkit/alpine:6264e5b39af8eb1da7ffa4c05a7ccc597da01197 AS mirror RUN mkdir -p /out/etc/apk && cp -r /etc/apk/* /out/etc/apk/ RUN apk add --no-cache --initdb -p /out \ alpine-baselayout \