Commit Graph

10 Commits

Author SHA1 Message Date
Anton Kaliaev bf64dd21fd
[docker] move to alpine base image
813Mb => 29.5Mb
2017-02-06 00:11:03 +04:00
Anton Kaliaev ce18332b52
update Dockerfile
- update golang to 1.7.4
- version as env variable
- change DATA_ROOT from /tendermint/data to /tendermint (it's not just
  data that gets stored in DATA_ROOT; we create data folder on start; as
  a result we get /tendermint/data/data, which is confusing)
- remove noninteractive env vars (do we really need these?)
- remove nodejs dep (some apps may require nodejs, but core is not one
  of them; it was convenient before, but now I believe we ought to
  remove it because other people who are using java do not want a
  bloated container with nodejs)
- build tendermint inside a container (once again, it was convenient
  before, but now I am testing kubernetes and I don't want to wait every
  time TM compiles)
2017-01-27 21:10:13 +04:00
Ethan Buchman 6643e4969f tests: add throughput benchmark using mintnet and netmon 2016-08-05 19:02:43 -04:00
Ethan Buchman 16cd15b048 expose ports in dockerfile 2016-02-05 23:46:45 -05:00
Jae Kwon baa18fb0f7 Docker image has home dir 2016-02-04 22:11:47 -08:00
Jae Kwon 6c9428a3c9 Add support for nodejs5 2016-02-04 20:27:35 -08:00
Ethan Buchman 10de637496 upgraded DOCKER instructions 2015-10-13 12:57:34 -07:00
Ethan Buchman 69a9dc932a docker: move FROM to golang:1.4 because 1.4.2 broke 2015-07-10 05:36:15 +00:00
Ethan Buchman 6265e39bff docker fixups 2015-06-26 02:24:47 +00:00
Ethan Buchman 5d7df99591 docker 2015-06-13 05:37:05 +00:00