buildpacks / pack-orb

A CircleCI Orb for using Cloud Native Buildpacks in CircleCI
https://circleci.com/orbs/registry/orb/buildpacks/pack
Apache License 2.0
12 stars 8 forks source link

Support pack create-builder #17

Open genevieve opened 4 years ago

genevieve commented 4 years ago

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!