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

image prune command fixed as per docker image prune. #4512

Merged
merged 4 commits into from Nov 22, 2019

Commits on Nov 12, 2019

  1. warning added before image prune command

    Warning message added before executing image prune
    Added a force option, to execute without user input.
    
    Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
    kunalkushwaha committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    472a721 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. timestamp related functions added

    timetype package include functions for calculating
    time input in string as one of golang duration format and
    calculate as unix timestamp
    
    Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
    kunalkushwaha committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c200583 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. filter added to image pruge command.

    filter option accepts two filters.
    - label
    - until
    label supports "label=value" or "label=key=value" format
    until supports all golang compatible time/duration formats.
    
    Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
    kunalkushwaha committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    5082496 View commit details
    Browse the repository at this point in the history
  2. document updated for filter and until options

    examples of image prune with filter and
    until options added
    
    Signed-off-by: Kunal Kushwaha <kunal.kushwaha@gmail.com>
    kunalkushwaha committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    c7d911e View commit details
    Browse the repository at this point in the history