Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: removing image by ID should conflict with running container. #2927

Merged
merged 1 commit into from
Jul 1, 2019

Commits on Jun 24, 2019

  1. bugfix: removing image by ID should conflict with running container.

    If image is used by a running container and this image has another tag,
    there are two reference of this image. Remove the image by ID without
    "--force" will success that is unexpected.
    
    This patch will fix it. We should check if any containers using this
    image ID. And add tests.
    
    Signed-off-by: Wang Rui <baijia.wr@antfin.com>
    zjumoon01 committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    6c52ffe View commit details
    Browse the repository at this point in the history