Actions
Bug #8873
closedneed to handle non standalone registry auth for a docker pull call
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
PR https://github.com/theforeman/foreman-docker/pull/65 addresses the docker pull call for the standalone registries.
But we need to address cases involving non standalone registries, where we need to query the index for the location of the image, we also must use the authentication token that the index passes to us together with the response.
look at
https://docs.docker.com/reference/api/hub_registry_spec/#pull
for more info
Actions