forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaws-application-networking-k8s.yaml
51 lines (45 loc) · 1.22 KB
/
aws-application-networking-k8s.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
package:
name: aws-application-networking-k8s
version: 1.0.7
epoch: 1
description: A Kubernetes controller for Amazon VPC Lattice
copyright:
- license: Apache-2.0
dependencies:
provides:
- aws-gateway-controller=${{package.full-version}}
pipeline:
- uses: git-checkout
with:
expected-commit: d0dca4e76c284513af852229f4137901b7447d12
repository: https://github.com/aws/aws-application-networking-k8s
tag: v${{package.version}}
- uses: go/bump
with:
deps: golang.org/x/[email protected] google.golang.org/[email protected]
- uses: go/build
with:
packages: ./cmd/aws-application-networking-k8s/main.go
tidy: true
output: manager
subpackages:
- name: ${{package.name}}-compat
description: "upstream image have executable placed at /"
pipeline:
- runs: |
mkdir -p ${{targets.contextdir}}/
ln -sf /usr/bin/manager ${{targets.contextdir}}/manager
update:
enabled: true
github:
identifier: aws/aws-application-networking-k8s
strip-prefix: v
use-tag: true
test:
pipeline:
- name: helm message
runs: |
manager --help
- name: log grep
runs: |
manager 2>&1 | grep "init config failed"