Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[suggestion] Verified this is safe for the pinned base: the vendored
libevmonelibs copied in at line 56 requirelibstdc++.so.6with at mostGLIBCXX_3.4.32/CXXABI_1.3.9, andubuntu:24.04shipslibstdc++6(GCC 13/14,GLIBCXX_3.4.32+) unconditionally becauseaptitself depends on it.The caveat is that the dependency is now satisfied only transitively by the base layer rather than declared. If the base is ever swapped for a slim/
-minimal/distroless variant (or a digest whose apt no longer pulls libstdc++6),seidwill fail at container start with adlopen/GLIBCXXerror thatdocker buildwon't catch. Suggest a short comment here recording thatlibevmoneneeds the base image'slibstdc++6(>= GLIBCXX_3.4.32), so a future base-image change gets the right prompt.