Skip to content

Add impromptu to debug image#55

Draft
Claude wants to merge 2 commits intomainfrom
claude/install-impromptu-in-dockerfile
Draft

Add impromptu to debug image#55
Claude wants to merge 2 commits intomainfrom
claude/install-impromptu-in-dockerfile

Conversation

@Claude
Copy link

@Claude Claude AI commented Mar 3, 2026

Installs impromptu v0.1.3 - a CLI tool for scraping Prometheus metrics endpoints and visualizing PromQL queries in the terminal.

Changes:

  • Downloads pre-built binary from GitHub releases
  • Maps architecture names (amd64x86_64, arm64arm64)
  • Includes Renovate annotations for automated version updates
  • Verifies installation with --version check

Follows existing pattern used for grpcurl, kustomize, and other tools in the image.

Install impromptu v0.1.3 from GitHub releases. Impromptu is a tool
that scrapes metrics from Prometheus endpoints and visualizes them
in the CLI using PromQL queries.

The installation follows the same pattern as other tools in the
Dockerfile, with proper architecture mapping (amd64->x86_64, arm64->arm64)
and includes renovate annotations for automated version updates.

Co-authored-by: Moulick <15780903+Moulick@users.noreply.github.com>
@Claude Claude AI changed the title [WIP] Install Impromptu in Dockerfile Add impromptu to debug image Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants