-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.kres.yaml
52 lines (52 loc) · 1.12 KB
/
.kres.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
---
kind: auto.CommandConfig
name: snapshot-decoder
spec:
disableImage: true
---
kind: common.Image
name: image-discovery-service
spec:
extraEnvironment:
PLATFORM: linux/amd64,linux/arm64
---
kind: golang.Build
spec:
outputs:
linux-amd64:
GOOS: linux
GOARCH: amd64
linux-arm64:
GOOS: linux
GOARCH: arm64
---
kind: golang.Generate
spec:
baseSpecPath: /api
vtProtobufEnabled: true
specs:
- source: api/storage/discovery.proto
subdirectory: storage
genGateway: false
---
kind: service.CodeCov
spec:
targetThreshold: 30
---
kind: common.Repository
spec:
licenses:
- enabled: true
id: BSL-1.1
params:
Licensor: Sidero Labs, Inc.
LicensedWork: Discovery Service
Copyright: (c) 2024 Sidero Labs, Inc.
ChangeDate: "2028-03-12"
ChangeLicense: Mozilla Public License, version 2.0
EnterpriseLink: https://www.siderolabs.com/contact/
header: |
// Copyright (c) 2024 Sidero Labs, Inc.
//
// Use of this software is governed by the Business Source License
// included in the LICENSE file.