Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Dockerfile post locale errors #1410

Merged
merged 1 commit into from Apr 19, 2017
Merged

Conversation

krish7919
Copy link
Contributor

  • 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.

@krish7919 krish7919 requested review from sbellem and ttmc April 19, 2017 13:41
Copy link
Contributor

@ttmc ttmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov-io
Copy link

codecov-io commented Apr 19, 2017

Codecov Report

Merging #1410 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1410   +/-   ##
=======================================
  Coverage   98.37%   98.37%           
=======================================
  Files          56       56           
  Lines        2588     2588           
=======================================
  Hits         2546     2546           
  Misses         42       42

* 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]
@krish7919 krish7919 merged commit ecbcf68 into master Apr 19, 2017
@vrde vrde deleted the dockerfile-refactor-0.10 branch March 21, 2018 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants