Update grafana and graphite versions in benchto-service-docker#117
Update grafana and graphite versions in benchto-service-docker#117ryanntannn wants to merge 1 commit intotrinodb:masterfrom
Conversation
|
Thank you for your pull request and welcome to the Trino community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. Continue to work with us on the review and improvements in this PR, and submit the signed CLA to cla@trino.io. Photos, scans, or digitally-signed PDF files are all suitable. Processing may take a few days. The CLA needs to be on file before we merge your changes. For more information, see https://github.com/trinodb/cla |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
There was a problem hiding this comment.
Pull Request Overview
Updates docker-compose configuration to resolve deprecated image format issues and modernize dependencies. The PR upgrades Grafana and Graphite Docker images to more recent versions and removes the deprecated version property from docker-compose.yml.
- Updated Graphite image from deprecated
0.9.14to1.1.10-5 - Updated Grafana image from
4.1.2to12.1.1 - Removed deprecated
version: '2'property from docker-compose.yml
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| benchto-service-docker/docker-compose.yml | Updates Docker image versions and removes deprecated version property |
| benchto-service-docker/config/graphite/storage-schemas.conf | Updates retention configuration syntax from 1min to 1m |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
sitespeedio/graphite:0.9.14image is using a deprecated docker image format, causing sample docker compose to fail:this PR updates docker compose images to
sitespeedio/graphite:1.1.10-5andgrafana/grafana:12.1.1, and removed the deprecatedversionproperty.