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-pruning: dereference ImageStreamTags #16821

Commits on Oct 23, 2017

  1. image-pruning: delete istag references to absent images

    Images can manually removed using `oc delete`. Image stream tags having
    references to these images become obsolete - we may delete them.
    
    To be sure that we don't remove reference to image that has just been
    created (and we don't know about it), make sure to honor
    --keep-younger-than.
    
    Fixed help message for --keep-younger-than.
    
    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    43a1f54 View commit details
    Browse the repository at this point in the history
  2. image-pruning: add daemonsets to the graph

    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    f7d5e70 View commit details
    Browse the repository at this point in the history
  3. image-pruning: add upstream deployments to the graph

    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    efcbf40 View commit details
    Browse the repository at this point in the history
  4. image-pruning: adding replica sets to the graph

    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    d61dcb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. image-pruning: derefence imagestreamtags

    Create strong references to images for each pod/bc/dc/etc that uses
    <host>/<repo>:tag reference.
    
    Resolves bug 1498604
    
    Signed-off-by: Michal Minář <miminar@redhat.com>
    Michal Minář committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    1cda0bb View commit details
    Browse the repository at this point in the history