o9s

loki (1.0)

Published 2026-07-12 05:04:59 +00:00 by damian-buho

Installation

docker pull kiota.ch/o9s/loki:1.0
sha256:63923dbe10a8a1d9ee9919b6d6be51098b4fffe339350312485a0fbc681db57e

About this package

O9S custom distribution of Grafana Loki log aggregation system

Image layers

ARG SOURCE_DATE_EPOCH
ARG B19_VERBOSITY SOURCE_DATE_EPOCH
ARG B19_VERBOSITY SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NEAR_CACHE_HOST SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST M6E_PROJECT SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST M6E_PROJECT M6E_VERSION SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST M6E_PROJECT M6E_VERSION SOURCE_DATE_EPOCH TARGETARCH
ENV O9S_LOKI_ALLOW_STRUCTURED_METADATA=true O9S_LOKI_ANALYTICS_ENABLED=false O9S_LOKI_CACHE_ENABLED=true O9S_LOKI_CACHE_MAX_SIZE_MB=100 O9S_LOKI_DATA_PATH=${XDG_DATA_HOME} O9S_LOKI_FRONTEND_ENCODING=protobuf O9S_LOKI_GRPC_MAX_CONCURRENT_STREAMS=1000 O9S_LOKI_GRPC_MAX_RECV_MSG_SIZE=4194304 O9S_LOKI_GRPC_MAX_SEND_MSG_SIZE=4194304 O9S_LOKI_GRPC_PORT=4317 O9S_LOKI_GRPC_REPORT_CODES_ENABLED=true O9S_LOKI_HTTP_LISTEN_ADDRESS=0.0.0.0 O9S_LOKI_HTTP_PORT=8080 O9S_LOKI_INDEX_PERIOD=24h O9S_LOKI_INDEX_PREFIX=index_ O9S_LOKI_INSTANCE_ADDR=0.0.0.0 O9S_LOKI_METRIC_AGGREGATION_ENABLED=true O9S_LOKI_OBJECT_STORE=filesystem O9S_LOKI_PATH_PREFIX=/tmp/loki O9S_LOKI_PATTERN_INGESTER_ENABLED=true O9S_LOKI_REPLICATION_FACTOR=1 O9S_LOKI_RING_STORE=inmemory O9S_LOKI_S3_FORCE_PATH_STYLE=true O9S_LOKI_SCHEMA_FROM=2025-01-09 O9S_LOKI_SCHEMA_VERSION=v13 O9S_LOKI_STORAGE_BACKEND=filesystem O9S_LOKI_STORAGE_S3_BUCKET=loki O9S_LOKI_STORAGE_S3_ENDPOINT=s3:8080 O9S_LOKI_STORE=tsdb O9S_LOKI_UI_ENABLED=true O9S_LOKI_VOLUME_ENABLED=true
USER root
WORKDIR ${B19_HOME}
COPY dir:7cbcdbf67164c323ca1d6a03713321e4cb8fd97c91850a017243cf7d43c0f021 in /
COPY dir:541ab1aa646a6564ed4181c7399c2b1b8a0f80ea4e7b94c67803e87451bf1cfb in /
|10 B19_VERBOSITY=info M6E_AI=N M6E_APT_CACHE_HOST=kiota-apt-cache M6E_APT_CACHE_PORT= M6E_NAMESPACE=o9s M6E_NEAR_CACHE_HOST= M6E_PROJECT=loki M6E_VERSION=1.0.0 SOURCE_DATE_EPOCH=0 TARGETARCH=amd64 /bin/sh -c --mount=type=bind,from=fetch,source=.,target=/fetch --mount=type=cache,target=${B19_DOWNLOAD_PATH},sharing=shared --mount=type=cache,id=apt-cache-${B19_UBUNTU_SERIES},target=/var/cache/apt,sharing=shared --mount=type=cache,id=apt-lists-${B19_UBUNTU_SERIES},target=/var/lib/apt,sharing=shared --mount=type=tmpfs,target=${B19_TEMP_PATH} build-stage base:sha256:9925b0e8220bf5de0d1c8ef9198233e79b189d2efe880727c25571a0de342f62
USER ${B19_UID}
COPY dir:538ef7edadd53296a478de0be6ae3bae80e2eb8310730aba98b0f0f09ef87129 in /
|10 B19_VERBOSITY=info M6E_AI=N M6E_APT_CACHE_HOST=kiota-apt-cache M6E_APT_CACHE_PORT= M6E_NAMESPACE=o9s M6E_NEAR_CACHE_HOST= M6E_PROJECT=loki M6E_VERSION=1.0.0 SOURCE_DATE_EPOCH=0 TARGETARCH=amd64 /bin/sh -c --mount=type=bind,from=fetch,source=.,target=/fetch --mount=type=cache,target=${B19_DOWNLOAD_PATH},sharing=shared,uid=${B19_UID},gid=${B19_GID} --mount=type=tmpfs,target=${B19_TEMP_PATH} build-stage user:sha256:9925b0e8220bf5de0d1c8ef9198233e79b189d2efe880727c25571a0de342f62
LABEL prometheus.enabled=true
LABEL prometheus.port=${O9S_LOKI_HTTP_PORT}
LABEL traefik.enable=true
LABEL traefik.http.routers.loki.rule="Host(`loki.docker.localhost`)"
LABEL traefik.http.routers.loki.entrypoints=web,websecure
LABEL traefik.http.routers.loki.middlewares=redirect-to-https@file
LABEL traefik.http.services.loki.loadbalancer.server.port=${O9S_LOKI_HTTP_PORT}
LABEL "org.opencontainers.image.version"="1.0.0" "org.opencontainers.image.revision"="76c57f31c21ca4b7b08b020cac06a1184315a6df" "org.opencontainers.image.created"="2026-07-12T04:07:44Z" "org.m6e.ci.build-by"="forgejo-buildah" "org.m6e.ci.git-commit"="76c57f3" "org.opencontainers.image.title"="O9S / Loki (unofficial b19-style image)" "org.opencontainers.image.description"="O9S custom distribution of Grafana Loki log aggregation system" "org.opencontainers.image.licenses"="MIT" "org.opencontainers.image.source"="https://codeberg.org/o9s/loki"

Labels

Key Value
org.m6e.ci.build-by forgejo-buildah
org.m6e.ci.git-commit 76c57f3
org.opencontainers.image.created 2026-07-12T04:07:44Z
org.opencontainers.image.description O9S custom distribution of Grafana Loki log aggregation system
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 76c57f31c21ca4b7b08b020cac06a1184315a6df
org.opencontainers.image.source https://codeberg.org/o9s/loki
org.opencontainers.image.title O9S / Loki (unofficial b19-style image)
org.opencontainers.image.version 1.0.0
prometheus.enabled true
prometheus.port 8080
traefik.enable true
traefik.http.routers.loki.entrypoints web,websecure
traefik.http.routers.loki.middlewares redirect-to-https@file
traefik.http.routers.loki.rule Host(`loki.docker.localhost`)
traefik.http.services.loki.loadbalancer.server.port 8080
Details
Container
2026-07-12 05:04:59 +00:00
0
OCI / Docker
linux/amd64
MIT
117 MiB
Versions (4) View all
1.0.0 2026-07-12
1.0 2026-07-12
1 2026-07-12
latest 2026-07-12