mirror of
https://github.com/moby/moby.git
synced 2026-08-10 17:15:06 +00:00
When saving a docker image with `docker save`, output may have the current timestamp, resulting in slightly changed content each time the `save` command gets run. This patch attemtps to stabilize that effort to clean up some spots where we've missed setting the timestamps. It's not totally clear that setting these timestamps to 0 is the correct behavior but it will fix the hash stability problem on output. Signed-off-by: Stephen Day <stephen.day@docker.com> Signed-off-by: Sebastiaan van Stijn <github@gone.nl>