2026-03-16 16:50:29 +00:00
2026-03-16 03:13:24 +00:00
2026-03-16 03:13:24 +00:00
2026-03-16 03:13:24 +00:00
2026-03-16 03:13:24 +00:00
2026-03-16 17:43:45 +01:00
2026-03-16 03:13:24 +00:00

docker-baseimage-debian

This is a debian based image with s6-overlay. Based on the great work of Linuxserver.io

Build Status Gitea Repo

This repository is built and pushed automatically.

🏗️ Platform Support

Architecture Status Base Image Build Date
x86_64 (amd64) Active alpine:3.23 16.03.2026 17:50
aarch64 (arm64) Active alpine:3.23 16.03.2026 17:50

🚀 Docker Pull

docker pull git.pi-farm.de/pi-farm/docker-baseimage-debian:latest

🚀 Docker Compose

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

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: 16.03.2026 17:50

📜 Version History

Version Date Status
latest 16.03.2026 17:50 fix BUILD_BASE_IMAGE in Dockerfiles
latest 16.03.2026 17:25 removed additional bracket
Description
No description provided
Readme Apache-2.0 150 KiB
trixie-slim Latest
2026-03-17 21:38:10 +00:00
Languages
Dockerfile 100%