Bug #8409
closed
Failure when creating a container with an image not in the host
Added by Daniel Lobato Garcia over 10 years ago.
Updated almost 10 years ago.
Description
If the compute resource docker host does not have the image, creation will fail, fog will return a 404.
The images should be pulled from the registry on creation asynchronously, and display progress like the orchestration progress bar displayed during host creation.
Basically foreman-docker does not do a docker pull before trying to create a container with the pulled image. We need to add something that looks like
""
::Docker::Image.create({:fromImage => "registry:5000/<repo>", :tag => "latest"} )
""
before creating container
- Priority changed from Normal to High
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/65 added
- Pull request deleted (
)
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
- Status changed from Closed to Ready For Testing
- Status changed from Ready For Testing to Closed
Also available in: Atom
PDF