Actions
Bug #9716
closedVersion comparison with Foreman breaks migrate
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
These lines (https://github.com/theforeman/foreman-docker/blob/master/lib/foreman_docker/engine.rb#L91-L95) lead to the following:
Malformed version number string 1.8.0-RC1 /opt/rh/ruby193/root/usr/share/rubygems/rubygems/version.rb:187:in `initialize' /opt/rh/ruby193/root/usr/share/gems/gems/foreman_docker-1.2.1/lib/foreman_docker/engine.rb:92:in `new' /opt/rh/ruby193/root/usr/share/gems/gems/foreman_docker-1.2.1/lib/foreman_docker/engine.rb:92:in `block (2 levels) in <class:Engine>' /usr/share/foreman/app/services/foreman/plugin.rb:62:in `instance_eval' /usr/share/foreman/app/services/foreman/plugin.rb:62:in `register'
Actions