forked from cloudfoundry/nodejs-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
108 lines (108 loc) · 3.23 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
96
97
98
99
100
101
102
103
104
105
106
107
108
---
language: nodejs
default_versions:
- name: node
version: 6.x
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.rb
- profile/newrelic-setup.sh
- profile/nodejs.sh
dependency_deprecation_dates:
- version_line: 4.x
name: node
date: 2018-04-01
link: https://github.com/nodejs/LTS
- version_line: 6.x
name: node
date: 2019-04-30
link: https://github.com/nodejs/LTS
- version_line: 8.x
name: node
date: 2019-12-31
link: https://github.com/nodejs/LTS
- version_line: 9.x
name: node
date: 2018-06-30
link: https://github.com/nodejs/LTS
dependencies:
- name: node
version: 4.8.7
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-4.8.7-linux-x64-1cd64f12.tgz
sha256: 1cd64f1281b04dffb5de4f63b2d9114ef9c82192b1f8ef31825cedbfb6337f5a
cf_stacks:
- cflinuxfs2
- name: node
version: 4.9.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-4.9.1-linux-x64-b71f19bb.tgz
sha256: b71f19bb8d1b4e62dca68ed60979a726ffb8753eaf1983f254162707c320fcfd
cf_stacks:
- cflinuxfs2
- name: node
version: 6.14.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-6.14.1-linux-x64-05813a4a.tgz
sha256: 05813a4a577be984a8a254b00136ce6a762d23e0effc3662a79e5e0a30817df1
cf_stacks:
- cflinuxfs2
- name: node
version: 6.14.2
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-6.14.2-linux-x64-345ad39f.tgz
sha256: 345ad39f0be6edd71e78a129c309aeaed6da1c14076a8fdbdc8d2e339b6102cd
cf_stacks:
- cflinuxfs2
- name: node
version: 8.10.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-8.10.0-linux-x64-6de515ab.tgz
sha256: 6de515abb6533b5f960873918d50fc3440f735df49f077ed9146685ebb7bf5f7
cf_stacks:
- cflinuxfs2
- name: node
version: 8.11.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-8.11.1-linux-x64-f900f3c5.tgz
sha256: f900f3c56401081165f4fdb14f92a7a25d586932aa4a397133f146cd70a75814
cf_stacks:
- cflinuxfs2
- name: node
version: 9.9.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-9.9.0-linux-x64-eb73ace8.tgz
sha256: eb73ace868ce2150fb141e435e1accf036e36c215fc37340e8459a3bf8789b24
cf_stacks:
- cflinuxfs2
- name: node
version: 9.11.1
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-9.11.1-linux-x64-0777fe70.tgz
sha256: 0777fe707db9bbf692010987592e26bb5b33e213cc289163a869367ec4f0c6f4
cf_stacks:
- cflinuxfs2
- name: node
version: 10.0.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-10.0.0-linux-x64-3e163e3d.tgz
sha256: 3e163e3d43a967b8af5af26dbcc146b598994b192ce5c3b8a3656305b1c6986f
cf_stacks:
- cflinuxfs2
- name: yarn
version: 1.6.0
uri: https://buildpacks.cloudfoundry.org/dependencies/yarn/yarn-v1.6.0-a57b2fdb.tar.gz
sha256: a57b2fdb2bfeeb083d45a883bc29af94d5e83a21c25f3fc001c295938e988509
cf_stacks:
- cflinuxfs2
- name: node
version: 10.1.0
uri: https://buildpacks.cloudfoundry.org/dependencies/node/node-10.1.0-linux-x64-fb3da76b.tgz
sha256: fb3da76b950c26c8716fae647eff6d8f5d5d102d2f5636e5329fe1a29e3afd16
cf_stacks:
- cflinuxfs2
pre_package: scripts/build.sh