remove created date from OCI image generation
dockerhub and github container registry don't like this, and i have no idea what to do. Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
775191d5c1
commit
38b15418ca
1 changed files with 0 additions and 2 deletions
|
@ -197,8 +197,6 @@
|
|||
pkgs.dockerTools.buildImage {
|
||||
name = package.pname;
|
||||
tag = "main";
|
||||
# Debian makes builds reproducible through using the HEAD commit's date
|
||||
created = builtins.substring 0 8 self.lastModifiedDate;
|
||||
copyToRoot = [
|
||||
pkgs.dockerTools.caCertificates
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue