Closed Virsacer closed 2 months ago
We set SOURCE_DATE_EPOCH
(buildkit docs) while building -- if you want to see the date the build was performed, you'll want to look at the org.opencontainers.image.created
annotation we add in the image index (relevant code) instead: https://oci.dag.dev/?image=httpd:2.4-alpine ("org.opencontainers.image.created": "2024-09-06T23:20:57Z"
).
Thanks for the explanation
I was confused by the fact, that docker images
listed both the freshly downloaded and the previous image with CREATED "7 weeks ago"
Indeed, it's unfortunate -- I wish we could somehow have Docker show when we built it and still have the possibility of a reproducible build in the future. :disappointed:
Glad that answers your question!
Hi, I pulled the new image
but Docker inspect shows, that this image is almost 2 month old: