22 lines
618 B
Plaintext
Raw Normal View History

2025-10-07 11:20:26 +01:00
# KCL Version configuration for oras taskserv
# Uses proper TaskservVersion schema for type safety
import taskservs.version as schema
# Oras taskserv configuration
_version = schema.TaskservVersion {
name = "oras"
version = schema.Version {
current = "latest"
source = "https://github.com/oras-project/oras/releases"
tags = "https://github.com/oras-project/oras/tags"
site = "https://oras.land"
# Auto-update for container registry tools
check_latest = True
grace_period = 86400
}
dependencies = []
}
# Output for dynamic cache system
_version