ITISFoundation / osparc-ops-environments

osparc operations
MIT License
3 stars 6 forks source link

Perform docker hub login on nodes #882

Open YuryHrytsuk opened 5 days ago

YuryHrytsuk commented 5 days ago
### Tasks
- [X] Master
- [ ] Stag
- [ ] Prod

Rational

We need logged in user to be pull private images from ITISFoundation Dockerhub Account. This is not required if deployment relies in registry pull through cache which is not always the case. As soon as registry pull through cache is used on all deployments, we can remove docker login from nodes

Related PRs