Refs #19694 - Bump rubocop version to 0.49.1
Fixes #18518 - Add proper validation for container image
For now the image has only been validate via the resultof the search, but not enforced on the server side.
The model validation brings now proper feedback whenthe form has been submitted to the server.
Fixes #18733 - Prevent fallback to Docker Hub on registry search
When searching for an external registry the search would showresults from Docker Hub due to it searching via the computeresource.
By using a registry parameter to indicate which search tab is...
Fixes #10417 - Translate wizard states
Wizard states were shown after calling 'symbol'.to_s.humanize, whichdidn't allow them to be translated. I define the strings to be shownin the helper so that they can be translated.
refs #8918 - Enable creating container via katello
This commit provides the integration point to enable katello provisiondocker container
Fixes #9159 - Fix rubocop 0.28.0 errors
fixes #9004: wizard moves correctly between persisted states now
Fixes #8485 - Taxable containers
fixes #7867: container creation wizard now tracks state in dedicated objects
Fixes #8632 - Move docker tables out of foreman-docker
Fixes #7647: Added support for external registries
Rubocop support and config
Containers wizard and index