@dbrtly_@rseroter I had some time this afternoon and whipped up a quick demo of how to use it https://t.co/Vn4qePBCuA
In my tests with a hello world Python app, I shaved ~20 - 30 seconds by enabling a cache image
@rseroter@dbrtly_ π when using buildpacks locally with the pack CLI, first build will be slow but subsequent builds should be a lot quicker. If you're using something like Cloud Build you'll have to explicitly enable artifact caching by writing a short build.yaml to pass `--cache` flag to pack