File tree Expand file tree Collapse file tree 3 files changed +72
-0
lines changed
Expand file tree Collapse file tree 3 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ package :
2+ name : aws-flb-cloudwatch
3+ version : 1.9.4
4+ epoch : 0
5+ description : A Fluent Bit output plugin for CloudWatch Logs
6+ copyright :
7+ - license : Apache-2.0
8+
9+ environment :
10+ contents :
11+ packages :
12+ - wolfi-baselayout
13+ - busybox
14+ - build-base
15+ - go
16+ - ca-certificates-bundle
17+
18+ pipeline :
19+ - uses : git-checkout
20+ with :
21+ repository : https://github.com/aws/amazon-cloudwatch-logs-for-fluent-bit
22+ tag : v${{package.version}}
23+ expected-commit : 7b8dae0d6dedf942bc1e9feded197b8d1a9d261a
24+
25+ - runs : |
26+ mkdir -p ${{targets.destdir}}/fluent-bit/
27+ go build -buildmode c-shared -o ${{targets.destdir}}/fluent-bit/cloudwatch.so ./
28+
29+ update :
30+ enabled : true
31+ github :
32+ identifier : aws/amazon-cloudwatch-logs-for-fluent-bit
33+ strip-prefix : v
34+ use-tag : true
35+ tag-filter : v
Original file line number Diff line number Diff line change 1+ package :
2+ name : aws-flb-firehose
3+ version : 1.7.2
4+ epoch : 0
5+ description : A Fluent Bit output plugin for Amazon Kinesis Data Firehose
6+ copyright :
7+ - license : Apache-2.0
8+
9+ environment :
10+ contents :
11+ packages :
12+ - wolfi-baselayout
13+ - busybox
14+ - build-base
15+ - go
16+ - ca-certificates-bundle
17+
18+ pipeline :
19+ - uses : git-checkout
20+ with :
21+ repository : https://github.com/aws/amazon-kinesis-firehose-for-fluent-bit
22+ tag : v${{package.version}}
23+ expected-commit : dcbe1a0191abd6242182af55547ccf99ee650ce9
24+
25+ - runs : |
26+ mkdir -p ${{targets.destdir}}/fluent-bit/
27+ go build -buildmode c-shared -o ${{targets.destdir}}/fluent-bit/firehose.so ./
28+
29+ update :
30+ enabled : true
31+ github :
32+ identifier : aws/amazon-kinesis-firehose-for-fluent-bit
33+ strip-prefix : v
34+ use-tag : true
35+ tag-filter : v
Original file line number Diff line number Diff line change 668668vertical-pod-autoscaler
669669cassandra
670670s2n-tls
671+ aws-flb-firehose
672+ aws-flb-cloudwatch
671673aws-c-common
672674aws-c-sdkutils
673675aws-checksums
You can’t perform that action at this time.
0 commit comments