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
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6240 added
Updated by Partha Aji over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|7be5d7f2540b9e60ca0e92b604a275e632f11bc9.
Updated by Partha Aji over 8 years ago
- Related to Bug #16051: Need to enable setting the crane port in puppet-capsule added
Actions