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

Builder: make repeatable for root directory #372

Merged
merged 1 commit into from
Apr 6, 2022

Commits on Apr 6, 2022

  1. Builder: make repeatable for root directory

    Usually the root directory is created by the build tool (nydusify/buildkit/acceld)
    and the mtime of the root directory is different for each build, which makes it
    completely impossible to achieve repeatable builds, especially in a tar build scenario
    (blob + bootstrap in one tar layer), which causes the layer hash to change and wastes
    registry storage space, so the mtime of the root directory is forced to be ignored.
    
    Signed-off-by: Yan Song <imeoer@linux.alibaba.com>
    imeoer committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    1f0a58c View commit details
    Browse the repository at this point in the history