Use actual timestamp build timestamp in container

This butchers reproducibility, but shouldn't actually do any harm. For
the sake of having actually useful dates in the container list, it is
probably the way to go anyway.

Closes #44
This commit is contained in:
Yannik Rödel 2022-07-11 08:34:49 +02:00
parent 19b68b7a52
commit 6550959861

View file

@ -51,6 +51,7 @@
container = pkgs.dockerTools.buildLayeredImage {
name = "angestoepselt-site";
tag = "latest";
created = "now";
# See here for the documentation on this option:
# https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions