// +build linuxpackagemainimport("os""github.com/sirupsen/logrus")funcCheckForRegistries(){if_,err:=os.Stat("/etc/containers/registries.conf");err!=nil{ifos.IsNotExist(err){logrus.Warn("unable to find /etc/containers/registries.conf. some podman (image shortnames) commands may be limited")}}}