Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Adding 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdmulder authored Aug 2, 2019
1 parent c038bb5 commit b1c2814
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM alpine:3.9

RUN wget -O marathon-consul.tar.gz "https://github.com/allegro/marathon-consul/releases/download/1.5.1/marathon-consul_1.5.1_linux_386.tar.gz" && \
tar -xvzf marathon-consul.tar.gz && \
rm marathon-consul.tar.gz && \
mv marathon-consul_1.5.1_linux_386 marathon-consul

EXPOSE 4000

ENTRYPOINT ["/marathon-consul/marathon-consul"]

0 comments on commit b1c2814

Please sign in to comment.