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

Ensure reproducibility of images. #7

Closed
coollog opened this issue Jan 29, 2018 · 2 comments
Closed

Ensure reproducibility of images. #7

coollog opened this issue Jan 29, 2018 · 2 comments
Assignees
Milestone

Comments

@coollog
Copy link
Contributor

coollog commented Jan 29, 2018

From GoogleContainerTools/minikube-build-tools-for-java#61

Building from the same source files should produce the same image on different computers. This means erasing timestamps (and other variations such as user ids) from files.

@loosebazooka
Copy link
Member

The current plan for this is :

  • sort entries by name
  • set mtime = 0
  • set userId = 0
  • set groupId = 0
  • set userName = ""
  • set groupName = ""

@coollog
Copy link
Contributor Author

coollog commented Feb 13, 2018

Sounds great!

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

No branches or pull requests

2 participants