The pull "URL" in Koji container build is not real URL, but only string based on which the image can be found. To get the manifest of particular image, Freshmaker needs to parse the pull string and construct the proper API request. This PR does that.
The
pull"URL" in Koji container build is not real URL, but only string based on which the image can be found. To get the manifest of particular image, Freshmaker needs to parse the pull string and construct the proper API request. This PR does that.