@user/alpine/install

Model type — v2026.02.11.1

Details

Type
@user/alpine/install
Normalized
@user/alpine/install
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 PXE-booted VM (set via CEL from testVm)"
    },
    "sshUser": {
      "default": "root",
      "description": "SSH user (default 'root')",
      "type": "string"
    }
  },
  "required": [
    "sshHost",
    "sshUser"
  ],
  "additionalProperties": false
}

Methods (1)

install

Install Alpine to disk on a PXE-booted VM: set password, run setup-alpine, post-install chroot setup

Input Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "hostname": {
      "type": "string",
      "description": "Hostname for the installed system"
    },
    "password": {
      "type": "string",
      "description": "Root password for the installed system"
    },
    "disk": {
      "default": "/dev/sda",
      "description": "Target disk for Alpine install (default '/dev/sda')",
      "type": "string"
    }
  },
  "required": [
    "hostname",
    "password",
    "disk"
  ],
  "additionalProperties": false
}

Resources (1)

result

Alpine install result

Lifetime
infinite
Garbage Collection
10

Definitions (1)

NameVersionTagsID
alpineInstallerv1a206fd53