Revision e0543554
Added by Daniel Lobato Garcia over 8 years ago
app/models/container.rb | ||
---|---|---|
1 | 1 |
class Container < ActiveRecord::Base |
2 | 2 |
include Authorizable |
3 | 3 |
include Taxonomix |
4 |
include ForemanTasks::Concerns::ActionSubject |
|
5 | 4 |
|
6 | 5 |
belongs_to :compute_resource |
7 | 6 |
belongs_to :registry, :class_name => "DockerRegistry", :foreign_key => :registry_id |
Also available in: Unified diff
Revert "Fixes #8409 - Pull docker image asynchronously"
This reverts commit 16234b270677486ea197a0dca54b14ed981abfc5.
Conflicts:
app/models/service/containers.rb