Skip to content

Pin Tempo image to v2.10.1 - #59

Merged
michaelsproul merged 1 commit into
sigp:masterfrom
jimmygchen:fix-tempo
Feb 24, 2026
Merged

Pin Tempo image to v2.10.1#59
michaelsproul merged 1 commit into
sigp:masterfrom
jimmygchen:fix-tempo

Conversation

@jimmygchen

Copy link
Copy Markdown
Member

Description

The grafana/tempo:latest Docker tag currently resolves to a main branch build (main-6557fda) rather than the latest stable release. The main branch includes unreleased 3.0 changes that remove the compactor config field, causing a startup failure:

failed parsing config: failed to parse configFile /etc/tempo.yaml: yaml: unmarshal errors:
  line 15: field compactor not found in type app.Config

This pins the image to 2.10.1 (the latest stable release) to fix the issue. Tempo 3.0 is targeting a March 31, 2026 release — when it ships we'll need to revisit the config to migrate away from the compactor block.

Additional Info

  • Tempo 3.0 replaces the compactor component with backend_scheduler/backend_worker (grafana/tempo#6273)
  • The latest tag on Docker Hub tracks main, not the latest stable release, which makes it unsuitable for production use
  The latest tag on Docker Hub tracks the main branch, which includes
  unreleased 3.0 changes that removed the compactor config field.
@michaelsproul
michaelsproul merged commit cf1e950 into sigp:master Feb 24, 2026
@jimmygchen
jimmygchen deleted the fix-tempo branch February 24, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants