log-server (main-amd64)
Published 2026-06-16 09:19:37 +02:00 by office
Installation
docker pull git.needful-apps.de/needful-apps/log-server:main-amd64sha256:5586274a9dcfa78d002abf4bba03afa792c4112a030990f1125a832e6550bbaeAbout this package
Multi-database TCP log server with Grafana Loki integration
Image layers
| ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.title="Log Server" |
| LABEL org.opencontainers.image.description="Multi-database TCP log server with Grafana Loki integration" |
| LABEL org.opencontainers.image.vendor="Needful Apps" |
| /bin/sh -c apk add --no-cache ca-certificates tzdata wget potrace imagemagick |
| /bin/sh -c addgroup -g 1000 logserver && adduser -D -u 1000 -G logserver logserver |
| WORKDIR /app |
| COPY file:e6d9214f51c50ff2f7516133abb2e6dae1dce73a58c0b96192fcb13dac08e694 in /app/ |
| COPY dir:b9fa2bd86d58ae46f5fcafb2c9da0d2c2694d43f87d55ae0558a9226de1c32a4 in /app/static |
| /bin/sh -c rm -f /app/static/test.html |
| /bin/sh -c if [ -f /app/static/background.png ]; then apk add --no-cache --virtual .build-assets libwebp-tools && cwebp -q 82 -mt /app/static/background.png -o /app/static/background.webp && echo "✓ background: $(stat -c '%s' /app/static/background.png) → $(stat -c '%s' /app/static/background.webp) bytes" && rm /app/static/background.png && apk del .build-assets ; else echo "ℹ background.png nicht vorhanden – Schritt übersprungen" ; fi |
| COPY file:167304449ed85576ebf7acac47cce61c1d5f8fd5e0124a98436d8d3cc176f2e5 in /app/config.toml |
| /bin/sh -c sed -i 's|db_path = "./auth.db"|db_path = "/app/data/auth.db"|g' /app/config.toml |
| /bin/sh -c mkdir -p /app/data |
| /bin/sh -c chown -R logserver:logserver /app |
| USER logserver |
| EXPOSE 8080 9090 |
| HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 CMD wget --no-verbose --tries=1 --spider http://localhost:8080/ || exit 1 |
| CMD ["./log-server"] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.40.1 |
| org.opencontainers.image.description | Multi-database TCP log server with Grafana Loki integration |
| org.opencontainers.image.title | Log Server |
| org.opencontainers.image.vendor | Needful Apps |
Details
2026-06-16 09:19:37 +02:00
Versions (26)
View all
Container
6
OCI / Docker
linux/amd64
52 MiB
14f2942
2026-06-16
main
2026-06-16
latest
2026-06-16
14f2942-arm64
2026-06-16
14f2942-amd64
2026-06-16