alloy (1.0.0)
Published 2026-07-12 05:04:59 +00:00 by damian-buho
Installation
docker pull kiota.ch/o9s/alloy:1.0.0sha256:0f7a82a42a4db537bc5293a56212b80c51373cab0992fad0dba8861182c84304About this package
O9S custom distribution of Grafana Alloy OpenTelemetry telemetry agent
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 B19_REQUIRED_SECRETS="o9s.prometheus.password" O9S_ALLOY_HTTP_PORT=8080 O9S_ALLOY_OTLP_GRPC_PORT=4317 O9S_ALLOY_OTLP_HTTP_PORT=4318 O9S_LOKI_HTTP_HOST=o9s-loki O9S_LOKI_HTTP_PORT=8080 O9S_LOKI_HTTP_SCHEME=http O9S_LOKI_OTLP_HTTP_PORT=4318 O9S_PROMETHEUS_HTTP_HOST=o9s-prometheus O9S_PROMETHEUS_HTTP_PORT=8080 O9S_PROMETHEUS_HTTP_SCHEME=http O9S_TEMPO_HTTP_HOST=o9s-tempo O9S_TEMPO_HTTP_SCHEME=http O9S_TEMPO_OTLP_HTTP_PORT=4318 |
| USER root |
| WORKDIR ${B19_HOME} |
| COPY dir:6c229fd177d268fa830735286fe78ab5945eb0675903569ae2bff9eb9364d2c3 in / |
| COPY dir:fa38aa45f8d42d31ad712552b90a36222198d545154b8049291e79581eea8705 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=alloy M6E_VERSION=1.0.0 SOURCE_DATE_EPOCH=0 TARGETARCH=amd64 /bin/sh -c --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=bind,from=fetch,source=.,target=/fetch --mount=type=cache,target=${B19_DOWNLOAD_PATH},sharing=shared --mount=type=tmpfs,target=${B19_TEMP_PATH} build-stage base:sha256:9925b0e8220bf5de0d1c8ef9198233e79b189d2efe880727c25571a0de342f62 |
| USER ${B19_UID} |
| COPY dir:2717adc5bcd786cab806054375493d50e8e69b7f5185c0d93879c032bc123e67 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=alloy 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_ALLOY_HTTP_PORT} |
| LABEL traefik.enable=true |
| LABEL traefik.http.routers.alloy-grpc.rule="Host(`grpc-alloy.docker.localhost`)" |
| LABEL traefik.http.routers.alloy-grpc.entrypoints=web,websecure |
| LABEL traefik.http.routers.alloy-grpc.middlewares=redirect-to-https@file |
| LABEL traefik.http.routers.alloy-grpc.service=alloy-grpc |
| LABEL traefik.http.routers.alloy-http.rule="Host(`http-alloy.docker.localhost`)" |
| LABEL traefik.http.routers.alloy-http.entrypoints=web,websecure |
| LABEL traefik.http.routers.alloy-http.middlewares=redirect-to-https@file |
| LABEL traefik.http.routers.alloy-http.service=alloy-http |
| LABEL traefik.http.routers.alloy-ui.rule="Host(`alloy.docker.localhost`)" |
| LABEL traefik.http.routers.alloy-ui.entrypoints=web,websecure |
| LABEL traefik.http.routers.alloy-ui.middlewares=redirect-to-https@file |
| LABEL traefik.http.routers.alloy-ui.service=alloy-ui |
| LABEL traefik.http.services.alloy-grpc.loadbalancer.server.port=${O9S_ALLOY_OTLP_GRPC_PORT} |
| LABEL traefik.http.services.alloy-grpc.loadbalancer.server.scheme=h2c |
| LABEL traefik.http.services.alloy-http.loadbalancer.server.port=${O9S_ALLOY_OTLP_HTTP_PORT} |
| LABEL traefik.http.services.alloy-ui.loadbalancer.server.port=${O9S_ALLOY_HTTP_PORT} |
| LABEL "org.opencontainers.image.version"="1.0.0" "org.opencontainers.image.revision"="12f7d680a8cedb3d874ca5f424fdf37019a33b80" "org.opencontainers.image.created"="2026-07-12T04:07:44Z" "org.m6e.ci.build-by"="forgejo-buildah" "org.m6e.ci.git-commit"="12f7d68" "org.opencontainers.image.title"="O9S / Alloy (unofficial b19-style image)" "org.opencontainers.image.description"="O9S custom distribution of Grafana Alloy OpenTelemetry telemetry agent" "org.opencontainers.image.licenses"="MIT" "org.opencontainers.image.source"="https://codeberg.org/o9s/alloy" |
Labels
| Key | Value |
|---|---|
| org.m6e.ci.build-by | forgejo-buildah |
| org.m6e.ci.git-commit | 12f7d68 |
| org.opencontainers.image.created | 2026-07-12T04:07:44Z |
| org.opencontainers.image.description | O9S custom distribution of Grafana Alloy OpenTelemetry telemetry agent |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.revision | 12f7d680a8cedb3d874ca5f424fdf37019a33b80 |
| org.opencontainers.image.source | https://codeberg.org/o9s/alloy |
| org.opencontainers.image.title | O9S / Alloy (unofficial b19-style image) |
| org.opencontainers.image.version | 1.0.0 |
| prometheus.enabled | true |
| prometheus.port | 8080 |
| traefik.enable | true |
| traefik.http.routers.alloy-grpc.entrypoints | web,websecure |
| traefik.http.routers.alloy-grpc.middlewares | redirect-to-https@file |
| traefik.http.routers.alloy-grpc.rule | Host(`grpc-alloy.docker.localhost`) |
| traefik.http.routers.alloy-grpc.service | alloy-grpc |
| traefik.http.routers.alloy-http.entrypoints | web,websecure |
| traefik.http.routers.alloy-http.middlewares | redirect-to-https@file |
| traefik.http.routers.alloy-http.rule | Host(`http-alloy.docker.localhost`) |
| traefik.http.routers.alloy-http.service | alloy-http |
| traefik.http.routers.alloy-ui.entrypoints | web,websecure |
| traefik.http.routers.alloy-ui.middlewares | redirect-to-https@file |
| traefik.http.routers.alloy-ui.rule | Host(`alloy.docker.localhost`) |
| traefik.http.routers.alloy-ui.service | alloy-ui |
| traefik.http.services.alloy-grpc.loadbalancer.server.port | 4317 |
| traefik.http.services.alloy-grpc.loadbalancer.server.scheme | h2c |
| traefik.http.services.alloy-http.loadbalancer.server.port | 4318 |
| traefik.http.services.alloy-ui.loadbalancer.server.port | 8080 |