Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion collector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ebpf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading