Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Continuous Integration

Shivkumar Dudhani edited this page Jun 5, 2019 · 1 revision

The project uses Travis CI to build the project.

Project Build

  • Build the project using make target 'build'
  • Builds are restricted to 'master' branch
  • Skip runtime dependency install and use checked in 'vendor' folder

Publish Images

  • After a successful build, build and publish image using make target 'docker-publish'.
  • Publish docker image with the following tags:
    • git version
    • latest

THIS WIKI IS NO LONGER MAINTAINED

For developer guides please see the DEVELOPMENT.md file.

For user guides please see https://kyverno.io/docs/.

Clone this wiki locally