Support docker build context
The build_worker_version.py
task should support a docker context from .arkindex.yml
.
Basically, the worker should support:
docker:
build: docker/Dockerfile.worker
context: .
This is useful for projects with multiple dockerfile, such as captchan.