-
Notifications
You must be signed in to change notification settings - Fork 22
/
builder.toml
54 lines (39 loc) · 1.04 KB
/
builder.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
description = "Ubuntu 18 base image with buildpacks for .NET, Go, Java, Node.js, and Python"
[[buildpacks]]
id = "google.config.entrypoint"
uri = "entrypoint.tgz"
[[buildpacks]]
id = "openfunction.go.of-functions-framework"
uri = "go/of_functions_framework.tgz"
[[buildpacks]]
id = "google.go.clear_source"
uri = "go/clear_source.tgz"
[[buildpacks]]
id = "google.go.build"
uri = "go/build.tgz"
[[buildpacks]]
id = "google.utils.label"
uri = "label.tgz"
######
# Go #
######
[[order]]
[[order.group]]
id = "openfunction.go.of-functions-framework"
[[order.group]]
id = "google.go.build"
[[order.group]]
id = "google.config.entrypoint"
optional = true
[[order.group]]
id = "google.go.clear_source"
optional = true
[[order.group]]
id = "google.utils.label"
# Currently built with //builders/go115/stack/stack:build.
[stack]
id = "openfunction.go115"
build-image = "openfunctiondev/buildpacks-go115-build:v1"
run-image = "openfunctiondev/buildpacks-go115-run:v1"
[lifecycle]
version = "0.13.2"