mirror of
https://github.com/hyperdxio/hyperdx
synced 2026-04-21 13:37:15 +00:00
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:
parent
cabe4d8edc
commit
53a4b67262
3 changed files with 9 additions and 4 deletions
5
.changeset/warm-tigers-glow.md
Normal file
5
.changeset/warm-tigers-glow.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@hyperdx/otel-collector": patch
|
||||
---
|
||||
|
||||
chore: update otel collector base image to 0.147.0
|
||||
|
|
@ -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 ==
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue