Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Machine image gets immediately deleted after creation #37

Closed
marc- opened this issue Apr 15, 2015 · 1 comment
Closed

Machine image gets immediately deleted after creation #37

marc- opened this issue Apr 15, 2015 · 1 comment

Comments

@marc-
Copy link
Contributor

marc- commented Apr 15, 2015

Running recipe from example:

machine_image 'web_server' do
  recipe 'apache'
  machine_options :docker_options => {
      :base_image => {
          :name => 'ubuntu',
          :repository => 'ubuntu',
          :tag => '14.04'
      }
  }
end

After chef-client exited, no docker images are accessible.
This happens due to following change in latest version if chef-provisioning (v1.0.1) .

@marc- marc- changed the title Machine image get immediately deleted after creation Machine image gets immediately deleted after creation Apr 21, 2015
marc- added a commit to marc-/chef-provisioning-docker that referenced this issue May 29, 2015
Addresses
- chef-boneyard#37
- chef-boneyard#24

Signed-off-by: Maksim Chizhov <maksim.chizhov@gmail.com>
marc- added a commit to marc-/chef-provisioning-docker that referenced this issue May 29, 2015
Addresses
- chef-boneyard#37
- chef-boneyard#24

Signed-off-by: Maksim Chizhov <maksim.chizhov@gmail.com>
(cherry picked from commit c8355ff)
marc- added a commit to marc-/chef-provisioning-docker that referenced this issue May 29, 2015
Addresses
- chef-boneyard#37
- chef-boneyard#24

Signed-off-by: Maksim Chizhov <maksim.chizhov@gmail.com>
randomcamel pushed a commit that referenced this issue Jun 4, 2015
Addresses
- #37
- #24

Signed-off-by: Maksim Chizhov <maksim.chizhov@gmail.com>
randomcamel pushed a commit that referenced this issue Jun 8, 2015
Addresses
- #37
- #24

Signed-off-by: Maksim Chizhov <maksim.chizhov@gmail.com>
@randomcamel
Copy link
Contributor

Should be fixed by PR #47.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants