frictionlessdata / datapackage-pipelines

Framework for processing data packages in pipelines of modular components.
https://frictionlessdata.io/
MIT License
119 stars 32 forks source link

fix redis-server for alpine 3.8 + add tests for running using docker #136

Closed OriHoch closed 6 years ago

OriHoch commented 6 years ago

the python image recently upgraded to alpine 3.8 (https://github.com/docker-library/python/commit/2155dc903863849059d9eb86831efa7143afa13d) - this introduces a breaking change in redis, see https://bugs.alpinelinux.org/issues/9146

this fixes the problem and also added tests of the docker image

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 866


Totals Coverage Status
Change from base Build 861: 0.0%
Covered Lines:
Relevant Lines: 0

💛 - Coveralls
akariv commented 6 years ago

Thanks @OriHoch !