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
We shouldn't shell parse all configuration values. Some values are not shell words and fail to parse, resulting in failed builds. Instead buildpacks that accept shell word configuration should parse these values.
What happened?
We shouldn't shell parse all configuration values. Some values are not shell words and fail to parse, resulting in failed builds. Instead buildpacks that accept shell word configuration should parse these values.
What were you attempting to do?
Using the paketo sample jar app: https://github.com/paketo-buildpacks/samples/tree/main/java/jar
What did you expect to happen?
A successful build with label key
org.opencontainers.image.description
set to valuesome(example)string
What was the actual behavior? Please provide log output, if possible.
Build Configuration
What platform (
pack
,kpack
,tekton
buildpacks plugin, etc.) are youusing? Please include a version.
What buildpacks are you using? Please include versions.
What builder are you using? If custom, can you provide the output from
pack inspect-builder <builder>
?Can you provide a sample app or relevant configuration (
buildpack.yml
,nginx.conf
, etc.)?https://github.com/paketo-buildpacks/samples/tree/main/java/jar
Checklist
The text was updated successfully, but these errors were encountered: