4 Commits

Author SHA1 Message Date
Gitea Action
eaf568bb9e build for trixie-de [skip ci] 2026-04-09 14:44:37 +00:00
d5d9a5d07c build for trixie-de
All checks were successful
/ release-and-build (push) Successful in 26m30s
2026-04-09 14:18:14 +00:00
Gitea Action
a8870999a7 Merge pull request dev (#2) from dev into main Reviewed-on: #2 [skip ci] 2026-04-09 14:15:24 +00:00
9c795a58ee Merge pull request 'dev' (#2) from dev into main
All checks were successful
/ release-and-build (push) Successful in 19m9s
Reviewed-on: #2
2026-04-09 13:56:20 +00:00
4 changed files with 16 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
# base-image-debian-rdp-ldap
Debian Desktop with LDAP-Authentication. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop.
Debian Desktop with LDAP-Authentication and Pulse-Audio. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop.
[![Build Status](https://git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap/actions/workflows/build-and-push.yaml/badge.svg)](https://git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap/actions)
[![Gitea Repo](https://img.shields.io/badge/gitea-repository-blue?logo=gitea&logoColor=white)](__REPO_URL__)
@@ -11,18 +11,18 @@ This repository is built and pushed automatically.
### 🏗️ Platform Support
| Architecture | Status | Base Image | Build Date |
| :--- | :--- | :--- | :--- |
| x86_64 (amd64) | ✅ Active | debian:bookworm | 09.04.2026 15:23 |
| aarch64 (arm64) | ✅ Active | debian:bookworm | 09.04.2026 15:23 |
| x86_64 (amd64) | ✅ Active | debian:trixie | 09.04.2026 16:44 |
| aarch64 (arm64) | ✅ Active | debian:trixie | 09.04.2026 16:44 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
docker pull git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de
```
### 🚀 Docker Compose
```yaml
services:
base-image-debian-rdp-ldap:
image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de
container_name: base-image-debian-rdp-ldap
restart: unless-stopped
ports:
@@ -50,26 +50,13 @@ docker run -d \
-e LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP \
-v ./YOUR-PERSISTENT-FOLDER:/home \
-p 3889 \
git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de
```
*Last updated on: 09.04.2026 15:23*
*Last updated on: 09.04.2026 16:44*
### 📜 Version History
| Version | Date | Status |
| :--- | :--- | :--- |
| **bookworm-de** | 09.04.2026 15:23 | ✅ |
| **trixie-de** | 09.04.2026 14:58 | ✅ |
| **bookworm-de** | 09.04.2026 14:13 | ✅ |
| **bookworm-de** | 09.04.2026 13:10 | ✅ |
| **bookworm-de** | 09.04.2026 11:58 | ✅ |
| **bookworm-de** | 09.04.2026 10:11 | ✅ |
| **bookworm-de** | 07.04.2026 19:27 | ✅ |
| **bookworm-de** | 07.04.2026 17:38 | ✅ |
| **bookworm-de** | 05.04.2026 11:47 | ✅ |
| **bookworm-de** | 05.04.2026 11:20 | ✅ |
| **bookworm-de** | 04.04.2026 00:31 | ✅ |
| **bookworm-de** | 02.04.2026 17:26 | ✅ |
| **bookworm-de** | 02.04.2026 16:44 | ✅ |
| **bookworm-de** | 02.04.2026 15:37 | ✅ |
| **bookworm** | 02.04.2026 14:15 | ✅ |
| **trixie-de** | 09.04.2026 16:44 | build for trixie-de ✅ |
| **bookworm-de** | 09.04.2026 16:15 | Merge pull request dev (#2) from dev into main Reviewed-on: https://git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap/pulls/2 ✅ |

View File

@@ -0,0 +1,2 @@
| **trixie-de** | 09.04.2026 16:44 | build for trixie-de ✅ |
| **bookworm-de** | 09.04.2026 16:15 | Merge pull request dev (#2) from dev into main Reviewed-on: https://git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap/pulls/2 ✅ |

View File

@@ -1,8 +1,8 @@
## BUILD STAGE
BUILD_BASE_IMAGE=debian:bullseye
BUILD_BASE_IMAGE=debian:trixie
BUILD_COUNTRY=de
BUILD_TAG=bullseye-de
BUILD_TAG_LATEST=n
BUILD_TAG=trixie-de
BUILD_TAG_LATEST=y
BUILD_LANG=de_DE.UTF-8
BUILD_LANGUAGE=de_DE:de
BUILD_LC_ALL=de_DE.UTF-8
@@ -10,7 +10,7 @@ BUILD_TZ=Europe/Berlin
BUILD_MAINTAINER=pi-farm
BUILD_APP_NAME=base-image-debian-rdp-ldap
BUILD_APP_VERSION=1.0.0
PUSH=gitea
PUSH=dockerhub
## ENV STAGE
ENV_SSSD_DEBUG_LEVEL=5

View File

@@ -1,6 +1,6 @@
services:
base-image-debian-rdp-ldap:
image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de
container_name: base-image-debian-rdp-ldap
restart: unless-stopped
ports: