Actions
Bug #16037
closedEnable katello docker registries to use other ports
Description
https://github.com/Katello/katello/blob/master/app/models/katello/concerns/container_extensions.rb#L17 hard codes crane registry the port in the pull url. This means that value is not configurable causing all sorts of issues. We need to make it use a Settings var
if Repository.where(:pulp_id => repository_name).count > 0 manifest_capsule = self.capsule || CapsuleContent.default_capsule.capsule "#{URI(manifest_capsule.url).hostname}:5000/#{repo_url}" else repo_url end
Actions