forked from cloudfoundry/nginx-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
60 lines (60 loc) · 1.73 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
---
language: nginx
dist: openresty
default_versions:
- name: nginx
version: 1.17.x
version_lines:
mainline: 1.17.x
stable: 1.16.x
dependency_deprecation_dates:
- version_line: 1.16.x
name: nginx
date: 2020-04-01
link: https://nginx.org/
- version_line: 1.17.x
name: nginx
date: 2020-05-01
link: https://nginx.org/
dependencies:
- name: nginx
version: 1.16.1
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.16.1-linux-x64-cflinuxfs3-89a5c316.tgz
sha256: 89a5c316a20cd2a4f44699cce0ba9962726b9795f8b3886f4c3e28cb3151b53d
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.16.1.tar.gz
source_sha256: f11c2a6dd1d3515736f0324857957db2de98be862461b5a542a3ac6188dbe32b
- name: nginx
version: 1.17.7
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.17.7-linux-x64-cflinuxfs3-cb70ed43.tgz
sha256: cb70ed43e4919f8bc236f5ec284513189082d537c9b7e8d9775cd95a0ee95461
cf_stacks:
- cflinuxfs3
source: http://nginx.org/download/nginx-1.17.7.tar.gz
source_sha256: b62756842807e5693b794e5d0ae289bd8ae5b098e66538b2a91eb80f25c591ff
- name: openresty
version: 1.13.6.2
uri: https://buildpacks.cloudfoundry.org/dependencies/openresty/openresty-1.13.6.2-linux-x64-cflinuxfs3-f1df4777.tgz
sha256: f1df477759bdf6c1d4c0c84ef8784492a094fb26ac7fcdcc88e5ec8b39e44d27
cf_stacks:
- cflinuxfs3
source: http://openresty.org/download/openresty-1.13.6.2.tar.gz
source_sha256: 946e1958273032db43833982e2cec0766154a9b5cb8e67868944113208ff2942
pre_package: scripts/build.sh
include_files:
- CHANGELOG
- CONTRIBUTING.md
- ISSUE_TEMPLATE
- LICENSE
- NOTICE
- PULL_REQUEST_TEMPLATE
- README.md
- VERSION
- bin/detect
- bin/compile
- bin/supply
- bin/finalize
- bin/release
- bin/varify
- manifest.yml