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.
This commit is contained in:
Dongsu Park 2021-02-03 10:54:55 +01:00
parent 6f56f85247
commit 37a19744f8
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
{
"kind": "profile-manifest-v0",
"value": {
"images": [
{
"name": "docker",
"reference": "1.12"
}
]
}
}

View File

@ -44,7 +44,6 @@ src_install() {
insinto "${vendordir}/profiles" insinto "${vendordir}/profiles"
doins "${FILESDIR}/docker-1.12-no.json" doins "${FILESDIR}/docker-1.12-no.json"
doins "${FILESDIR}/docker-1.12-yes.json"
doins "${FILESDIR}/vendor.json" doins "${FILESDIR}/vendor.json"
dodir "${vendordir}/store" dodir "${vendordir}/store"