You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the reading list!
I'm a bit lost though with the argument of zeroing timestamp for the sake of reproducibility. Weren't the image SHA tags introduced for that purpose?
I'm I'm not mistaken, if my image is basing on FROM baseimage:label@shaX then I will actually always get a reproducible image with the correct timestamp using the native docker build command, right?
If you use the native docker build command, I believe that docker will recreate the same image (with the same SHA), assuming you haven't cleared your cache. However, if you clear your cache (or, I believe, use --no-cache), your resulting image will have a different SHA.
Summary
Building any image on MacOS with pack command results in an image that is supposedly 40 years old.
Environment
pack info
docker info
The text was updated successfully, but these errors were encountered: