log-server (sha256:b4be62be537150432e4effc4b406e80f903d40788bfc43a2e311b4034b920d87)

Published 2026-04-08 16:00:53 +02:00 by office

Installation

docker pull git.needful-apps.de/needful-apps/log-server@sha256:b4be62be537150432e4effc4b406e80f903d40788bfc43a2e311b4034b920d87
sha256:b4be62be537150432e4effc4b406e80f903d40788bfc43a2e311b4034b920d87

About this package

Multi-database TCP log server with Grafana Loki integration

Image layers

ADD alpine-minirootfs-3.23.3-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
/bin/sh -c addgroup -g 1000 logserver && adduser -D -u 1000 -G logserver logserver
WORKDIR /app
COPY file:536680184402063c18d261a47e9b2dfe93292311f1a312e91512a2452cf2f6dd in /app/
COPY dir:a787d8620fa3e4839405f006954e239e1f1cac2fdd2c85545e10c077bbec50fa in /app/static
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
Container
2026-04-08 16:00:53 +02:00
1
OCI / Docker
linux/amd64
27 MiB
Versions (23) View all
latest 2026-04-08
2.5.0 2026-04-08
098fa7b 2026-02-03
main 2026-02-03
098fa7b-arm64 2026-02-03