AdditionalFile
Characteristic | Value |
---|---|
Type | object |
Properties
destination
(required)
Location on the target image to place the file.
Characteristic | Value |
---|---|
Type | string |
content
(optional)
The contents of the script. Conflicts with source
.
Characteristic | Value |
---|---|
Type | string |
permissions
(optional)
Permissions to set on the file.
If not specified, this will default to the permissions of the source file when source
is used and to 0644 when content
is used.
Characteristic | Value |
---|---|
Type | string |
source
(optional)
Path to the script file. Conflicts with content.
The file must be located on the host's filesystem.
Characteristic | Value |
---|---|
Type | string |