From 38b15418cafea7917606318626231509a4b0d7ff Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 15 Apr 2024 07:00:14 -0400 Subject: [PATCH] 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 --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index dcea0c2d..46efdc4d 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];