diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24-r2.ebuild similarity index 99% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24-r1.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24-r2.ebuild index b3fa0038a7..ad2dcc64fd 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24-r1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-20.10.24-r2.ebuild @@ -47,7 +47,6 @@ DEPEND+=" # for appropriate branchch/version of course # Flatcar: # containerd ebuild doesn't support apparmor, device-mapper and seccomp use flags -# tini ebuild doesn't support static use flag # use the old category app-emulation instead of app-containers for containerd, docker-proxy and docker-cli RDEPEND=" ${DEPEND} @@ -59,7 +58,7 @@ RDEPEND=" >=app-emulation/containerd-1.6.16[btrfs?] ~app-emulation/docker-proxy-0.8.0_p20230118 cli? ( ~app-emulation/docker-cli-${PV} ) - container-init? ( >=sys-process/tini-0.19.0 ) + container-init? ( >=sys-process/tini-0.19.0[static] ) selinux? ( sec-policy/selinux-docker ) "