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 image handling bugs in twoliter update #326

Merged
merged 3 commits into from
Jul 17, 2024

Commits on Jul 17, 2024

  1. fix bug in call to 'docker image inspect'

    The --format string erroneously surrounded the output of `docker image
    inspect` in quotes, causing the JSON parser to read the output as a
    string instead of an object.
    cbgbt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f82e6a1 View commit details
    Browse the repository at this point in the history
  2. always canonicalize image manifests

    Prior to canonicalizing image manifests, crane and docker would result
    in slightly different image digests due to non-semantic formatting differences.
    cbgbt committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    98ca177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f0ebf6 View commit details
    Browse the repository at this point in the history