-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
kind/documentationkind/good-first-issueDenotes an issue ready for a new contributor.Denotes an issue ready for a new contributor.
Description
builderImages
configuration in func.yaml
is documented here: https://github.com/knative/func/blob/main/docs/reference/func_yaml.md#builderimages
However, no matter the value placed in this configuration, the builderImages.pack
is ignored by both the func build
and func deploy
commands.
Reproduction
- Create any func project
func create --language springboot myfunc
- Change
func.yaml
to contain
builderImages:
pack: paketobuildpacks/builder-jammy-full:latest
func build
- notice it still usesghcr.io/knative/builder-jammy-base:latest
mattnumber3
Metadata
Metadata
Assignees
Labels
kind/documentationkind/good-first-issueDenotes an issue ready for a new contributor.Denotes an issue ready for a new contributor.
Type
Projects
Status
✅ Done