-
Notifications
You must be signed in to change notification settings - Fork 312
/
Copy pathhubble.yaml
55 lines (47 loc) · 1.12 KB
/
hubble.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
49
50
51
52
53
54
55
package:
name: hubble
version: "1.17.1"
epoch: 2
description: hubble is a command to list and diagnose Go processes currently running on your system.
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- build-base
- busybox
- git
- go
pipeline:
- uses: git-checkout
with:
repository: https://github.com/cilium/hubble
tag: v${{package.version}}
expected-commit: 0d65c11fbfa330080595d0b15e7bdb433097035e
- uses: go/bump
with:
deps: |-
golang.org/x/oauth2@v0.27.0
golang.org/x/net@v0.36.0
- runs: |
DESTDIR=${{targets.destdir}} BINDIR=/usr/bin make install
- uses: strip
subpackages:
- name: hubble-compat
description: Compatibility package for hubble
pipeline:
- runs: |
mkdir -p ${{targets.subpkgdir}}/usr/local/bin
ln -sf /usr/bin/hubble ${{targets.subpkgdir}}/usr/local/bin/hubble
- uses: strip
update:
enabled: true
github:
identifier: cilium/hubble
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
hubble --version
hubble --help