Skip to content

Commit

Permalink
https:/GoogleContainerTools/jib/issues/1079
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonato committed Oct 11, 2018
1 parent b2bd6b4 commit ba65544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public UnwrittenLayer build() {
TarStreamBuilder tarStreamBuilder = new TarStreamBuilder();
for (TarArchiveEntry entry : sortedFilesystemEntries) {
// Strips out all non-reproducible elements from tar archive entries.
entry.setModTime(0);
entry.setModTime(1);
entry.setGroupId(0);
entry.setUserId(0);
entry.setUserName("");
Expand Down

0 comments on commit ba65544

Please sign in to comment.