Files
kubernetes/pkg
Matt Moore 2d396797a9 Fix for issue 3797.
Docker's logic for resolving credentials from .dockercfg accepts two kinds of matches:
1. an exact match between the dockercfg entry and the image prefix
2. a hostname match between the dockercfg entry and the image prefix

This change implements the latter, which permits the docker client to take .dockercfg entries of the form:
   https://quay.io/v1/
and use them for images of the form:
   quay.io/foo/bar
even though they are not a prefix-match.
2015-01-26 14:06:12 -08:00
..
2015-01-26 09:32:09 -05:00
2014-09-16 15:19:02 -07:00
2015-01-15 12:02:22 -08:00
2015-01-26 14:06:12 -08:00
2015-01-14 15:22:21 -08:00
2014-11-02 22:26:45 -08:00
2014-12-19 12:28:51 -08:00
2015-01-18 01:32:34 -06:00
2015-01-22 09:46:53 -08:00
2015-01-26 14:06:12 -08:00
2015-01-14 17:38:48 -08:00
2015-01-14 15:22:21 -08:00
2015-01-20 19:50:24 -08:00