Images with deleted timestamps break with Docker 26 #6944
Closed
aaronmondal
started this conversation in
Bugs
Replies: 1 comment
-
Hello @aaronmondal Created #6947 for this issue. Regards, Dmitriy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
GitHub updated the GHA runner's docker from 24 to 26 in actions/runner-images@619f9fd. Since then the trivy workflows in our repo broke.
At the moment a workaround is
Desired Behavior
Trivy working without the above patch.
Actual Behavior
Reproduction Steps
Check out e.g. https://github.com/TraceMachina/nativelink/commit/bf9edc9c0a034cfedaa51f039123cb29278d3f7e, enter the nix environment and run `local-image-test`. This effectively creates a container image with an erased timestamp that triggers the failure.
Target
Container Image
Scanner
Vulnerability
Output Format
None
Mode
Standalone
Debug Output
Operating System
Linux 6.9.2-gentoo x86_64 GNU/Linux
Version
Checklist
trivy image --reset
Beta Was this translation helpful? Give feedback.
All reactions