Compare commits

...

2 Commits

Author SHA1 Message Date
jwetzell 0046b9f92a Update Tomcat base image version to 9.0.111 2025-11-03 15:52:55 -06:00
jwetzell 56d8f0a882 update image tag 2025-07-11 10:24:22 -05:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM tomcat:9.0.106-jdk17-temurin-noble
FROM tomcat:9.0.111-jdk17-temurin-noble
ARG TARGETPLATFORM
ENV GUAC_VER=1.6.0 \
+4 -4
View File
@@ -18,7 +18,7 @@ This container runs the guacamole web client, the guacd server and a postgres da
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
jwetzell/guacamole:1.6.0
jwetzell/guacamole:1.6.0-20250711
```
## Raspberry Pi / ARMv7
@@ -29,7 +29,7 @@ Now that the image has been converted to a multi-platform image the command for
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
jwetzell/guacamole:1.6.0
jwetzell/guacamole:1.6.0-20250711
```
## Parameters
@@ -51,7 +51,7 @@ docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
-e "EXTENSIONS=auth-ldap,auth-duo"
jwetzell/guacamole:1.6.0
jwetzell/guacamole:1.6.0-20250711
```
Currently the available extensions are:
@@ -84,7 +84,7 @@ Mapped volumes behave differently when running Docker for Windows and you may en
version: "2"
services:
guacamole:
image: jwetzell/guacamole:1.6.0
image: jwetzell/guacamole:1.6.0-20250711
container_name: guacamole
volumes:
- postgres:/config