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

17 lines
498 B
Plaintext

import taskservs.version as schema
# Containerd taskserv configuration
_version = schema.TaskservVersion {
name = "oci_reg"
version = schema.Version {
current = "v2.1.8"
source = "https://github.com/distribution/distribution/releases"
tags = "https://github.com/distribution/distribution/tags"
site = "https://distribution.github.io/distribution/"
# Auto-update for registry
check_latest = True
grace_period = 86400
}
}
_version