59 lines
2.0 KiB
Markdown
59 lines
2.0 KiB
Markdown
# docker-baseimage-debian
|
|
This is a debian based image with s6-overlay.
|
|
Based on the great work of Linuxserver.io
|
|
|
|
[](https://git.pi-farm.de/pi-farm/docker-baseimage-debian/actions)
|
|
[](__REPO_URL__)
|
|
|
|
This repository is built and pushed automatically.
|
|
|
|
|
|
|
|
### 🏗️ Platform Support
|
|
| Architecture | Status | Base Image | Build Date |
|
|
| :--- | :--- | :--- | :--- |
|
|
| x86_64 (amd64) | ✅ Active | debian:trixie-slim | 12.04.2026 07:07 |
|
|
| aarch64 (arm64) | ✅ Active | debian:trixie-slim | 12.04.2026 07:07 |
|
|
|
|
### 🚀 Docker Pull
|
|
```bash
|
|
docker pull git.pi-farm.de/pi-farm/docker-baseimage-debian:latest
|
|
```
|
|
### 🚀 Docker Compose
|
|
```yaml
|
|
services:
|
|
docker-baseimage-debian:
|
|
image: git.pi-farm.de/pi-farm/docker-baseimage-debian:latest
|
|
container_name: docker-baseimage-debian
|
|
restart: unless-stopped
|
|
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
- PUID=1000
|
|
- PGID=1000
|
|
|
|
```
|
|
### 🚀 Docker Run
|
|
```bash
|
|
docker run -d \
|
|
--name docker-baseimage-debian \
|
|
--restart unless-stopped \
|
|
-e TZ=Europe/Berlin \
|
|
-e PUID=1000 \
|
|
-e PGID=1000 \
|
|
git.pi-farm.de/pi-farm/docker-baseimage-debian:latest
|
|
```
|
|
|
|
*Last updated on: 12.04.2026 07:07*
|
|
|
|
### 📜 Version History
|
|
| Version | Date | Status |
|
|
| :--- | :--- | :--- |
|
|
| **latest** | 12.04.2026 07:07 | ✅ |
|
|
| **latest** | 17.03.2026 19:56 | Merge pull request debian (#1) from debian into main Reviewed-on: https://git.pi-farm.de/pi-farm/docker-baseimage-debian/pulls/1 ✅ |
|
|
| **latest** | 17.03.2026 16:07 | add .vscode to .gitignore ✅ |
|
|
| **latest** | 16.03.2026 23:37 | root/s6-overlay/s6-rc.d/init-mods-package-install/up aktualisiert ✅ |
|
|
| **latest** | 16.03.2026 21:24 | buildargs.env aktualisiert ✅ |
|
|
| **latest** | 16.03.2026 17:50 | fix BUILD_BASE_IMAGE in Dockerfiles ✅ |
|
|
| **latest** | 16.03.2026 17:25 | removed additional bracket ✅ |
|