Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.12 KB

bosh-dns-release

This release provides DNS for Bosh. It has replaced consul.

Usage

Download the lastest release off of bosh.io/releases. Reference the bosh.io/docs/dns documentation for usage instructions.

Development

This repository is a GOPATH. The .envrc file provides a setup that can be used with direnv. The underlying bosh-dns package uses dep to vendor its dependencies.

Be careful with go get. In this repository go get will end up putting artifacts in the src directory, which you probably don't want to commit. It's impractical to .gitignore every possible package root in there so we have to apply discipline.

To build a dev release, run a bosh create-release from this repo.