17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
|
|
import taskservs.version as schema
|
||
|
|
|
||
|
|
# Containerd taskserv configuration
|
||
|
|
_version = schema.TaskservVersion {
|
||
|
|
name = "containerd"
|
||
|
|
version = schema.Version {
|
||
|
|
current = "latest"
|
||
|
|
source = "https://github.com/cri-o/cri-o/releases"
|
||
|
|
tags = "https://github.com/cri-o/cri-o/tags"
|
||
|
|
site = "https://cri-o.io"
|
||
|
|
# Auto-update for container runtime
|
||
|
|
check_latest = True
|
||
|
|
grace_period = 86400
|
||
|
|
}
|
||
|
|
}
|
||
|
|
_version
|