mirror of
https://github.com/jwetzell/docker-guacamole.git
synced 2026-09-12 09:39:38 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e6ea6c206 | |||
| b312a3eace | |||
| b00cb7a9f2 | |||
| 80044f54a7 | |||
| 6f62295c8b | |||
| 07290e82c8 | |||
| ecdf5c8137 |
@@ -5,6 +5,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'Dockerfile.base'
|
- 'Dockerfile.base'
|
||||||
|
branches:
|
||||||
|
- 'master'
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
+2
-4
@@ -1,4 +1,4 @@
|
|||||||
FROM tomcat:9.0.88-jdk17
|
FROM tomcat:9.0.102-jdk17-temurin-noble
|
||||||
ARG TARGETPLATFORM
|
ARG TARGETPLATFORM
|
||||||
|
|
||||||
ENV GUAC_VER=1.5.5 \
|
ENV GUAC_VER=1.5.5 \
|
||||||
@@ -8,8 +8,6 @@ ENV GUAC_VER=1.5.5 \
|
|||||||
PGDATA=/config/postgres \
|
PGDATA=/config/postgres \
|
||||||
POSTGRES_USER=guacamole \
|
POSTGRES_USER=guacamole \
|
||||||
POSTGRES_DB=guacamole_db
|
POSTGRES_DB=guacamole_db
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Add user for postgres
|
# Add user for postgres
|
||||||
RUN useradd postgres
|
RUN useradd postgres
|
||||||
@@ -35,7 +33,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y curl ca-certificates gnupg \
|
&& apt-get install -y curl ca-certificates gnupg \
|
||||||
libcairo2-dev libjpeg-turbo8-dev libpng-dev libavformat-dev \
|
libcairo2-dev libjpeg-turbo8-dev libpng-dev libavformat-dev \
|
||||||
libossp-uuid-dev libavcodec-dev libavutil-dev \
|
libossp-uuid-dev libavcodec-dev libavutil-dev \
|
||||||
libswscale-dev freerdp2-dev libfreerdp-client2-2 libpango1.0-dev \
|
libswscale-dev freerdp2-dev libpango1.0-dev \
|
||||||
libtelnet-dev libvncserver-dev \
|
libtelnet-dev libvncserver-dev \
|
||||||
libpulse-dev libssl-dev libvorbis-dev libwebp-dev libwebsockets-dev \
|
libpulse-dev libssl-dev libvorbis-dev libwebp-dev libwebsockets-dev \
|
||||||
ghostscript build-essential libreadline-dev \
|
ghostscript build-essential libreadline-dev \
|
||||||
|
|||||||
@@ -58,9 +58,6 @@ Currently the available extensions are:
|
|||||||
|
|
||||||
* 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user