gradle bootBuildImage produces

REPOSITORY                                                TAG                                                                          IMAGE ID       CREATED         SIZE
showcase                                                  2.0.0-SNAPSHOT                                                               a1d1360b96b1   43 years ago    342MB
paketobuildpacks/builder                                  base                                                                         a78886553f5f   43 years ago    1.23GB

the CREATED is 43 years ago which means is created at Unix Epoch Time, It's an obvious mistake.

Comment From: mdeinum

Not sure if it is an obvious mistake as AFAIK it is deliberate due to reproducibility (see https://github.com/spring-projects/spring-boot/issues/20126#issuecomment-625323684).

Related: https://github.com/spring-projects/spring-boot/issues/28798