Add container based on Ubuntu 26.04#33
Draft
s-hemer wants to merge 2 commits into
Draft
Conversation
mschwan-phytec
approved these changes
May 6, 2026
d27cb36 to
1cf1971
Compare
Contributor
Author
|
corrected 'wRynose' in commit message ... |
wdmegrv
requested changes
May 6, 2026
Copied the 'yocto-ubuntu-24.04' container and add some of the packages listed at [1] (there is no wrynrose docu yet): libacl1 libcrypt-dev (new for scarthgap+) python3-subunit python3-websockets (cmp separate 'apt-get' line in docu) xz-utils (came from a dependency previously) Additionally, moved the 'ca-certificate' install to the first apt run. Is this crucial to be installed after setting locales? [1] https://docs.yoctoproject.org/next/ref-manual/system-requirements.html#ubuntu-and-debian Signed-off-by: Steffen Hemer <s.hemer@phytec.de>
That saves another 'apt update' run. Signed-off-by: Steffen Hemer <s.hemer@phytec.de>
1cf1971 to
3784e7f
Compare
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.
While copying the 24.04 containerfile, I wondered (and still see no reason) why the ca-certificates install should run separately after setting locales env. action-runner container also does install it inline with the other packages.
Did not start a master test build yet... This is just to share what was the result of my short look into the topic yesterday.
Not sure if we need to update kas to i.e. 5.2 ...