From 37a19744f82ea68187ace8ef1dc59f7c515e073a Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Wed, 3 Feb 2021 10:54:55 +0100 Subject: [PATCH] app-arch/torcx: delete docker 1.12 Delete torcx config file needed only for Docker 1.12. Note, let's keep the remaining file name as before, `docker-1.12-no.json`, to be consistent with naming scheme of the torcx repo itself of Flatcar. --- .../app-arch/torcx/files/docker-1.12-yes.json | 11 ----------- .../coreos-overlay/app-arch/torcx/torcx-9999.ebuild | 1 - 2 files changed, 12 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-yes.json diff --git a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-yes.json b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-yes.json deleted file mode 100644 index 8c9c97fb51..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/files/docker-1.12-yes.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "kind": "profile-manifest-v0", - "value": { - "images": [ - { - "name": "docker", - "reference": "1.12" - } - ] - } -} diff --git a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild index 7d527d8187..6e8b602b11 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-arch/torcx/torcx-9999.ebuild @@ -44,7 +44,6 @@ src_install() { insinto "${vendordir}/profiles" doins "${FILESDIR}/docker-1.12-no.json" - doins "${FILESDIR}/docker-1.12-yes.json" doins "${FILESDIR}/vendor.json" dodir "${vendordir}/store"