Skip to content

Commit

Permalink
Update to 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Wilder committed Apr 6, 2021
1 parent 83d32ba commit 612d159
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM golang:1.14-alpine as dockergen
RUN apk add --no-cache git

# Download the sources for the given version
ENV VERSION 0.7.4
ENV VERSION 0.7.5
ADD https://github.com/jwilder/docker-gen/archive/${VERSION}.tar.gz sources.tar.gz

# Move the sources into the right directory
Expand All @@ -21,7 +21,7 @@ LABEL maintainer="Jason Wilder <mail@jasonwilder.com>"

RUN apk -U add openssl

ENV VERSION 0.7.4
ENV VERSION 0.7.5
COPY --from=dockergen /go/src/github.com/jwilder/docker-gen/docker-gen /usr/local/bin/docker-gen
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.3](https://img.shields.io/badge/latest-0.7.3-green.svg?style=flat)
![latest 0.7.5](https://img.shields.io/badge/latest-0.7.5-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.3](https://github.com/jwilder/docker-gen/releases)
Linux/OSX binaries for release [0.7.5](https://github.com/jwilder/docker-gen/releases)

* [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)
* [amd64](https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-linux-amd64-0.7.5.tar.gz)
* [i386](https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-linux-i386-0.7.5.tar.gz)
* [alpine-linux](https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-alpine-linux-amd64-0.7.5.tar.gz)

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

```
$ 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
$ wget https://github.com/jwilder/docker-gen/releases/download/0.7.5/docker-gen-linux-amd64-0.7.5.tar.gz
$ tar xvzf docker-gen-linux-amd64-0.7.5.tar.gz
$ ./docker-gen
```

Expand Down

0 comments on commit 612d159

Please sign in to comment.