Project

General

Profile

Revision 3bc253a2

Added by David Davis over 8 years ago

Refs #7642 - Create docker image and tag models

View differences:

app/controllers/containers/steps_controller.rb
21 21
      when :preliminary
22 22
        @container.update_attribute(:compute_resource_id, params[:container][:compute_resource_id])
23 23
      when :image
24
        @container.update_attribute(:image, params[:image])
24
        @container.image = params[:image]
25
        @container.update_attributes(params[:container])
25 26
      when :configuration
26 27
        @container.update_attributes(params[:container])
27 28
      when :environment

Also available in: Unified diff