Project

General

Profile

Support #21816

Updated by Peter Amstutz 19 days ago

https://github.com/distribution/distribution 

 It supports multiple storage backends: 

 https://github.com/distribution/distribution/tree/main/registry/storage/driver 

 Looks like authentication is pluggable too: 

 https://github.com/distribution/distribution/tree/main/registry/auth 

 In scope: 

 * serving images used by our jenkins CI/CD so we don't rely on Docker hub 
 * serving arvados/jobs image so our users don't rely on docker hub 

 Not in scope: 

 * How Arvados itself stores and serves images Things to think about.

Back