[skip ci]

This commit is contained in:
Gitea Action
2026-04-02 13:37:53 +00:00
parent 3b7766e17b
commit 0fb3a0e28d
3 changed files with 9 additions and 7 deletions

View File

@@ -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 | 02.04.2026 14:15 |
| aarch64 (arm64) | ✅ Active | debian:bookworm | 02.04.2026 14:15 |
| x86_64 (amd64) | ✅ Active | debian:bookworm | 02.04.2026 15:37 |
| aarch64 (arm64) | ✅ Active | debian:bookworm | 02.04.2026 15:37 |
### 🚀 Docker Pull
```bash
docker pull git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm
docker pull git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm-de
```
### 🚀 Docker Compose
```yaml
services:
baseimage-debian-rdp-ldap:
image: git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm
image: git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm-de
container_name: baseimage-debian-rdp-ldap
restart: unless-stopped
ports:
@@ -40,12 +40,13 @@ docker run -d \
-v ./sssd.conf:/etc/sssd/sssd.conf:ro \
-v ./home:/home \
-p 3889 \
git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm
git.pi-farm.de/pi-farm/baseimage-debian-rdp-ldap:bookworm-de
```
*Last updated on: 02.04.2026 14:15*
*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 | ✅ |

View File

@@ -1 +1,2 @@
| **bookworm-de** | 02.04.2026 15:37 | ✅ |
| **bookworm** | 02.04.2026 14:15 | ✅ |

View File

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