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:
@@ -197,8 +197,6 @@
|
|||||||
pkgs.dockerTools.buildImage {
|
pkgs.dockerTools.buildImage {
|
||||||
name = package.pname;
|
name = package.pname;
|
||||||
tag = "main";
|
tag = "main";
|
||||||
# Debian makes builds reproducible through using the HEAD commit's date
|
|
||||||
created = builtins.substring 0 8 self.lastModifiedDate;
|
|
||||||
copyToRoot = [
|
copyToRoot = [
|
||||||
pkgs.dockerTools.caCertificates
|
pkgs.dockerTools.caCertificates
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user