This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
94820e67a8
open-consul
/
build-support
/
docker
/
Consul-Dev.dockerfile
4 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Build System Fixes for Go Modules (#5655) * Docker based builds can now use the module cache * Simplify building the consul-dev docker image. * Make sure to pull the latest consul image. * Allow selecting base image version for the dev image
2019-04-12 19:17:13 +00:00
ARG CONSUL_IMAGE_VERSION=latest
FROM consul:${CONSUL_IMAGE_VERSION}
Update Consul-Dev.dockerfile (#5678) This was putting the new binary on the wrong path so this wasn't updating the docker image in any effectual way.
2019-04-17 16:21:24 +00:00
COPY consul /bin/consul