Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Grafana image #293

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ list of vendored base images
| ghcr.io/geonet/base-images/binfmt | Cross-platform emulator collection distributed with Docker images |
| 862640294325.dkr.ecr.ap-southeast-2.amazonaws.com/datadog-agent | datadog agent for use in ECS |
| ghcr.io/geonet/base-images/prometheus | Prometheus time series database |
| ghcr.io/geonet/base-images/grafana/grafana-oss | Grafana image for building and displaying dashboards |

for tags, check [config.yaml](./config.yaml).

Expand Down
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ sync:
auto-update-mutable-tag-digest: true
- source: quay.io/prometheus/prometheus:v2.53.0@sha256:075b1ba2c4ebb04bc3a6ab86c06ec8d8099f8fda1c96ef6d104d9bb1def1d8bc
destination: ghcr.io/geonet/base-images/prometheus:v2.53.0
- source: docker.io/grafana/grafana-oss:11.1.0@sha256:079600c9517b678c10cda6006b4487d3174512fd4c6cface37df7822756ed7a5
destination: ghcr.io/geonet/base-images/grafana/grafana-oss:11.1.0
build:
# NOTES
# - uses dirname of source as context for build
Expand Down
Loading