2026-02-24 13:02:06 +00:00
2026-02-23 12:38:01 +00:00
2026-02-23 12:38:01 +00:00
2026-02-23 12:38:01 +00:00
2026-02-24 13:01:46 +00:00
2026-02-23 12:38:01 +00:00
2026-02-24 09:43:23 +01:00
2026-02-23 12:38:01 +00:00
2026-02-24 13:02:06 +00:00

docker-baseimage-alpine-lighttpd

Alpine Baseimage with s6-overlay and lighttpd

Build Status Gitea Repo

This repository is built and pushed automatically.

🏗️ Platform Support

Architecture Status Base Image Build Date
x86_64 (amd64) Active git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 24.02.2026 14:02
aarch64 (arm64) Active git.pi-farm.de/pi-farm/docker-baseimage-alpine:3.23 24.02.2026 14:02

🚀 Docker Pull

docker pull git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82

🚀 Docker Compose

services:
  docker-baseimage-alpine-lighttpd:
    image: git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82
    container_name: docker-baseimage-alpine-lighttpd
    restart: unless-stopped
    ports:
      - 8080:80
    environment:
      - TZ=Europe/Berlin
      - PUID=1000
      - PGID=1000
    volumes:
      - ./config:/config
      - ./data:/app/www

🚀 Docker Run

docker run -d \
  --name docker-baseimage-alpine-lighttpd \
  --restart unless-stopped \
  -e TZ=Europe/Berlin \
  -e PUID=1000 \
  -e PGID=1000 \
  -v ./config:/config \
  -v ./data:/app/www \
  -p 8080:80 \
  git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd:1.4.82

Last updated on: 24.02.2026 14:02

📜 Version History

Version Date Status
1.4.82 24.02.2026 14:02 remove creating index.html
1.4.82 24.02.2026 09:43 set BUILD_BASE_IMAGE in correctly
1.4.82 23.02.2026 17:51 Merge branch main of https://git.pi-farm.de/pi-farm/docker-baseimage-alpine-lighttpd
1.4.82 23.02.2026 17:29 init-build
Description
No description provided
Readme Apache-2.0 88 KiB
Languages
Dockerfile 100%