-
Notifications
You must be signed in to change notification settings - Fork 289
/
Copy pathcadvisor.yaml
48 lines (40 loc) · 1.06 KB
/
cadvisor.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package:
name: cadvisor
version: 0.49.1
epoch: 4
description: Analyzes resource usage and performance characteristics of running containers.
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- bash
- build-base
- busybox
- ca-certificates-bundle
- go
pipeline:
- uses: git-checkout
with:
repository: https://github.com/google/cadvisor
tag: v${{package.version}}
expected-commit: 6f3f25bac19f9f485935a19a28bdcf4edb507d80
- uses: go/bump
with:
deps: google.golang.org/[email protected] github.com/golang/[email protected] github.com/docker/[email protected]
- uses: go/bump
with:
deps: google.golang.org/[email protected] github.com/golang/[email protected] github.com/docker/[email protected]
modroot: cmd
- runs: |
./build/build.sh
- runs: |
install -Dm755 _output/cadvisor "${{targets.destdir}}"/usr/bin/cadvisor
- uses: strip
update:
enabled: true
github:
identifier: google/cadvisor
strip-prefix: v
tag-filter: v
use-tag: true