This is a proof-of-concept for integrating Cloud Native Buildpacks into the Docker CLI. The purpose for this is to provide an app developer centric expirience within a common interface.
- Instead of propogating to
pack buildit would be ideal to have a standalone CLI application that is tailored to this use case which usingpackas a library. Doing this would allow for a singular install.- Alternatively,
packcould provide a command similar topack completionthat would install the docker CLI plugin similar to this PoC.
- Alternatively,
- Additional commands such as
set-default-builder,inspect-builder, andinspect-imageshould be supported.