Closed lucab closed 8 years ago
This commit fixes docker2aci pull-by-digest in order to avoid an improper fallback to "latest" tag and a wrong comparison when no tags have been specified.
Reference: https://github.com/coreos/rkt/issues/2313#issuecomment-245455406
This should have been spotted by TestFetchingByDigestV22, so there is probably another bug to be chased in the testsuite.
TestFetchingByDigestV22
/cc @dgonyeo
nice catch, lgtm
This commit fixes docker2aci pull-by-digest in order to avoid an improper fallback to "latest" tag and a wrong comparison when no tags have been specified.
Reference: https://github.com/coreos/rkt/issues/2313#issuecomment-245455406