We would like to use the pack orb for both building images & for creating our custom builder. Right now the former is supported, but the latter isn't so we are having to copy and paste similar functionality (downloading & installing the pack cli, setting up docker config, etc) into our own circleci config to support the pack create-builder command. It would be great if this were supported in this orb!
Per - https://buildpacks.slack.com/archives/CD61YAG69/p1604351010063000
We would like to use the pack orb for both building images & for creating our custom builder. Right now the former is supported, but the latter isn't so we are having to copy and paste similar functionality (downloading & installing the pack cli, setting up docker config, etc) into our own circleci config to support the
pack create-builder
command. It would be great if this were supported in this orb!