File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 1
1
package :
2
2
name : grpc-health-probe
3
3
version : " 0.4.39"
4
- epoch : 0
4
+ epoch : 1
5
5
description : A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere
6
6
copyright :
7
7
- license : Apache-2.0
8
8
dependencies :
9
9
# REMOVE_POST_USRMERGE - https://github.com/orgs/wolfi-dev/discussions/40270
10
- provides :
11
- - ${{package.name}}-compat=${{package.full-version}}
12
10
runtime :
13
11
- merged-bin
14
12
- wolfi-baselayout
@@ -30,6 +28,23 @@ pipeline:
30
28
31
29
- uses : strip
32
30
31
+ subpackages :
32
+ - name : ${{package.name}}-compat
33
+ description : Compatibility package for ${{package.name}}
34
+ pipeline :
35
+ - runs : |
36
+ mkdir -p ${{targets.contextdir}}/ko-app/
37
+ ln -sf /usr/bin/grpc-health-probe ${{targets.contextdir}}/ko-app/grpc-health-probe
38
+ test :
39
+ environment :
40
+ contents :
41
+ packages :
42
+ - ${{package.name}}
43
+ pipeline :
44
+ - runs : |
45
+ stat /ko-app/grpc-health-probe
46
+ test "$(readlink /ko-app/grpc-health-probe)" = "/usr/bin/grpc-health-probe"
47
+
33
48
update :
34
49
enabled : true
35
50
github :
You can’t perform that action at this time.
0 commit comments