forked from cloudfoundry/nodejs-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
80 lines (80 loc) · 2.18 KB
/
manifest.yml
File metadata and controls
80 lines (80 loc) · 2.18 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
language: nodejs
default_versions:
- name: node
version: 4.6.0
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- cf_spec/
- log/
- test/
- bin/package
- buildpack-packager/
- nodejs_buildpack-*v*.zip
url_to_dependency_map:
- match: node\/v(\d+\.\d+\.\d+)
name: node
version: "$1"
dependencies:
- name: node
version: 0.10.47
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-0.10.47-linux-x64.tgz
md5: 4f61080b94ceb11ce455c1f26fce3178
cf_stacks:
- cflinuxfs2
- name: node
version: 0.10.46
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-0.10.46-linux-x64.tgz
md5: 2e02c3350a0b81e8b501ef3ea637a93b
cf_stacks:
- cflinuxfs2
- name: node
version: 0.12.16
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-0.12.16-linux-x64.tgz
md5: 6ecfcbcf63abc5b3008373818bd28a93
cf_stacks:
- cflinuxfs2
- name: node
version: 0.12.15
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-0.12.15-linux-x64.tgz
md5: 317b688dde627bb85e7d575870f08eb2
cf_stacks:
- cflinuxfs2
- name: node
version: 5.11.1
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-5.11.1-linux-x64.tgz
md5: c6da910f661470d01e7920a1d3efaee2
cf_stacks:
- cflinuxfs2
- name: node
version: 5.12.0
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-5.12.0-linux-x64.tgz
md5: 006d5be71aa68c7cccdd5c2c9f1d0fc0
cf_stacks:
- cflinuxfs2
- name: node
version: 4.6.0
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-4.6.0-linux-x64.tgz
md5: 3c5c0d3ecb789aff7f815f3f1b9aa083
cf_stacks:
- cflinuxfs2
- name: node
version: 4.5.0
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-4.5.0-linux-x64.tgz
md5: a0784a91f4cc412efa1472e13acc500a
cf_stacks:
- cflinuxfs2
- name: node
version: 6.6.0
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-6.6.0-linux-x64.tgz
md5: bc8a91f6c2c8d98529a50febdf2fb10d
cf_stacks:
- cflinuxfs2
- name: node
version: 6.7.0
uri: https://buildpacks.cloudfoundry.org/concourse-binaries/node/node-6.7.0-linux-x64.tgz
md5: 67785b03200cf7c3b78c2bdfeecfdc67
cf_stacks:
- cflinuxfs2