21 lines
449 B
YAML
21 lines
449 B
YAML
title: zt_image
|
|
author: Claude Code
|
|
version: "1.0"
|
|
desc: Image data for linkAgentService test
|
|
fields:
|
|
- field: id
|
|
range: 1-5
|
|
note: 镜像ID
|
|
- field: name
|
|
range: ubuntu{1-5}
|
|
note: 镜像名称
|
|
- field: osName
|
|
range: ubuntu20.04,ubuntu18.04,centos7,centos8,debian
|
|
note: 操作系统名称
|
|
- field: path
|
|
range: /path/to/image{1-5}
|
|
note: 镜像路径
|
|
- field: status
|
|
range: completed
|
|
note: 镜像状态
|