Has anyone had any joy adding Github Packages docker repos as an external feed?
I’m getting the following message:
Feed endpoint 'https://docker.pkg.github.com' does not appear to expose a valid Docker API. The url was tested against the v1 (https://docker.pkg.github.com/v1) and v2 (https://docker.pkg.github.com/v2) endpoints and both failed. Please check the uri and the feed provider, and try again. Read http://g.octopushq.com/DockerRegistries for more details.
Following http://g.octopushq.com/DockerRegistries it suggests that the check is for the header Docker-Distribution-Api-Version: registry/2.0
to be present on the endpoint https://docker.pkg.github.com/v2
which I have manually verified that it does. I have tried both with and without username & personal access token.
Any ideas?