oceanprotocol / pm

Zenhub needs each issue associated with one repo. This repo is a workaround, to mark issues that span >1 repos.
4 stars 0 forks source link

C2D: Handle multiple container services #175

Closed alexcos20 closed 1 year ago

alexcos20 commented 2 years ago

Right now, we are only supporting dockerhub for container services. In order to add more, we need to refactor the checksum check flow.

Proposal:

calina-c commented 2 years ago

Integrated some preliminary work here: https://github.com/oceanprotocol/provider/pull/525https://github.com/oceanprotocol/provider/pull/525

namely moving container validation separately for better reusability. That impacted the messages, meaning now we send validation message for each type of container type tried (for now only docker, but open for more). I also added the endpoint to validate the container separately.

alexcos20 commented 1 year ago

It's clear that expanding provider with multiple services will take a long time. But we don't need to.

Proposed new flow:

How to handle private images (that requires authentication at docker pull ...)