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

docker: Fix docker image gc tracking #7947

Merged
merged 1 commit into from
May 13, 2020
Merged

Commits on May 13, 2020

  1. docker: Fix docker image gc tracking

    This fixes a bug where docker images may not be GCed.  The cause of the
    bug is that we track the task using `task.ID+task.Name` on task start
    but remove on plain `task.ID`.
    
    This haromize the two paths by using `task.ID`, as it's unique enough
    and it's also used in the `loadImage` path (path when loading an image
    from a local tarball instead of dockerhub).
    Mahmood Ali committed May 13, 2020
    Configuration menu
    Copy the full SHA
    72c08e0 View commit details
    Browse the repository at this point in the history