@user/alpine/overlay
Model type — v2026.02.11.1
Details
- Type
- @user/alpine/overlay
- Normalized
- @user/alpine/overlay
- Version
- v2026.02.11.1
- Methods
- 1
- Resources
- 1
- Files
- 0
- Definitions
- 1
Global Arguments
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"sshHost": {
"type": "string",
"description": "SSH hostname/IP of the VM running Alpine (set via CEL from lookupVm/ensureVmRunning)"
},
"sshUser": {
"default": "root",
"description": "SSH user (default 'root')",
"type": "string"
}
},
"required": [
"sshHost",
"sshUser"
],
"additionalProperties": false
}Methods (1)
deployApkovl
Package the Alpine overlay on a VM via lbu and deploy it to the TFTP server
Input Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"tftpHost": {
"type": "string",
"description": "TFTP server IP for apkovl deployment"
},
"tftpPath": {
"type": "string",
"description": "TFTP server apkovl directory path"
}
},
"required": [
"tftpHost",
"tftpPath"
],
"additionalProperties": false
}Resources (1)
overlay
Overlay deployment result
- Lifetime
- infinite
- Garbage Collection
- 10
Definitions (1)
| Name | Version | Tags | ID |
|---|---|---|---|
| goldImageOverlay | v1 | 3f25b6ea |