Update
Some checks failed
release-tag / release-image (push) Failing after 1m32s
release-main / release-images (push) Failing after 1m32s

This commit is contained in:
2026-08-22 16:25:16 +02:00
parent 7972ed7e38
commit c2ffc72451
12 changed files with 2351 additions and 25 deletions

View File

@@ -48,9 +48,9 @@ Traefik labels unchanged.
git describe --tags --always | sed 's/^v//'
```
A commit tagged `v0.3.0` therefore publishes `0.3.0`; later commits are named
like `0.3.0-1-g0123456` until the next tag.
A commit tagged `v0.3.1` therefore publishes `0.3.1`; later commits are named
like `0.3.1-1-g0123456` until the next tag.
The extension Dockerfile no longer hardcodes `sessionguard-guacamole-0.3.0.jar`.
The extension Dockerfile no longer hardcodes `sessionguard-guacamole-0.3.1.jar`.
Maven may therefore change the project version without requiring a Dockerfile
change.

View File

@@ -2,7 +2,7 @@
# Build context must point at the SessionGuard repository root.
services:
guacamole:
image: sessionguard-guacamole:${SESSIONGUARD_VERSION:-0.3.0}
image: sessionguard-guacamole:${SESSIONGUARD_VERSION:-0.3.1}
build:
context: ../..
dockerfile: deploy/guacamole/Dockerfile.guacamole