From 42eb6dc97005655fdaafa4bd1f1d6c1e7d8cb84a Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 19 Sep 2016 09:14:48 -0700 Subject: [PATCH] fix consul Signed-off-by: Jess Frazelle --- README.md | 3 +++ consul/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 228d52a..a2d712b 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,8 @@ if a file you are looking at does not have a command, please pull request it! Almost all of these live on dockerhub under [jess](https://hub.docker.com/u/jess/). +Because you cannot use notary with autobuilds on dockerhub I also build these +continuously on a private registry at r.j3ss.co for public download. (You're +welcome.) You may also want to checkout my [dotfiles](https://github.com/jfrazelle/dotfiles), specifically the aliases for all these files which are here: [github.com/jfrazelle/dotfiles/blob/master/.dockerfunc](https://github.com/jfrazelle/dotfiles/blob/master/.dockerfunc). diff --git a/consul/Dockerfile b/consul/Dockerfile index 3e9fab2..18a5a97 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -10,7 +10,7 @@ RUN apk --no-cache add \ ca-certificates \ curl -ENV CONSUL_VERSION v0.7.0-test3 +ENV CONSUL_VERSION v0.7.0 RUN buildDeps=' \ bash \