Log info when build.buildpacks
or build.builder
is ignored in project.toml
#704
Labels
build.buildpacks
or build.builder
is ignored in project.toml
#704
#690 adds support for project.toml's env and include/exclude. However,
build.buildpacks
andbuild.builder
are not used and this may be confusing if users expect them to behave identically to pack.We should log a simple info message during the
prepare
step that we are ignoring these keys if they are populated.Note:
pack
will ignore these project.toml properties if a builder or buildpack order is explicitly provided. All kpack images/builds are configured with a builder. However, external tooling like thekp
cli may default a builder so, a configured kpack builder is not necessarily the equivalent of an explicitly configured pack builder.The text was updated successfully, but these errors were encountered: