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

libpod/image: Use ParseNormalizedNamed in RepoDigests #2106

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2019

  1. libpod/image: Use ParseNormalizedNamed in RepoDigests

    Avoid generating
    quay.io/openshift-release-dev/ocp-release@sha256@sha256:239... and
    similar when the image name is already digest-based [1].  It's not
    clear exactly how we get into this state, but as shown by the unit
    tests, the new code handles this case correctly (while the previous
    code does not).
    
    [1]: containers#2086
    
    Signed-off-by: W. Trevor King <wking@tremily.us>
    wking committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    a780521 View commit details
    Browse the repository at this point in the history