mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
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:
parent
19b68b7a52
commit
6550959861
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue