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

Conversation

imeoer
Copy link
Collaborator

@imeoer imeoer commented Apr 6, 2022

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

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>
@bergwolf bergwolf merged commit f3e7e80 into dragonflyoss:master Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants