-
Notifications
You must be signed in to change notification settings - Fork 11
/
manifest.yml
46 lines (46 loc) · 1.14 KB
/
manifest.yml
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
---
language: telegraf
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- "*Gemfile*"
- cf_spec/
- spec/
- log/
- test/
- buildpack-packager/
- telegraf_buildpack-*v*.zip
url_to_dependency_map:
- match: telegraf.tgz
name: telegraf
version: 1.29.2
- match: cf.tgz
name: cf
version: 7.7.7
- match: jq
name: jq
version: 1.7.1
dependencies:
- name: telegraf
version: 1.29.2
uri: https://dl.influxdata.com/telegraf/releases/telegraf-1.29.2_linux_amd64.tar.gz
sha256: 79edf49d7018dec41a3622c841e9f3cca2be8a85e841759a3590e456815885c1
cf_stacks:
- cflinuxfs3
- cflinuxfs4
- name: cf
version: 7.7.7
uri: https://s3-us-west-1.amazonaws.com/v7-cf-cli-releases/releases/v7.7.7/cf7-cli_7.7.7_linux_x86-64.tgz
sha256: 5667ccef9decccf8c5af10c56819e512b384a029bb11982b1faae57bd0bfc4ff
cf_stacks:
- cflinuxfs3
- cflinuxfs4
- name: jq
version: 1.7.1
uri: https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64
sha256: 5942c9b0934e510ee61eb3e30273f1b3fe2590df93933a93d7c58b81d19c8ff5
cf_stacks:
- cflinuxfs3
- cflinuxfs4