panoramix 0.7.18 → 0.7.19

Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,8 @@ module Panoramix
28
28
  shell("docker tag #{@src} #{@dst}", false, @env)
29
29
 
30
30
  # Remove origin image
31
- shell("docker rmi #{@src}", false, @env)
31
+ # shell("docker rmi #{@src}", false, @env)
32
+ # It fails when the base image is in use.
32
33
  end
33
34
 
34
35
  def ps
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panoramix
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.18
4
+ version: 0.7.19
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-04-07 00:00:00.000000000 Z
12
+ date: 2016-05-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry