Skip to content

Commit

Permalink
feat: add grafana image
Browse files Browse the repository at this point in the history
Required for volcano dashboard project
  • Loading branch information
CallumNZ committed Jul 23, 2024
1 parent a80ba08 commit ddf0f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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

0 comments on commit ddf0f3f

Please sign in to comment.