For reference, this is an optional string field which later turned into a time.Time field. This is giving me some issues during interop roundtrips due to https://github.com/opencontainers/image-spec/issues/626. Setting it explicitly here at source should workaround it without any side-effects.
For reference, this is an optional string field which later turned into a
time.Time
field. This is giving me some issues during interop roundtrips due to https://github.com/opencontainers/image-spec/issues/626. Setting it explicitly here at source should workaround it without any side-effects.