cloudflare/serverless-registry

New Feature Request: support multi fallbacks

Aperta

#81 aperta il 11 dic 2024

 (2 commenti) (1 reazione) (0 assegnatari)TypeScript (111 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (1425 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Multiple fallbacks are supported.

One implementation for reference:

  • serverless-registry can be configured with multiple domain names. For example: docker-mirror.example.com, quay-mirror.example.com
  • Config Multiple fallbacks
  • Depending on the requested domain name, fallback to the corresponding backend. For example, if the requested domain name is: docker-mirror.example.com, then fallback to docker.io.

Guida contributor