chore: update otel collector base image to 0.147.0 (#1845)

## Summary
- Bump OpenTelemetry Collector base images (`opentelemetry-collector-contrib` and `opentelemetry-collector-opampsupervisor`) from **0.145.0** to **0.147.0**
- Updated in both `docker/otel-collector/Dockerfile` and `docker/hyperdx/Dockerfile`
This commit is contained in:
Warren Lee 2026-03-04 21:18:16 +01:00 committed by GitHub
parent cabe4d8edc
commit 53a4b67262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,5 @@
---
"@hyperdx/otel-collector": patch
---
chore: update otel collector base image to 0.147.0

View file

@ -9,8 +9,8 @@
ARG NODE_VERSION=22.22
ARG CLICKHOUSE_VERSION=26.1
ARG OTEL_COLLECTOR_VERSION=0.145.0
ARG OTEL_COLLECTOR_OPAMPSUPERVISOR_VERSION=0.145.0
ARG OTEL_COLLECTOR_VERSION=0.147.0
ARG OTEL_COLLECTOR_OPAMPSUPERVISOR_VERSION=0.147.0
# base #############################################################################################
# == Otel Collector Image ==

View file

@ -1,6 +1,6 @@
## base #############################################################################################
FROM otel/opentelemetry-collector-contrib:0.145.0 AS col
FROM otel/opentelemetry-collector-opampsupervisor:0.145.0 AS supervisor
FROM otel/opentelemetry-collector-contrib:0.147.0 AS col
FROM otel/opentelemetry-collector-opampsupervisor:0.147.0 AS supervisor
FROM hairyhenderson/gomplate:v4.3.3-alpine AS gomplate
FROM kukymbr/goose-docker@sha256:0cd025636df126e7f66472861ca4db3683bc649be46cd1f6ef1a316209058e23 AS goose