Files
artifactapi/internal/api
unkinben e18a4cbda9
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
feat: add Docker Registry V2 endpoint at /v2/
Docker clients expect /v2/ for registry protocol. Maps:
- GET/HEAD /v2/ → 200 with Docker-Distribution-Api-Version header
- GET/HEAD /v2/{remoteName}/* → proxied to the named docker remote

This allows: docker pull artifactapi.example.com/{remoteName}/image:tag
2026-06-26 23:34:14 +10:00
..