diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.03.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.03.ebuild deleted file mode 100644 index 21665a3345..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-17.03.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright (c) 2017 CoreOS, Inc.. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -DESCRIPTION="Packages to be installed in a torcx image for Docker" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64" - -# Explicitly list all packages that will be built into the image. -RDEPEND=" - ~app-emulation/docker-17.03.2 - ~app-emulation/containerd-0.2.6 - ~app-emulation/docker-proxy-0.8.0_p20161019 - ~app-emulation/docker-runc-1.0.0_rc2_p136 - =sys-process/tini-0.18.0 -" - -src_install() { - insinto /.torcx - newins "${FILESDIR}/${P}-manifest.json" manifest.json - - # Enable the Docker socket by default. - local unitdir=/usr/lib/systemd/system - dosym ../docker.socket "${unitdir}/sockets.target.wants/docker.socket" -} diff --git a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-19.03.ebuild b/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-19.03.ebuild deleted file mode 100644 index cbcfebb3db..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-torcx/docker/docker-19.03.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (c) 2017-2018 CoreOS, Inc.. All rights reserved. -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -DESCRIPTION="Packages to be installed in a torcx image for Docker" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm64" - -# Explicitly list all packages that will be built into the image. -RDEPEND=" - ~app-emulation/docker-19.03.15 - ~app-emulation/containerd-1.5.4 - ~app-emulation/docker-proxy-0.8.0_p20180709 - ~app-emulation/docker-runc-1.0.1 - =dev-libs/libltdl-2.4.6 - =sys-process/tini-0.18.0 -" - -src_install() { - insinto /.torcx - newins "${FILESDIR}/${P}-manifest.json" manifest.json - - # Enable the Docker socket by default. - local unitdir=/usr/lib/systemd/system - dosym ../docker.socket "${unitdir}/sockets.target.wants/docker.socket" -}