forked from cloudfoundry/nodejs-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
95 lines (95 loc) · 2.45 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
language: nodejs
default_versions:
- name: node
version: 4.8.4
include_files:
- CHANGELOG
- CONTRIBUTING.md
- ISSUE_TEMPLATE
- LICENSE
- NOTICE
- PULL_REQUEST_TEMPLATE
- README.md
- VERSION
- bin/compile
- bin/detect
- bin/finalize
- bin/release
- bin/supply
- manifest.yml
- profile/appdynamics-setup.sh
- profile/newrelic-setup.sh
- profile/nodejs.sh
dependency_deprecation_dates:
- match: 4\.\d+\.\d+
version_line: '4'
name: node
date: 2018-04-01
link: https://github.com/nodejs/LTS
- match: 6\.\d+\.\d+
version_line: '6'
name: node
date: 2019-04-18
link: https://github.com/nodejs/LTS
- match: 7\.\d+\.\d+
version_line: '7'
name: node
date: 2017-06-30
link: https://github.com/nodejs/LTS
dependencies:
- name: node
version: 4.8.3
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-4.8.3-linux-x64-0622641b.tgz
md5: 0622641b64386fdfcaa82da4987a1105
cf_stacks:
- cflinuxfs2
- name: node
version: 7.10.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-7.10.0-linux-x64-a608be81.tgz
md5: a608be8101ca3523405f37fa4ace16bc
cf_stacks:
- cflinuxfs2
- name: yarn
version: 0.27.5
uri: https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn-v0.27.5-73002997.tar.gz
md5: 7300299755265c169a8f05a1c7dfd4db
cf_stacks:
- cflinuxfs2
- name: node
version: 7.10.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-7.10.1-linux-x64-ab419747.tgz
md5: ab419747cd7ac9d65e639ea49037d079
cf_stacks:
- cflinuxfs2
- name: node
version: 6.11.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-6.11.1-linux-x64-19c09bc7.tgz
md5: 19c09bc722d9af37801e474e3776daa1
cf_stacks:
- cflinuxfs2
- name: node
version: 4.8.4
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-4.8.4-linux-x64-230101ff.tgz
md5: 230101ff1ca8309ee8ab37b1c9ad28d8
cf_stacks:
- cflinuxfs2
- name: node
version: 8.2.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-8.2.1-linux-x64-818e39fa.tgz
md5: 818e39fae7757f81d207753941aed9f8
cf_stacks:
- cflinuxfs2
- name: node
version: 6.11.2
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-6.11.2-linux-x64-02a017c6.tgz
md5: 02a017c606bbf9b9f8382d4e872a14cb
cf_stacks:
- cflinuxfs2
- name: node
version: 8.3.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-8.3.0-linux-x64-8e2f91f8.tgz
md5: 8e2f91f82133925d4a739f2044bef6cf
cf_stacks:
- cflinuxfs2
pre_package: scripts/build.sh