Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Do not remove images that did not exist in the last run #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Do not remove images that did not exist in the last run #97

wants to merge 1 commit into from

Commits on Mar 31, 2016

  1. Do not remove images that did not exist in the last run

    If an image did not exist in the last run then it may have just been created.
    
    If the image has just been created and we remove it then we might encounter:
    
    #43
    
    There are two outstanding issues related to #43
    
    1. It is stated in moby/moby#8926 (comment) that the fix while applicable to `docker pull` may not fix the issue for `docker build`
    2. The fix for moby/moby#8926 has not been back ported to Docker 1.7.1 (the last version of Docker supported on RHEL 6)
    
    While most people do not care about (2), (1) may still be an issue.
    pdericson committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    45ed469 View commit details
    Browse the repository at this point in the history