-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.toml
48 lines (41 loc) · 1.85 KB
/
extension.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
# Copyright 2023 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.8"
[extension]
description = "A Cloud Native Buildpacks Image Extension that provides/does nothing. For testing only."
homepage = "https://github.com/paketo-buildpacks/pipeline-builder-stool-pigeon"
id = "paketo-buildpacks/pipeline-builder-stool-pigeon"
keywords = ["nothing"]
name = "Paketo Image Extension for Pipeline Builder Stool Pigeon"
version = "{{.version}}"
[[extension.licenses]]
type = "Apache-2.0"
uri = "https://github.com/paketo-buildpacks/pipeline-builder-stool-pigeon/blob/main/LICENSE"
[metadata]
include-files = ["LICENSE", "NOTICE", "README.md", "bin/generate", "bin/detect", "bin/main", "extension.toml"]
pre-package = "scripts/build.sh"
[[metadata.dependencies]]
cpes = ["cpe:2.3:a:apache:maven:3.9.7:*:*:*:*:*:*:*"]
id = "maven"
name = "Apache Maven"
purl = "pkg:generic/[email protected]"
sha256 = "c8fb9f620e5814588c2241142bbd9827a08e3cb415f7aa437f2ed44a3eeab62c"
stacks = ["io.buildpacks.stacks.bionic", "io.paketo.stacks.tiny", "*"]
uri = "https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.tar.gz"
version = "3.9.7"
[[metadata.dependencies.licenses]]
type = "Apache-2.0"
uri = "https://www.apache.org/licenses/"
[[stacks]]
id = "*"