2026-04-02 10:20:31 +00:00
2026-04-02 10:20:31 +00:00
2026-04-02 10:20:31 +00:00
2026-04-02 10:20:31 +00:00
2026-04-02 13:46:00 +00:00
2026-04-02 13:37:53 +00:00
2026-04-02 11:58:09 +00:00
2026-04-02 11:41:38 +00:00
2026-04-02 10:20:31 +00:00
2026-04-02 13:37:53 +00:00
2026-04-02 13:40:16 +00:00
2026-04-02 13:37:53 +00:00

baseimage-debian-rdp-ldap

Debian Desktop with LDAP-Auth to use with Guacamole as RDP-destination

Build Status Gitea Repo

This repository is built and pushed automatically.

🏗️ Platform Support

Architecture Status Base Image Build Date
x86_64 (amd64) Active debian:bookworm 02.04.2026 15:37
aarch64 (arm64) Active debian:bookworm 02.04.2026 15:37

🚀 Docker Pull

docker pull git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm-de

🚀 Docker Compose

services:
  baseimage-debian-rdp-ldap:
    image: git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm-de
    container_name: baseimage-debian-rdp-ldap
    restart: unless-stopped
    ports:
      - 3889

    volumes:
      - ./sssd.conf:/etc/sssd/sssd.conf:ro
      - ./home:/home

🚀 Docker Run

docker run -d \
  --name baseimage-debian-rdp-ldap \
  --restart unless-stopped \
  -v ./sssd.conf:/etc/sssd/sssd.conf:ro \
  -v ./home:/home \
  -p 3889 \
  git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm-de

Last updated on: 02.04.2026 15:37

📜 Version History

Version Date Status
bookworm-de 02.04.2026 15:37
bookworm 02.04.2026 14:15
Description
No description provided
Readme Apache-2.0 146 KiB
Languages
Dockerfile 70.1%
Shell 29.9%