dev #2

Merged
pi-farm merged 66 commits from dev into main 2026-04-09 13:56:20 +00:00
3 changed files with 9 additions and 7 deletions
Showing only changes of commit 0fb3a0e28d - Show all commits

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
services: services:
baseimage-debian-rdp-ldap: 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 container_name: baseimage-debian-rdp-ldap
restart: unless-stopped restart: unless-stopped
ports: ports: