Skip to content

Commit

Permalink
prometheus added codenotary
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-garavini committed Jan 18, 2025
1 parent 6dbbc6a commit 432753f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions prometheus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_VERSION
FROM prom/prometheus:${BUILD_VERSION}
ARG BUILD_FROM
FROM ${BUILD_FROM}

USER root

Expand Down
5 changes: 5 additions & 0 deletions prometheus/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build_from:
aarch64: prom/prometheus:v3.1.0
amd64: prom/prometheus:v3.1.0
codenotary:
signer: [email protected]
6 changes: 4 additions & 2 deletions prometheus/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Prometheus
version: v3.1.0
version: v3.1.0-v0
slug: prometheus
codenotary: [email protected]
description: Prometheus monitoring system
url: https://prometheus.io
startup: initialize
Expand All @@ -21,4 +22,5 @@ map:
ports:
9090/tcp: null
ports_description:
9090/tcp: Metrics
9090/tcp: Metrics
image: fabioogaravini/hassio-{arch}-prometheus

0 comments on commit 432753f

Please sign in to comment.