containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

oci: add timestamp to image config #301

Closed lucab closed 7 years ago

lucab commented 7 years ago

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.