buildpacks / samples

Samples for Cloud Native Buildpacks
Apache License 2.0
195 stars 147 forks source link

Samples use pack syntax that is deprecated in `v0.5.0` #95

Closed micahyoung closed 3 years ago

micahyoung commented 3 years ago

CI failure from usage of image key with pack 0.5.0:

Warning: The 'image' key is deprecated. Use 'uri="docker://..."' instead.

https://github.com/buildpacks/samples/runs/1385970992?check_suite_focus=true

micahyoung commented 3 years ago

I have a PR in progress. Adding this issue to track it