This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
Watch
2
Star
0
Fork
0
You've already forked consul
mirror of
https://github.com/status-im/consul.git
synced
2025-01-09 13:26:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
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 15:17:13 -04: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 12:21:24 -04:00
COPY consul /bin/consul
Reference in New Issue
Copy Permalink