Reference

Fegistry is a small flask application designed to handle requests for Fedora containers.

Views

fegistry.views.add_docker_headers(response)[source]

Add the necessary Docker headers to every response.

Parameters:response (flask.Response) – The flask.Response to modify
Returns:The modified flask response
Return type:flask.Response
fegistry.views.v2()[source]

Answer the GET /v2/ API call with {}.

Returns:A JSON response
Return type:flask.Response