You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/buildpack-integration-test.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,11 @@ on:
27
27
type: string
28
28
default: ''
29
29
required: false
30
+
builder-url:
31
+
description: Builder image including builder tag to use while building. (e.g. gcr.io/gae-runtimes/buildpacks/go/builder:latest or gcr.io/buildpacks/builder:latest )
32
+
type: string
33
+
default: ''
34
+
required: false
30
35
event-builder-source:
31
36
description: Background function source; relative to repo root
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,8 @@ Frameworks to the Functions Framework contract.
90
90
|`-builder-target`| string |`""`| Function target to use in building. Required if`-buildpacks=true`. |
91
91
|`-builder-runtime`| string |`""`| Runtime to use in building. Required if`-buildpacks=true`. |
92
92
|`-builder-runtime-version`| string |`""`| Runtime version used while building. Buildpack will use the latest version if flag is not specified. |
93
-
|`-builder-tag`| string |`"latest"`| Builder image tag to use in building. |
93
+
|`-builder-tag`| string |`"latest"`| Builder image tag to use in building. Ignored if`-builder-url` is specified. |
94
+
|`-builder-url`| string |`""`| Builder image url to use in building including tag. Client defaults to `gcr.io/gae-runtimes/buildpacks/<language>/builder:<builder-tag>`if none is specified. |
94
95
|`-start-delay`| uint |`1`| Seconds to wait before sending HTTP request to command process. |
95
96
|`-envs`| string |`""`| A comma separated string of additional runtime environment variables. |
0 commit comments