forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkine.yaml
45 lines (39 loc) · 1.01 KB
/
kine.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
package:
name: kine
version: 0.11.7
epoch: 1
description: Run Kubernetes on MySQL, Postgres, sqlite, dqlite, not etcd.
copyright:
- license: Apache-2.0
dependencies:
runtime:
- ca-certificates-bundle
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- git
- go
pipeline:
- uses: git-checkout
with:
destination: kine
expected-commit: 62fa77a820f67c6a85488c78c9a99827269e80f0
repository: https://github.com/k3s-io/kine
tag: v${{package.version}}
- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.46.0 go.opentelemetry.io/otel/sdk@v1.21.0 google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4
modroot: kine
- runs: |
cd kine
./scripts/build
install -Dm755 ./bin/kine "${{targets.destdir}}/usr/bin/kine"
- uses: strip
update:
enabled: true
github:
identifier: k3s-io/kine
strip-prefix: v