mirror of
https://github.com/moby/moby.git
synced 2026-01-15 18:02:03 +00:00
The most notable change here is that the OCI's type uses a pointer for `Created`, which we probably should've been too, so most of these changes are accounting for that (and embedding our `Equal` implementation in the one single place it was used). Signed-off-by: Tianon Gravi <admwiggin@gmail.com>