20 lines
601 B
Plaintext
Raw Normal View History

2025-10-07 11:20:26 +01:00
# KCL Version configuration for runc taskserv
# Uses proper TaskservVersion schema for type safety
import taskservs.version as schema
# Runc taskserv configuration
_version = schema.TaskservVersion {
name = "runc"
version = schema.Version {
current = "1.1.14"
source = "https://github.com/opencontainers/runc/releases"
tags = "https://github.com/opencontainers/runc/tags"
site = "https://github.com/opencontainers/runc"
# Auto-update for container runtime
check_latest = True
grace_period = 86400
}
dependencies = []
}
_version