mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 21:11:08 +02:00
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:
parent
6f56f85247
commit
37a19744f8
@ -1,11 +0,0 @@
|
|||||||
{
|
|
||||||
"kind": "profile-manifest-v0",
|
|
||||||
"value": {
|
|
||||||
"images": [
|
|
||||||
{
|
|
||||||
"name": "docker",
|
|
||||||
"reference": "1.12"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user