Skip to content

Fallback to the filesystem metadata if something is not found in the database

While running the registry in mirrored mode, which will happen during the initial testing stages, it would be ideal to make it read first from the database and fallback to the filesystem if not found there. Currently, we're reading from the database first and halting if not found.

Api GET Operations

  • blobHandler !291 (merged)
  • catalogHandler (Falling back not possible)
  • manifestHandler !292 (merged)
  • tagsHandler (Falling back not possible)

Api PUT Operations

API DELETE Operations

Edited by Hayley Swimelar