direktiv / vorteil

turn your applications and containers into micro virtual machines
https://direktiv.io
Apache License 2.0
174 stars 13 forks source link

set modTime to 0 and dir size to 0 when marshalling filetree json #113

Closed jamesjmurtagh closed 3 years ago

jamesjmurtagh commented 3 years ago

Signed-off-by: James james.murtagh@vorteil.io

Description

Set the modtime of files in (pkg/vio/tree.go) (*TreeNode).MarshalJSON function to time.Time{}. Also set size to 0 if file is a directory.

Purpose

Allows for reproducible package refs from the same source.