1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/cmd/cli/kubectl-kyverno
Jason Hall 6055713dfc
Use ko to build images (#4366)
This updates Makefile targets to build images using `docker buildx
build` to use `ko build` instead.

End-to-end tests are accomplished by building and loading the image
directly into the KinD cluster via ko.

Also:
- use GitHub Actions token to push to ghcr.io (setup-ko sets this up for us)
- allow forks to push to their forked repo's packages (useful for testing)

Signed-off-by: Jason Hall <jason@chainguard.dev>

Signed-off-by: Jason Hall <jason@chainguard.dev>
2022-08-25 20:32:40 +02:00
..
apply update apply help message (#4344) 2022-08-18 06:52:30 +00:00
jp Updated jp command flags and also added URL for help. (#4084) 2022-06-07 06:19:44 +00:00
test chore: fix golangcilint timeout (#4388) 2022-08-24 21:08:24 +08:00
utils chore: fix golangcilint timeout (#4388) 2022-08-24 21:08:24 +08:00
version refactor cli code from pkg to cmd (#3591) 2022-04-14 12:20:18 +00:00
main.go use failurePolicy to block or allow requests, on policy errors (#4183) 2022-08-02 20:24:02 +05:30