1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-10 20:05:02 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
krish7919 (Krish)
60f83a724a Refactor Dockerfile post locale errors
* Basing BigchainDB docker image from `python:3.6` in `Dockerfile` and `Dockerfile-dev`.
* Added ENV var for websocket interface
* Optimization to Dockerfile-dev to save build time during dev/test.
  Pre-installing the `pynacl` dependeny in separate command so that devs
  do not need to wait while testing. The trade-off is that devs will
  need to clear (`rmi`) the image to start from scratch.

[skip ci]
2017-04-19 16:09:04 +02:00
Andrej Svenke
3b99daa080 Docker image optimization. (#1277) 2017-03-17 12:18:20 +01:00
Krish
1bcf84262c Adding a VOLUME statement in Dockerfile (#1212)
- MacOS does not allow users to mount folders from the host unless it is
specified during build time.
- This is needed as the container on Mac needs to access the .bigchaindb
conf file residing on the host.
2017-02-22 18:48:31 +01:00
krish7919 (Krish)
f66c44689a Decouple backend DB and BigchainDB 2017-02-08 17:10:45 +01:00
krish7919 (Krish)
b318d62f7e Update Dockerfile with comments on force refresh 2017-01-31 13:07:06 -05:00
krish7919 (Krish)
aae60ea467 Solves #1105.
The `apt-get update` command executed with the install instructions
should not use a locally cached storage layer.
2017-01-31 13:07:06 -05:00
Jody Winston
704d55988b Fix use of locales for python et al 2016-12-30 12:53:53 -06:00
troymc
29d783425d Remove or comment-out the api_endpoint setting everywhere 2016-11-15 17:05:09 +01:00
troymc
818f38f688 Added installation of libffi-dev (or libffi-devel) to install docs, scripts, Dockerfiles 2016-10-18 10:10:34 +02:00
vrde
7944e0cd98
Allow temporary keypair if no conf file found
Closes #482, closes #559
2016-09-20 16:49:56 +02:00
vrde
08aaf784e5
Update documentation 2016-04-27 17:14:33 +02:00
vrde
2f4c2609a1
Update Dockerfile with new env variables 2016-04-26 04:28:59 +02:00
Sylvain Bellemare
e15d4ce39c Fix some config issues for docker-compose 2016-02-15 14:42:15 +01:00
Sylvain Bellemare
f8fd4ebaf7 Add rethinkdb to travis.yml 2016-02-10 21:56:25 +01:00
Wrigley the Buffalo
841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00