mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-12 23:22:45 +02:00
fix consul
Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
parent
a51966aee0
commit
42eb6dc970
@ -9,5 +9,8 @@ if a file you are looking at does not have a command, please
|
|||||||
pull request it!
|
pull request it!
|
||||||
|
|
||||||
Almost all of these live on dockerhub under [jess](https://hub.docker.com/u/jess/).
|
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).
|
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).
|
||||||
|
@ -10,7 +10,7 @@ RUN apk --no-cache add \
|
|||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl
|
curl
|
||||||
|
|
||||||
ENV CONSUL_VERSION v0.7.0-test3
|
ENV CONSUL_VERSION v0.7.0
|
||||||
|
|
||||||
RUN buildDeps=' \
|
RUN buildDeps=' \
|
||||||
bash \
|
bash \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user