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

Fixes issues where remove_images fails if the image is in use #376

Closed
wants to merge 1 commit into from
Closed

Fixes issues where remove_images fails if the image is in use #376

wants to merge 1 commit into from

Conversation

ersmith
Copy link
Contributor

@ersmith ersmith commented Dec 19, 2020

Description

Previously, when remove_images was set to true, you would receive an error if the image was in use somewhere else. This fixes it by checking to see if the image is in use and skipping image removal if that is the case. It takes the idea presented in #361 and incorporates the feedback on that PR.

Issues Resolved

This PR fixes #360

Check List

  • All tests pass. See TESTING.md for details.
  • New functionality includes testing.
  • New functionality has been documented in the README if applicable.

damacus
damacus previously approved these changes Aug 21, 2023
@damacus damacus self-assigned this Aug 21, 2023
@damacus
Copy link
Contributor

damacus commented Aug 21, 2023

Will batch release this, this week.

@damacus
Copy link
Contributor

damacus commented Nov 15, 2023

Closing in favour of #406

@damacus damacus closed this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docker images deletions fails when instances share the same image ID
2 participants