Skip to content

Commit

Permalink
bump version number and add docker build links - closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhurt committed Nov 10, 2016
1 parent 6ae83e0 commit af2d060
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/myENA/consul-backinator)](https://goreportcard.com/report/github.com/myENA/consul-backinator) [![Mozilla Public License](https://img.shields.io/badge/license-MPL-blue.svg)](https://www.mozilla.org/MPL/) [![GoDoc](https://godoc.org/github.com/myENA/consul-backinator/common?status.svg)](https://godoc.org/github.com/myENA/consul-backinator/common)
[![Go Report Card](https://goreportcard.com/badge/github.com/myENA/consul-backinator)](https://goreportcard.com/report/github.com/myENA/consul-backinator) [![Mozilla Public License](https://img.shields.io/badge/license-MPL-blue.svg)](https://www.mozilla.org/MPL/) [![GoDoc](https://godoc.org/github.com/myENA/consul-backinator/common?status.svg)](https://godoc.org/github.com/myENA/consul-backinator/common) [![Docker Automated Build](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg)](https://hub.docker.com/r/leprechau/consul-backinator/)

# consul-backinator

Expand Down Expand Up @@ -49,12 +49,20 @@ make
```

To build as a Docker container ...

```
git clone https://github.com/myENA/consul-backinator.git
cd consul-backinator
make docker
```

To use the latest container from Docker Hub ...

```
docker pull leprechau/consul-backinator
docker run leprechau/consul-backinator
```

See [DOCKER.md](DOCKER.md) for some Docker use cases.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
## package declarations
BUILD_NAME="consul-backinator"
RELEASE_VERSION="1.3"
RELEASE_VERSION="1.4-dev"
RELEASE_BUILD=0

## simple usage example
Expand Down

0 comments on commit af2d060

Please sign in to comment.