forked from sourcegraph/sourcegraph-public-snapshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjaeger.yaml
More file actions
59 lines (53 loc) · 1.61 KB
/
Copy pathjaeger.yaml
File metadata and controls
59 lines (53 loc) · 1.61 KB
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
56
57
58
59
package:
name: jaeger
version: 2.16.0 # Keep in sync with version in sg.config.yaml
epoch: 0
description: "Distributed Tracing Platform"
target-architecture:
- x86_64
copyright:
- paths:
- "*"
attestation: 'Copyright The Jaeger Authors'
license: 'Apache License 2.0'
dependencies:
runtime:
environment:
contents:
repositories:
- https://packages.wolfi.dev/os
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
packages:
- wolfi-base
pipeline:
- uses: fetch
with:
uri: https://github.com/jaegertracing/jaeger/releases/download/v${{package.version}}/jaeger-${{package.version}}-linux-amd64.tar.gz
expected-sha256: 253cdf5af7405f06220b9dac14e66d4613f2e31c018faab94e527cabbd020a8f
extract: true
strip-components: 0
- runs: |
set -x
mkdir -p ${{targets.destdir}}/usr/local/bin/
mv jaeger-${{package.version}}-linux-amd64/* ${{targets.destdir}}/usr/local/bin/
subpackages:
- name: jaeger-agent
description: Jaeger Agent
pipeline:
- runs: |
set -x
mkdir -p "${{targets.subpkgdir}}/usr/local/bin/"
cp "${{targets.destdir}}/usr/local/bin/jaeger-agent" "${{targets.subpkgdir}}/usr/local/bin/"
- name: jaeger-all-in-one
description: Jaeger All-In-One
pipeline:
- runs: |
set -x
mkdir -p "${{targets.subpkgdir}}/usr/local/bin/"
cp "${{targets.destdir}}/usr/local/bin/jaeger-all-in-one" "${{targets.subpkgdir}}/usr/local/bin/"
update:
enabled: true
github:
identifier: jaegertracing/jaeger
strip-prefix: "v"