diff --git a/collector/Dockerfile b/collector/Dockerfile index e6eee0f..32ed700 100644 --- a/collector/Dockerfile +++ b/collector/Dockerfile @@ -46,7 +46,7 @@ RUN mkdir -p /versions/0-default \ # Set environment variables ENV BASE_URL=https://telemetry.betterstack.com ENV CLUSTER_COLLECTOR=false -ENV COLLECTOR_VERSION=1.1.25 +ENV COLLECTOR_VERSION=1.1.26 ENV VECTOR_VERSION=0.47.0 ENV OBI_VERSION=0.4.1 ENV CLUSTER_AGENT_VERSION=1.2.4 diff --git a/ebpf/Dockerfile b/ebpf/Dockerfile index 212d3cc..c0c7d95 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.6.0" +ARG OBI_VERSION="v0.7.1" 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