kitchen-docker 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c09df0c979ea3e7b2c41f2060e87d73a28bc4a8
4
- data.tar.gz: 21c1e8671d41798bf5ce32355fb37d4a278a374d
3
+ metadata.gz: 97476fa9f1727b67c54b92073117573875b73ec3
4
+ data.tar.gz: bcd786ad35ff15be051d6c5bd703234c6448d9bb
5
5
  SHA512:
6
- metadata.gz: 3d6bbc85c049709af971de1215e4787c6335ccad76ca20c0bd0824e6619c20442bb04473bdc44950fcde25ba02b147ad25760a55e82bd7debc043b3664ee5ba4
7
- data.tar.gz: 40171dfb75321a7eb884665faff0dfdff61140f3d382f6ac5c845af929e23bcd5bf1737b22ce6e81202d4da45e4b32624d8f672313e4b621e66e4b0cc01c9a5f
6
+ metadata.gz: 6348fc5a519e9d76c728bd4c79963db29ae5e819d1dd5cf6d6f26c6b3813a9e53209fe1bad4fc3c019975be343b9aee6b3943753ec67c65283ea6d87570503aa
7
+ data.tar.gz: 531d089366ddb60ae5f60b85745153c4f8aa72b70c5c1b7b9494e2d6709af94f5699c478e5b220456c36eb65e4fb470bbafc037e9e37d22ff877c9f11370f392
@@ -50,7 +50,6 @@ module Kitchen
50
50
  state[:container_id] = run_container(state) unless state[:container_id]
51
51
  state[:hostname] = container_address(state) unless state[:hostname]
52
52
  wait_for_sshd(state[:hostname])
53
- ensure_fqdn(state)
54
53
  end
55
54
 
56
55
  def destroy(state)
@@ -157,11 +156,6 @@ module Kitchen
157
156
  parse_container_ip(output)
158
157
  end
159
158
 
160
- def ensure_fqdn(state)
161
- ssh_args = build_ssh_args(state)
162
- ssh(ssh_args, 'echo "127.0.0.1 `hostname`" | sudo tee -a /etc/hosts')
163
- end
164
-
165
159
  def rm_container(state)
166
160
  container_id = state[:container_id]
167
161
  run_command("docker stop #{container_id}")
@@ -21,6 +21,6 @@ module Kitchen
21
21
  module Driver
22
22
 
23
23
  # Version string for Docker Kitchen driver
24
- DOCKER_VERSION = "0.6.0"
24
+ DOCKER_VERSION = "0.7.0"
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-docker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Porter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-07 00:00:00.000000000 Z
11
+ date: 2013-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: test-kitchen