File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11FROM debian:wheezy
22MAINTAINER Jason Wilder <jason@influxdb.com>
33
4- ENV VERSION 0.4.2
4+ ENV VERSION 0.4.3
55ENV DOWNLOAD_URL https://github.com/jwilder/docker-gen/releases/download/$VERSION/docker-gen-linux-amd64-$VERSION.tar.gz
66ENV DOCKER_HOST unix:///tmp/docker.sock
77
Original file line number Diff line number Diff line change 11docker-gen
22=====
33
4- ![ latest v0 .4.2 ] ( https://img.shields.io/badge/latest-v0 .4.2 -green.svg?style=flat )
4+ ![ latest 0 .4.3 ] ( https://img.shields.io/badge/latest-0 .4.3 -green.svg?style=flat )
55[ ![ Build Status] ( https://travis-ci.org/jwilder/docker-gen.svg?branch=master )] ( https://travis-ci.org/jwilder/docker-gen )
66![ License MIT] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat )
77
@@ -25,16 +25,16 @@ There are three common ways to run docker-gen:
2525
2626#### Host Install
2727
28- Linux/OSX binaries for release [ 0.4.2 ] ( https://github.com/jwilder/docker-gen/releases )
28+ Linux/OSX binaries for release [ 0.4.3 ] ( https://github.com/jwilder/docker-gen/releases )
2929
30- * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.4.2 /docker-gen-linux-amd64-0.4.2 .tar.gz )
31- * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.4.2 /docker-gen-linux-i386-0.4.2 .tar.gz )
30+ * [ amd64] ( https://github.com/jwilder/docker-gen/releases/download/0.4.3 /docker-gen-linux-amd64-0.4.3 .tar.gz )
31+ * [ i386] ( https://github.com/jwilder/docker-gen/releases/download/0.4.3 /docker-gen-linux-i386-0.4.3 .tar.gz )
3232
3333Download the version you need, untar, and install to your PATH.
3434
3535```
36- $ wget https://github.com/jwilder/docker-gen/releases/download/0.4.2 /docker-gen-linux-amd64-0.4.2 .tar.gz
37- $ tar xvzf docker-gen-linux-amd64-0.4.2 .tar.gz
36+ $ wget https://github.com/jwilder/docker-gen/releases/download/0.4.3 /docker-gen-linux-amd64-0.4.3 .tar.gz
37+ $ tar xvzf docker-gen-linux-amd64-0.4.3 .tar.gz
3838$ ./docker-gen
3939```
4040
You can’t perform that action at this time.
0 commit comments