kasm: fix version (#2229)

This commit is contained in:
Stavros Kois
2025-05-12 13:13:11 +03:00
committed by GitHub
parent b97408667e
commit 11b34ce9c4
3 changed files with 8 additions and 3 deletions

View File

@@ -90,6 +90,11 @@ module.exports = {
"ghcr.io/linuxserver/transmission",
]
),
customVersioning(
// 1.16.1 - There are some tags like 1.120.20221218 that are not semver and are too old
"^(?<major>\\d{1})\\.(?<minor>\\d{2})\\.(?<patch>\\d+)$",
["ghcr.io/linuxserver/kasm"]
),
customVersioning(
// The current major version is 2.x.x, but there is a random 5.x.x tag.
// So we limit it to 0-4 for major. Date issue mentioned above still stands

View File

@@ -1,4 +1,4 @@
app_version: 1.120.20221218
app_version: 1.16.1
capabilities: []
categories:
- productivity
@@ -30,4 +30,4 @@ sources:
- https://github.com/linuxserver/docker-kasm
title: Kasm Workspaces
train: community
version: 1.0.4
version: 1.0.5

View File

@@ -1,7 +1,7 @@
images:
image:
repository: ghcr.io/linuxserver/kasm
tag: 1.120.20221218
tag: 1.16.1
consts:
kasm_container_name: kasm