forked from paketo-buildpacks/liberty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildpack.toml
153 lines (132 loc) · 6.13 KB
/
buildpack.toml
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Copyright 2018-2020 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
api = "0.7"
[buildpack]
description = "A Cloud Native Buildpack that provides the Open Liberty runtime"
homepage = "https://github.com/paketo-buildpacks/open-liberty"
id = "paketo-buildpacks/open-liberty"
keywords = ["java", "javaee", "open-liberty"]
name = "Paketo Open Liberty Buildpack"
sbom-formats = ["application/vnd.cyclonedx+json", "application/vnd.syft+json"]
version = "{{.version}}"
[[buildpack.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/open-liberty/blob/main/LICENSE"
[metadata]
include-files = [
"LICENSE",
"NOTICE",
"README.md",
"bin/build",
"bin/detect",
"bin/main",
"bin/helper",
"buildpack.toml",
"templates/app.tmpl"
]
pre-package = "scripts/build.sh"
[[metadata.configurations]]
build = true
description = "Install type of Liberty. Valid options: 'ol' and 'none'"
default = "ol"
launch = false
name = "BP_OPENLIBERTY_INSTALL_TYPE"
[[metadata.configurations]]
build = true
default = "21"
description = "Which version of the Open Liberty runtime to install. Defaults to latest supported version"
launch = false
name = "BP_OPENLIBERTY_VERSION"
[[metadata.configurations]]
build = true
default = "full"
description = "The Liberty profile to install. Current options are 'full', 'javaee8', 'webProfile8', 'microProfile4', and 'kernel'"
launch = false
name = "BP_OPENLIBERTY_PROFILE"
[[metadata.configurations]]
build = false
default = ""
description = "If the [server.xml](#bindings) does not have an [application](https://openliberty.io/docs/latest/reference/config/application.html) named `app` defined, Open Liberty will use this value as the context root. Defaults to the value of `/`"
launch = true
name = "BP_OPENLIBERTY_CONTEXT_ROOT"
[[metadata.configurations]]
build = false
default = ""
description = "Sets the logging level. If not set, attempts to get the buildpack's log level. If unable, defaults to `INFO`"
launch = true
name = "BPL_OPENLIBERTY_LOG_LEVEL"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:ibm:liberty:21.0.0.11:*:*:*:*:*:*:*:*"]
id = "open-liberty-runtime-full"
name = "Open Liberty (All Features)"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "27c2c2f8844279fef0e10b361a04ebfbdf15f46843eab58bd9f8039decbcd010"
stacks = ["io.buildpacks.stacks.bionic", "*"]
uri = "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/2021-10-19_1900/openliberty-21.0.0.11.zip"
version = "21.0.0"
[[metadata.dependencies.licenses]]
type = "EPL-1.0"
uri = "https://raw.githubusercontent.com/OpenLiberty/open-liberty/master/LICENSE"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:ibm:liberty:21.0.0.11:*:*:*:*:*:*:*:*"]
id = "open-liberty-runtime-javaee8"
name = "Open Liberty (Java EE8)"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "1365a0fc00e1ac2d28ecea382b03535dd40ed4449d6ccb3c88617f4cb3c40051"
stacks = ["io.buildpacks.stacks.bionic", "*"]
uri = "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/2021-10-19_1900/openliberty-javaee8-21.0.0.11.zip"
version = "21.0.0"
[[metadata.dependencies.licenses]]
type = "EPL-1.0"
uri = "https://raw.githubusercontent.com/OpenLiberty/open-liberty/master/LICENSE"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:ibm:liberty:21.0.0.11:*:*:*:*:*:*:*:*"]
id = "open-liberty-runtime-webProfile8"
name = "Open Liberty (Web Profile 8)"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "1bb90d605ecd464b1cddb72ff788fda74d5c5a7cca2e6728021fb19bf2cfa231"
stacks = ["io.buildpacks.stacks.bionic", "*"]
uri = "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/2021-10-19_1900/openliberty-webProfile8-21.0.0.11.zip"
version = "21.0.0"
[[metadata.dependencies.licenses]]
type = "EPL-1.0"
uri = "https://raw.githubusercontent.com/OpenLiberty/open-liberty/master/LICENSE"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:ibm:liberty:21.0.0.11:*:*:*:*:*:*:*:*"]
id = "open-liberty-runtime-microProfile4"
name = "Open Liberty (Micro Profile 4)"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "9da317fe28f8cf66009075ab5d114de362a170f2fcef911b2434d5192f50f264"
stacks = ["io.buildpacks.stacks.bionic", "*"]
uri = "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/2021-10-19_1900/openliberty-microProfile4-21.0.0.11.zip"
version = "21.0.0"
[[metadata.dependencies.licenses]]
type = "EPL-1.0"
uri = "https://raw.githubusercontent.com/OpenLiberty/open-liberty/master/LICENSE"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:ibm:liberty:21.0.0.11:*:*:*:*:*:*:*:*"]
id = "open-liberty-runtime-kernel"
name = "Open Liberty (Kernel)"
purl = "pkg:generic/[email protected]?arch=amd64"
sha256 = "f5448f4fceb6c22dcd44a7be3b3be3af579ff72ac1aa0e6c7f2a4f84a8e14e33"
stacks = ["io.buildpacks.stacks.bionic", "*"]
uri = "https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/runtime/release/2021-10-19_1900/openliberty-kernel-21.0.0.11.zip"
version = "21.0.0"
[[metadata.dependencies.licenses]]
type = "EPL-1.0"
uri = "https://raw.githubusercontent.com/OpenLiberty/open-liberty/master/LICENSE"
[[stacks]]
id = "io.buildpacks.stacks.bionic"
[[stacks]]
id = "*"