Function srtool_lib::get_image_tag
source · pub fn get_image_tag(cache_validity: Option<u64>) -> Result<String, Error>
Expand description
Get the latest image. it is fetched from cache we have a version that is younger than cache_validity
in seconds.