ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
43 stars 27 forks source link

Move current deprecated director to director-v2 and retire #1988

Open sanderegg opened 3 years ago

sanderegg commented 3 years ago
### Tasks
- [ ] The catalog service shall handle everything related to the docker registry
- [ ] The handling of the dynamic services shall be handled by the director-v2
- [ ] remove any occurence of director-v0 in the other services but director-v2
- [ ] move the legacy services in the director-v2
- [ ] move the registry in catalog
- [ ] remove completely the director-v0
sanderegg commented 3 years ago
sanderegg commented 2 years ago

waiting for dynamic services to be ported

pcrespov commented 1 year ago

IMPORTANT: for point 3 there is some code already in place in ITISFoundation/osparc-simcore/packages/pytest-simcore/src/pytest_simcore/helpers/utils_docker_registry.py that can be reused

class Registry:
    # SEE https://docs.docker.com/registry/spec/api
    # SEE  https://github.com/moby/moby/issues/9015

    def __init__(self, **data):