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

Cleanup docker images #5768

Merged
merged 5 commits into from
Jun 4, 2019
Merged

Cleanup docker images #5768

merged 5 commits into from
Jun 4, 2019

Commits on Jun 3, 2019

  1. docker: DestroyTask was not cleaning up Docker images because it was …

    …erroring early due to an attempt to inspect an image that had already been removed
    Chris Baker committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3a96683 View commit details
    Browse the repository at this point in the history
  2. docker/tests:

    - modified tests to cleanup now that RemoveContainer isn't in StartTask
    - fix some broken tests by removing docker images/containers before test
    Chris Baker committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3b82770 View commit details
    Browse the repository at this point in the history
  3. update changelog

    Chris Baker committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    60a3e95 View commit details
    Browse the repository at this point in the history
  4. drivers/docker: modify container/image cleanup to be robust to contai…

    …ners removed out of band
    Chris Baker committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    262c863 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b6d233 View commit details
    Browse the repository at this point in the history