Skip to content

Commit

Permalink
chore(deps): bump prometheus-pushgateway version to v1.6.2 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and Github Actions authored Sep 14, 2023
1 parent e114141 commit 9ca19e7
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions 1.6.2/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: prometheus-pushgateway
title: Prometheus Pushgateway
summary: Prometheus PushGateway in a ROCK.
description: "The Prometheus Pushgateway exists to allow ephemeral and batch jobs to expose their metrics to Prometheus."
version: "1.6.2"
base: ubuntu:22.04
build-base: ubuntu:22.04
license: Apache-2.0
services:
pushgateway:
command: /bin/pushgateway
override: replace
startup: enabled
platforms:
amd64:
parts:
pushgateway:
plugin: go
source: https://github.com/prometheus/pushgateway
source-type: git
source-tag: "v1.6.1"
build-snaps:
- go/1.19/stable
build-packages:
- make
override-build: |
make build
install -D -m755 pushgateway ${CRAFT_PART_INSTALL}/bin/pushgateway
organize:
pushgateway: bin/pushgateway
prometheus-pushgateway:
source-tag: v1.6.2
build-snaps: go/1.19/stable

0 comments on commit 9ca19e7

Please sign in to comment.