Create configures not to pull the base image when building images
Currently, when executing "docker-build", waiting too long to pull the base image(centos:
Obviously, when the base images is already ready, the pull-step is not needed and is obstructive when network is not good.
This blueprint's goal is to create a configure/parameter making no-pull base image, when it was loaded.
And certainly, the default value is 'pull', to make the default building process stay the same.
Blueprint information
- Status:
- Complete
- Approver:
- Swapnil Kulkarni
- Priority:
- Medium
- Drafter:
- James Du
- Direction:
- Approved
- Assignee:
- James Du
- Definition:
- Approved
- Series goal:
- Accepted for ocata
- Implementation:
- Implemented
- Milestone target:
- ocata-3
- Started by
- Swapnil Kulkarni
- Completed by
- Jeffrey Zhang
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Create a configure/parameter making no-pull base image, when it was loaded. And certainly, the default value is 'pull', to make the default building process stay the same.