Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    a302b11a
    feat: custom docker registries (#1707) · a302b11a
    Rhys Arkins authored
    Adds support for custom docker registries. To work (for now), registries must support anonymous public access to their v2 API. Tested against quay.io and gcr.io, including tags pagination for quay. Also needed to add a 10s timeout for registry queries to catch private/firewalled registries that we can't access.
    
    Closes #797
    a302b11a
    History
    feat: custom docker registries (#1707)
    Rhys Arkins authored
    Adds support for custom docker registries. To work (for now), registries must support anonymous public access to their v2 API. Tested against quay.io and gcr.io, including tags pagination for quay. Also needed to add a 10s timeout for registry queries to catch private/firewalled registries that we can't access.
    
    Closes #797