ReproNim / containers

Containers "distribution" for reproducible neuroimaging
Apache License 2.0
26 stars 14 forks source link

For uber-reproducibility - make zoneinfo always be UTC inside the container #55

Closed yarikoptic closed 3 years ago

yarikoptic commented 3 years ago

Well -- original motivation is really to provide consistent mode of operation between OSX and linux hosts, where OSX might not have /etc/localtime to bind mount inside, so we would need to either return the one shipped within docker shim, or bind mount ours. but then why only then? So for consistency I have decided that all execution inside containers will be done in UTC time zone