Skip to content

Commit

Permalink
Image v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Prachi Damle authored and Prachi Damle committed Apr 25, 2016
1 parent 9398c49 commit 96a2740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ MAINTAINER Rancher Labs, Inc.
RUN apk add --update ca-certificates

ENV EXT_LB_RELEASE v0.1.0
ADD external-lb /usr/bin/external-lb
ADD https://github.com/rancher/external-lb/releases/download/${EXT_LB_RELEASE}/external-lb.tar.gz /external-lb.tar.gz
RUN tar -zxvf /external-lb.tar.gz -C /usr/bin


ENTRYPOINT ["/usr/bin/external-lb"]

0 comments on commit 96a2740

Please sign in to comment.