Skip to content

Commit

Permalink
feat: add prometheus container
Browse files Browse the repository at this point in the history
vendor the official prometheus container image
  • Loading branch information
MCorfy committed Jul 1, 2024
1 parent d15d940 commit ccbb6a4
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 @@ -84,6 +84,7 @@ list of vendored base images
| ghcr.io/geonet/base-images/yq | yq for GitHub actions |
| 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 |

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 @@ -109,6 +109,8 @@ sync:
- source: docker.io/tonistiigi/binfmt:latest@sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55
destination: ghcr.io/geonet/base-images/binfmt:latest
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
build:
# NOTES
# - uses dirname of source as context for build
Expand Down

0 comments on commit ccbb6a4

Please sign in to comment.