From f387c4eee01462a1eac08c85e06ae2666f180845 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20J=2E=20Wal?= Date: Tue, 19 May 2026 16:12:19 +0200 Subject: [PATCH] Use OBI v0.9.0 --- collector/Dockerfile | 2 +- ebpf/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collector/Dockerfile b/collector/Dockerfile index 32ed700..03c64eb 100644 --- a/collector/Dockerfile +++ b/collector/Dockerfile @@ -48,7 +48,7 @@ ENV BASE_URL=https://telemetry.betterstack.com ENV CLUSTER_COLLECTOR=false ENV COLLECTOR_VERSION=1.1.26 ENV VECTOR_VERSION=0.47.0 -ENV OBI_VERSION=0.4.1 +ENV OBI_VERSION=0.9.0 ENV CLUSTER_AGENT_VERSION=1.2.4 # The environment variable TINI_SUBREAPER=true is related to Tini, which is the init system being used in this Docker container. diff --git a/ebpf/Dockerfile b/ebpf/Dockerfile index c0c7d95..8d2167e 100644 --- a/ebpf/Dockerfile +++ b/ebpf/Dockerfile @@ -48,7 +48,7 @@ FROM quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0 AS elasticsearch # Download OBI binary from GitHub release (Docker image otel/ebpf-instrument:v0.5.0 exists but is amd64-only) FROM debian:12.11-slim AS obi-source ARG TARGETARCH -ARG OBI_VERSION="v0.7.1" +ARG OBI_VERSION="v0.9.0" ADD https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/releases/download/${OBI_VERSION}/obi-${OBI_VERSION}-linux-${TARGETARCH}.tar.gz /tmp/obi.tar.gz RUN tar -xzf /tmp/obi.tar.gz -C /tmp