2025-10-07 11:20:26 +01:00

17 lines
478 B
Plaintext

import taskservs.version as schema
# Containerd taskserv configuration
_version = schema.TaskservVersion {
name = "youki"
version = schema.Version {
current = "latest"
source = "https://github.com/containers/youki/releases"
tags = "https://github.com/containers/youki/tags"
site = "https://github.com/containers/youki"
# Auto-update for container runtime
check_latest = True
grace_period = 86400
}
}
_version