Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 547 Bytes

developer_guide.md

File metadata and controls

29 lines (19 loc) · 547 Bytes

Developer guide

This document explains how to setup your dev environment.

Vendor dependencies

We use dep to manage dependencies. Run the following in the project root directory to update the vendored dependencies:

$ hack/update_vendor.sh

Build the container image

Requirement:

  • Go 1.9+

Build the vault operator binary:

$ hack/build

Build and push the container image to a specified repository e.g quay.io/coreos/vault-operator:dev:

$ IMAGE=<image-name> hack/push