Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 663 Bytes

dev.md

File metadata and controls

32 lines (22 loc) · 663 Bytes

Development


Build and test

imgpkg can be built and tested using the various scripts found in hack/:

./test-all.sh
...
./build.sh

Using Go Libraries

The imgpkg libraries can be used by pulling the dependency into your Go module.

To get the latest version:

go get carvel.dev/imgpkg

Note: Older versions of the imgpkg declare their module paths as "github.com/k14s/imgpkg". GitHub re-routes those requests to the correct repository, but all future versions should pull in the dependency as "carvel.dev/imgpkg"

+ require carvel.dev/imgpkg x.y.z
- require github.com/k14s a.b.c