dont include the timestamp in the docker image created date
i hate this Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
527a5cbd73
commit
775191d5c1
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@
|
|||
name = package.pname;
|
||||
tag = "main";
|
||||
# Debian makes builds reproducible through using the HEAD commit's date
|
||||
created = self.lastModifiedDate;
|
||||
created = builtins.substring 0 8 self.lastModifiedDate;
|
||||
copyToRoot = [
|
||||
pkgs.dockerTools.caCertificates
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue