1
0
mirror of https://github.com/projectatomic/atomic.git synced 2026-02-06 21:45:24 +01:00
Files
atomic/Atomic
Brent Baude c20cc24d06 Atomic/pull.py: Fix logic error in pull
When a image without a registry is provided as input, i.e.

atomic pull busybox

We are not able to resolve that reference now because we can
no longer depend on docker's algo's for that as we now
use skopeo. Therefore, we now take the input, see if skopeo
inspect can resolve it; and then decompose the fqdn so we
can check if the registry is secure.  Had to make a small
change on the return types of util.decompose to ensure
it returns str objects or else it will return unicode in
python2.

Closes: #650
Approved by: rhatdan
2016-09-21 20:37:13 +00:00
..
2016-09-20 07:35:28 -04:00
2016-08-30 10:52:48 +00:00
2016-08-30 10:52:48 +00:00
2016-09-19 19:22:56 +00:00
2016-09-19 19:22:56 +00:00
2016-07-25 12:57:36 -07:00
2016-09-01 19:02:07 +00:00
2016-08-30 10:52:48 +00:00
2016-08-30 10:52:48 +00:00
2016-09-20 21:03:51 +00:00
2016-08-30 10:52:48 +00:00