1 Commits

Author SHA1 Message Date
c7c1c7b2f3 bullseye-test 2026-04-09 15:22:10 +00:00
4 changed files with 27 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
# base-image-debian-rdp-ldap # base-image-debian-rdp-ldap
Debian Desktop with LDAP-Authentication and Pulse-Audio. To use behind Guacamole with LDAP-Authentication and pass-through to Debian-Desktop. Debian Desktop with LDAP-Authentication. 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) [![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__) [![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 ### 🏗️ Platform Support
| Architecture | Status | Base Image | Build Date | | Architecture | Status | Base Image | Build Date |
| :--- | :--- | :--- | :--- | | :--- | :--- | :--- | :--- |
| x86_64 (amd64) | ✅ Active | debian:trixie | 09.04.2026 16:44 | | x86_64 (amd64) | ✅ Active | debian:bookworm | 09.04.2026 15:23 |
| aarch64 (arm64) | ✅ Active | debian:trixie | 09.04.2026 16:44 | | aarch64 (arm64) | ✅ Active | debian:bookworm | 09.04.2026 15:23 |
### 🚀 Docker Pull ### 🚀 Docker Pull
```bash ```bash
docker pull git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de docker pull git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
``` ```
### 🚀 Docker Compose ### 🚀 Docker Compose
```yaml ```yaml
services: services:
base-image-debian-rdp-ldap: base-image-debian-rdp-ldap:
image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de image: git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
container_name: base-image-debian-rdp-ldap container_name: base-image-debian-rdp-ldap
restart: unless-stopped restart: unless-stopped
ports: ports:
@@ -50,13 +50,26 @@ docker run -d \
-e LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP \ -e LDAP_SUDO_GROUP=YOUR-SUDO-USERS-GROUP \
-v ./YOUR-PERSISTENT-FOLDER:/home \ -v ./YOUR-PERSISTENT-FOLDER:/home \
-p 3889 \ -p 3889 \
git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:trixie-de git.pi-farm.de/pi-farm/base-image-debian-rdp-ldap:bookworm-de
``` ```
*Last updated on: 09.04.2026 16:44* *Last updated on: 09.04.2026 15:23*
### 📜 Version History ### 📜 Version History
| Version | Date | Status | | Version | Date | Status |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| **trixie-de** | 09.04.2026 16:44 | build for trixie-de ✅ | | **bookworm-de** | 09.04.2026 15:23 | ✅ |
| **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 ✅ | | **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 | ✅ |

View File

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

View File

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