mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:06:04 +00:00
Add cacheFrom (microsoft/vscode-remote-release#3245)
This commit is contained in:
parent
a4af16ee04
commit
cd191c292b
2 changed files with 30 additions and 0 deletions
|
@ -31,6 +31,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "Build arguments."
|
"description": "Build arguments."
|
||||||
|
},
|
||||||
|
"cacheFrom": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"array"
|
||||||
|
],
|
||||||
|
"description": "The image to consider as a cache. Use an array to specify multiple images.",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
@ -415,6 +425,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "Build arguments."
|
"description": "Build arguments."
|
||||||
|
},
|
||||||
|
"cacheFrom": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"array"
|
||||||
|
],
|
||||||
|
"description": "The image to consider as a cache. Use an array to specify multiple images.",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
|
@ -436,6 +436,16 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"description": "Build arguments."
|
"description": "Build arguments."
|
||||||
|
},
|
||||||
|
"cacheFrom": {
|
||||||
|
"type": [
|
||||||
|
"string",
|
||||||
|
"array"
|
||||||
|
],
|
||||||
|
"description": "The image to consider as a cache. Use an array to specify multiple images.",
|
||||||
|
"items": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue