Compare commits

...

11 Commits

Author SHA1 Message Date
Joel Wetzell f68cb42d2f Update Tomcat base image version to 9.0.120 2026-08-04 11:07:02 -05:00
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
jwetzell ed49d82733 add links to new plugins 2025-07-11 09:22:52 -05:00
jwetzell eb2e007d31 add new plugins introduced in 1.6.0 2025-07-11 09:19:28 -05:00
jwetzell 9284e7ab3a Update README.md 2025-07-03 10:24:03 -05:00
jwetzell cb52162bfb update guacamole to 1.6.0 and latest tomcat 9 2025-07-03 08:21:34 -05:00
jwetzell 0e6ea6c206 update base to tomcat 9.0.102 2025-03-26 08:56:12 -05:00
jwetzell b312a3eace remove database extesions from list of avaible extensions 2025-01-25 09:59:08 -06:00
jwetzell b00cb7a9f2 Merge pull request #59 from divinehawk/tomcat-update
Update Tomcat to 9.0.98
2024-12-31 18:13:31 -06:00
Matt Eaton 80044f54a7 Update Tomcat to 9.0.98 2025-01-01 00:51:46 +01:00
3 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ RUN set -xe \
# Add optional extensions # Add optional extensions
RUN set -xe \ RUN set -xe \
&& for i in auth-duo auth-header auth-json auth-ldap auth-quickconnect auth-totp history-recording-storage; do \ && for i in auth-ban auth-duo auth-header auth-json auth-ldap auth-quickconnect auth-totp auth-restrict history-recording-storage; do \
echo "https://archive.apache.org/dist/guacamole/${GUAC_VER}/binary/guacamole-${i}-${GUAC_VER}.tar.gz" \ echo "https://archive.apache.org/dist/guacamole/${GUAC_VER}/binary/guacamole-${i}-${GUAC_VER}.tar.gz" \
&& curl -SLO "https://archive.apache.org/dist/guacamole/${GUAC_VER}/binary/guacamole-${i}-${GUAC_VER}.tar.gz" \ && curl -SLO "https://archive.apache.org/dist/guacamole/${GUAC_VER}/binary/guacamole-${i}-${GUAC_VER}.tar.gz" \
&& tar -xzf guacamole-${i}-${GUAC_VER}.tar.gz \ && tar -xzf guacamole-${i}-${GUAC_VER}.tar.gz \
+3 -3
View File
@@ -1,7 +1,7 @@
FROM tomcat:9.0.93-jdk17-temurin-noble FROM tomcat:9.0.120-jdk17-temurin-noble
ARG TARGETPLATFORM ARG TARGETPLATFORM
ENV GUAC_VER=1.5.5 \ ENV GUAC_VER=1.6.0 \
GUACAMOLE_HOME=/app/guacamole \ GUACAMOLE_HOME=/app/guacamole \
PG_VER=9.6.24 \ PG_VER=9.6.24 \
LIBSSH2_VER=1.11.0 \ LIBSSH2_VER=1.11.0 \
@@ -58,4 +58,4 @@ RUN tar -xzvf /tmp/postgresql-${PG_VER}.tar.gz \
&& ./configure \ && ./configure \
&& make \ && make \
&& make install \ && make install \
&& rm -rf /tmp/postgresql-${PG_VER}* && rm -rf /tmp/postgresql-${PG_VER}*
+6 -7
View File
@@ -18,7 +18,7 @@ This container runs the guacamole web client, the guacd server and a postgres da
docker run \ docker run \
-p 8080:8080 \ -p 8080:8080 \
-v </path/to/config>:/config \ -v </path/to/config>:/config \
jwetzell/guacamole:1.5.5 jwetzell/guacamole:1.6.0-20250711
``` ```
## Raspberry Pi / ARMv7 ## Raspberry Pi / ARMv7
@@ -29,7 +29,7 @@ Now that the image has been converted to a multi-platform image the command for
docker run \ docker run \
-p 8080:8080 \ -p 8080:8080 \
-v </path/to/config>:/config \ -v </path/to/config>:/config \
jwetzell/guacamole:1.5.5 jwetzell/guacamole:1.6.0-20250711
``` ```
## Parameters ## Parameters
@@ -51,22 +51,21 @@ docker run \
-p 8080:8080 \ -p 8080:8080 \
-v </path/to/config>:/config \ -v </path/to/config>:/config \
-e "EXTENSIONS=auth-ldap,auth-duo" -e "EXTENSIONS=auth-ldap,auth-duo"
jwetzell/guacamole:1.5.5 jwetzell/guacamole:1.6.0-20250711
``` ```
Currently the available extensions are: Currently the available extensions are:
* auth-ban - [Blocking brute-force attacks](https://guacamole.apache.org/doc/gug/auth-ban.html)
* auth-duo - [Duo two-factor authentication](https://guacamole.apache.org/doc/gug/duo-auth.html) * auth-duo - [Duo two-factor authentication](https://guacamole.apache.org/doc/gug/duo-auth.html)
* auth-header - [HTTP header authentication](https://guacamole.apache.org/doc/gug/header-auth.html) * auth-header - [HTTP header authentication](https://guacamole.apache.org/doc/gug/header-auth.html)
* auth-jdbc-mysql - [MySQL Authentication](https://guacamole.apache.org/doc/gug/jdbc-auth.html)
* auth-jdbc-postgresql - [PostgreSQL Authentication](https://guacamole.apache.org/doc/gug/jdbc-auth.html)
* auth-jdbc-sqlserver - [SQL Server Authentication](https://guacamole.apache.org/doc/gug/jdbc-auth.html)
* auth-json - [Encrypted JSON Authentication](https://guacamole.apache.org/doc/gug/json-auth.html) * auth-json - [Encrypted JSON Authentication](https://guacamole.apache.org/doc/gug/json-auth.html)
* auth-ldap - [LDAP Authentication](https://guacamole.apache.org/doc/gug/ldap-auth.html) * auth-ldap - [LDAP Authentication](https://guacamole.apache.org/doc/gug/ldap-auth.html)
* auth-quickconnect - [Ad-hoc connections extension](https://guacamole.apache.org/doc/gug/adhoc-connections.html) * auth-quickconnect - [Ad-hoc connections extension](https://guacamole.apache.org/doc/gug/adhoc-connections.html)
* auth-sso-cas - [CAS Authentication](https://guacamole.apache.org/doc/gug/cas-auth.html) * auth-sso-cas - [CAS Authentication](https://guacamole.apache.org/doc/gug/cas-auth.html)
* auth-sso-openid - [OpenID Authentication](https://guacamole.apache.org/doc/gug/openid-auth.html) * auth-sso-openid - [OpenID Authentication](https://guacamole.apache.org/doc/gug/openid-auth.html)
* auth-sso-saml - [SAML Authentication](https://guacamole.apache.org/doc/gug/saml-auth.html) * auth-sso-saml - [SAML Authentication](https://guacamole.apache.org/doc/gug/saml-auth.html)
* auth-restrict - [Login / Connection restrictions](https://guacamole.apache.org/doc/gug/auth-restrict.html)
* auth-totp - [TOTP two-factor authentication](https://guacamole.apache.org/doc/gug/totp-auth.html) * auth-totp - [TOTP two-factor authentication](https://guacamole.apache.org/doc/gug/totp-auth.html)
* history-recording-storage - [Session Recording Playback](https://guacamole.apache.org/doc/gug/recording-playback.html#) * history-recording-storage - [Session Recording Playback](https://guacamole.apache.org/doc/gug/recording-playback.html#)
* vault - [Retrieving secrets from a vault](https://guacamole.apache.org/doc/gug/vault.html) * vault - [Retrieving secrets from a vault](https://guacamole.apache.org/doc/gug/vault.html)
@@ -85,7 +84,7 @@ Mapped volumes behave differently when running Docker for Windows and you may en
version: "2" version: "2"
services: services:
guacamole: guacamole:
image: jwetzell/guacamole:1.5.5 image: jwetzell/guacamole:1.6.0-20250711
container_name: guacamole container_name: guacamole
volumes: volumes:
- postgres:/config - postgres:/config