Skip to content

Commit

Permalink
Add missing utils.label buildpack to the gcf/python37 builder
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 341073318
Change-Id: Ie3858cef363a76eb3875735b925e0c4519880ad8
  • Loading branch information
lukasberger authored and copybara-github committed Nov 6, 2020
1 parent 4bcb338 commit 5734c3d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions builders/gcf/python37/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builder(
"//cmd/python/functions_framework_compat:functions_framework_compat.tgz",
"//cmd/python/pip:pip.tgz",
"//cmd/utils/archive_source:archive_source.tgz",
"//cmd/utils/label:label.tgz",
],
image = "gcf/python37",
)
7 changes: 7 additions & 0 deletions builders/gcf/python37/builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ description = "Builder for the GCF Python 3.7 runtime"
id = "google.utils.archive-source"
uri = "archive_source.tgz"

[[buildpacks]]
id = "google.utils.label"
uri = "label.tgz"

[[order]]

[[order.group]]
Expand All @@ -31,6 +35,9 @@ description = "Builder for the GCF Python 3.7 runtime"
id = "google.python.pip"
optional = true

[[order.group]]
id = "google.utils.label"

[stack]
id = "google.python37"
build-image = "gcr.io/gae-runtimes/buildpacks/python37/build"
Expand Down

0 comments on commit 5734c3d

Please sign in to comment.