Skip to content

Commit

Permalink
Update 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Jun 13, 2016
1 parent 2fc3320 commit 9fdf8da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Jason Wilder <mail@jasonwilder.com>

RUN apk -U add openssl

ENV VERSION 0.7.1
ENV VERSION 0.7.3
ENV DOWNLOAD_URL https://github.com/jwilder/docker-gen/releases/download/$VERSION/docker-gen-alpine-linux-amd64-$VERSION.tar.gz
ENV DOCKER_HOST unix:///tmp/docker.sock

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docker-gen
=====

![latest 0.7.2](https://img.shields.io/badge/latest-0.7.2-green.svg?style=flat)
![latest 0.7.3](https://img.shields.io/badge/latest-0.7.3-green.svg?style=flat)
[![Build Status](https://travis-ci.org/jwilder/docker-gen.svg?branch=master)](https://travis-ci.org/jwilder/docker-gen)
![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)

Expand All @@ -25,17 +25,17 @@ There are three common ways to run docker-gen:

#### Host Install

Linux/OSX binaries for release [0.7.2](https://github.com/jwilder/docker-gen/releases)
Linux/OSX binaries for release [0.7.3](https://github.com/jwilder/docker-gen/releases)

* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.7.2/docker-gen-linux-amd64-0.7.2.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.7.2/docker-gen-linux-i386-0.7.2.tar.gz)
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.7.2/docker-gen-alpine-linux-amd64-0.7.2.tar.gz)
* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.7.3/docker-gen-linux-amd64-0.7.3.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.7.3/docker-gen-linux-i386-0.7.3.tar.gz)
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.7.3/docker-gen-alpine-linux-amd64-0.7.3.tar.gz)

Download the version you need, untar, and install to your PATH.

```
$ wget https://github.com/jwilder/docker-gen/releases/download/0.7.2/docker-gen-linux-amd64-0.7.2.tar.gz
$ tar xvzf docker-gen-linux-amd64-0.7.2.tar.gz
$ wget https://github.com/jwilder/docker-gen/releases/download/0.7.3/docker-gen-linux-amd64-0.7.3.tar.gz
$ tar xvzf docker-gen-linux-amd64-0.7.3.tar.gz
$ ./docker-gen
```

Expand Down

0 comments on commit 9fdf8da

Please sign in to comment.