We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
builderImages
builderImages configuration in func.yaml is documented here: https://github.com/knative/func/blob/main/docs/reference/func_yaml.md#builderimages
func.yaml
However, no matter the value placed in this configuration, the builderImages.pack is ignored by both the func build and func deploy commands.
builderImages.pack
func build
func deploy
func create --language springboot myfunc
builderImages: pack: paketobuildpacks/builder-jammy-full:latest
ghcr.io/knative/builder-jammy-base:latest
The text was updated successfully, but these errors were encountered:
The doc seems to be outdated. The builderImages option should be under build section.
build
build: builderImages: pack: paketobuildpacks/builder-jammy-full:latest
Sorry, something went wrong.
I can confirm that works @matejvasek I'll leave this issue open as the documentation needs to be updated.
Successfully merging a pull request may close this issue.
builderImages
configuration infunc.yaml
is documented here: https://github.com/knative/func/blob/main/docs/reference/func_yaml.md#builderimagesHowever, no matter the value placed in this configuration, the
builderImages.pack
is ignored by both thefunc build
andfunc deploy
commands.Reproduction
func create --language springboot myfunc
func.yaml
to containfunc build
- notice it still usesghcr.io/knative/builder-jammy-base:latest
The text was updated successfully, but these errors were encountered: