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

Change cache key calculation to be more reproducible. #525

Merged
merged 1 commit into from
Jan 23, 2019

Commits on Jan 23, 2019

  1. Change cache key calculation to be more reproducible.

    Before we were using the full image digest, but that contains a timestamp. Now
    we only use the layers themselves and the image config (env vars, etc.).
    
    Also fix a bug in unpacking the layers themselves. mtimes can change during unpacking,
    so set them all once at the end.
    dlorenc committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    7f4051c View commit details
    Browse the repository at this point in the history