forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dynamic-localpv-provisioner.yaml
50 lines (45 loc) · 1.31 KB
/
dynamic-localpv-provisioner.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
package:
name: dynamic-localpv-provisioner
version: 4.1.2
epoch: 1
description: Dynamic Local Volumes for Kubernetes Stateful workloads.
copyright:
- license: Apache-2.0
dependencies:
runtime:
- bash
- ca-certificates-bundle
- iproute2
- mii-tool
- net-tools
- procps
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- go
- openssf-compiler-options
pipeline:
- uses: git-checkout
with:
repository: https://github.com/openebs/dynamic-localpv-provisioner
tag: v${{package.version}}
expected-commit: 86db732d589cbdebb2d53f2a19f8e44430cb345b
- uses: go/bump
with:
deps: github.com/prometheus/[email protected] github.com/Masterminds/[email protected] google.golang.org/[email protected] golang.org/x/[email protected]
- runs: |
make provisioner-localpv
mkdir -p ${{targets.destdir}}/usr/bin
GOOS=$(go env GOOS)
GOARCH=$(go env GOARCH)
mv ./bin/provisioner-localpv/${GOOS}_${GOARCH}/provisioner-localpv ${{targets.destdir}}/usr/bin/
update:
enabled: true
ignore-regex-patterns:
- localp* # there are some misspellings in the upstream tags so using a wildcard here
github:
identifier: openebs/dynamic-localpv-provisioner
strip-prefix: v