feat: add Docker Registry V2 endpoint at /v2/ #57
Reference in New Issue
Block a user
Delete Branch "benvin/docker-v2-endpoint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v3 Go rewrite removed the /v2/ Docker Registry compatibility endpoint. Docker clients need:
Usage:
docker pull artifactapi.example.com/{remoteName}/image:tagDocker 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