forked from cloudfoundry/staticfile-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.yml
35 lines (32 loc) · 820 Bytes
/
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
---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: openresty.tgz
name: openresty
version: 1.9.3.1
- match: nginx-nr-agent.tar.gz
name: nginx-nr-agent
version: 2.0.0.6
dependencies:
- name: openresty
version: 1.9.3.1
uri: https://raw.githubusercontent.com/muymoo/staticfile-buildpack/files/vendor/openresty-1.9.3.1.tar.gz
cf_stacks:
- cflinuxfs2
md5: daee931ce174bacb60f187f0623e0894
- name: nginx-nr-agent
version: 2.0.0.6
uri: https://raw.githubusercontent.com/muymoo/staticfile-buildpack/files/vendor/nginx-nr-agent.tar.gz
cf_stacks:
- cflinuxfs2
md5: 56dee8b30bb56bc368ed6965cce72707