mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +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"
|
||||
doins "${FILESDIR}/docker-1.12-no.json"
|
||||
doins "${FILESDIR}/docker-1.12-yes.json"
|
||||
doins "${FILESDIR}/vendor.json"
|
||||
dodir "${vendordir}/store"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user