Add Grafana Pyroscope v1.6.0 Debian 12 support #67899
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This commit adds support for Grafana Pyroscope version 1.6.0 on Debian 12. It includes the creation of README, Dockerfile.
Description of the change
A new Docker image for Grafana Pyroscope version 3.0.0, optimized for Debian 12. This new image aims to provide users with the latest version of Grafana Pyroscope, leveraging the enhancements and features introduced in the newest release.
Benefits
Possible drawbacks
This implementation introduces a change in the source of the Docker image files for Pyroscope. Traditionally, Bitnami packages source their images from
https://downloads.bitnami.com/files/stacksmith
, which is a trusted and standardized source for Bitnami's container images. However, as there was no existing image for Pyroscope in this repository, this update utilizes the official releases available athttps://github.com/grafana/pyroscope/releases
.Applicable issues
[bitnami/pyroscope] Request to create official Docker image and add new Helm chart for Pyroscope #27185
Signed-off-by: Carlos Peliciari [email protected]