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 build
it would be ideal to have a standalone CLI application that is tailored to this use case which usingpack
as a library. Doing this would allow for a singular install.- Alternatively,
pack
could provide a command similar topack completion
that would install the docker CLI plugin similar to this PoC.
- Alternatively,
- Additional commands such as
set-default-builder
,inspect-builder
, andinspect-image
should be supported.