10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
# Info: Containerd schemas for provisioning (Provisioning)
|
|
# Author: JesusPerezLorenzo
|
|
# Release: 0.0.1
|
|
# Date: 30-06-2024
|
|
|
|
schema Containerd:
|
|
name: str = "containerd"
|
|
version: str
|
|
runtimes: str = "runc"
|