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

feat: add force_remove option to r/image #104

Merged
merged 4 commits into from Dec 29, 2020
Merged

Commits on Dec 28, 2020

  1. Copy the full SHA
    5c8375b View commit details
    Browse the repository at this point in the history
  2. fix: remove docker image by not image id but image name

    When a Docker image is used by a container, it fails to remove the image
    by image id even if "force" option is enabled.
    By specifying image name, the image tag is removed successfully.
    
    #104 (comment)
    suzuki-shunsuke committed Dec 28, 2020
    Copy the full SHA
    e105cda View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    32527fc View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Copy the full SHA
    40fd25b View commit details
    Browse the repository at this point in the history