Update docker images. - #860
Merged
Merged
Conversation
moritzbuhl
force-pushed
the
fixup-ci-4
branch
7 times, most recently
from
August 8, 2026 01:22
63b5a8d to
fa0e8eb
Compare
moritzbuhl
marked this pull request as ready for review
August 8, 2026 11:13
moritzbuhl
requested review from
AndreasFuchsTPM,
JuergenReppSIT and
cplappert
August 10, 2026 07:17
* use size optimized images * move to Ubuntu 26.04 from Ubuntu 24.04 * move to Ubuntu 26.04 from EOL Ubuntu 20.04 * move to Fedora 44 from EOL Fedora 32 Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
gcc on Fedora 43 shows this error during compilation:
src/random.c: In function 'random_get_bytes':
src/random.c:130:5: error: the comparison will always evaluate as 'true' for the address of 'rand_state' will never be NULL [-Werror=address]
130 | assert (random->rand_state);
Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
* test/command-source_unit.c:297:26: warning: 1st function call argument is an uninitialized value [core.CallAndMessage] * test/command-source_unit.c:336:11: warning: 2nd function call argument is an uninitialized value [core.CallAndMessage] * test/command-source_unit.c:340:5: warning: 1st function call argument is an uninitialized value [core.CallAndMessage] Signed-off-by: Moritz Buhl <moritz.buhl@infineon.com>
AndreasFuchsTPM
approved these changes
Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Depends on tpm2-software/tpm2-software-container#112