Skip to content

docker: fixes and cleanup

A couple of fixes and stability improvements for the docker environment.

commit d64cdff82b73a1d4ec530909f1a23af95037ddd9 (HEAD -> master)
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Thu Apr 23 15:23:13 2020 +0200

    docker/tests/loader_git: Stop waiting task termination on traceback

commit 4e92003c8bced452a06d1faf723c2ba142c53b7c
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Thu Apr 23 15:16:33 2020 +0200

    docker/services: Add missing waits for swh-scheduler service
    
    We need to ensure scheduler service is up before celery workers attempt to create
    scheduler task types.

commit d1658711d0217315eaf62e0a822137339609f1b7
Author: Antoine Lambert <antoine.lambert@inria.fr>
Date:   Thu Apr 23 15:11:38 2020 +0200

    docker/Dockerfile: Remove no more needed pip instructions
    
    cassandra-driver now has a binary wheel and Django 2.x is now used

Migrated from D3054 (view on Phabricator)

Merge request reports