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

fix(metadb): populate image pushTimestamp if it's 0 value #2003

Merged

Commits on Nov 9, 2023

  1. fix(metadb): populate image pushTimestamp if it's 0 value

    in the case of an already existing meta db without pushTimestamp field
    its value would be 0 until image is updated, check for zero values and update them
    with time.Now() so that retention logic won't remove them.
    
    Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
    eusebiu-constantin-petu-dbk committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b58abfe View commit details
    Browse the repository at this point in the history