projectatomic / atomic-host-tests

A collection of single-host tests for Atomic Host
GNU General Public License v3.0
18 stars 21 forks source link

atomic: handle multiple registries shortname pull #449

Closed mike-nguyen closed 5 years ago

mike-nguyen commented 5 years ago

The image cockpit/ws matches images in docker.io and registry.centos.org. When pulling with short name, it is not predictable which registry atomic will pull from. This change is a bit of a hack to force atomic to pull from registry.centos.org.

miabbott commented 5 years ago

Hacks abound! LGTM