[MINOR][INFRA] Use lsb_release -a to display the container os version#54219
Closed
zhengruifeng wants to merge 2 commits intoapache:masterfrom
Closed
[MINOR][INFRA] Use lsb_release -a to display the container os version#54219zhengruifeng wants to merge 2 commits intoapache:masterfrom
lsb_release -a to display the container os version#54219zhengruifeng wants to merge 2 commits intoapache:masterfrom
Conversation
LuciferYang
approved these changes
Feb 9, 2026
dongjoon-hyun
approved these changes
Feb 9, 2026
HyukjinKwon
approved these changes
Feb 9, 2026
Contributor
Author
|
thanks, merged to master |
rpnkv
pushed a commit
to rpnkv/spark
that referenced
this pull request
Feb 18, 2026
### What changes were proposed in this pull request? Use `lsb_release -a` to display the container os version ### Why are the changes needed? `uname -a` always show the host os version ### Does this PR introduce _any_ user-facing change? no, infra-only ### How was this patch tested? check in `lint` job which is currently based on ubuntu 22.04. ``` uname -a lsb_release -a ``` outputs ``` Linux ffe3f795a8eb 6.11.0-1018-azure apache#18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.5 LTS Release: 22.04 Codename: jammy ``` https://github.com/zhengruifeng/spark/actions/runs/21808410627/job/62915850607 ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#54219 from zhengruifeng/show_container_os. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
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.
What changes were proposed in this pull request?
Use
lsb_release -ato display the container os versionWhy are the changes needed?
uname -aalways show the host os versionDoes this PR introduce any user-facing change?
no, infra-only
How was this patch tested?
check in
lintjob which is currently based on ubuntu 22.04.outputs
https://github.com/zhengruifeng/spark/actions/runs/21808410627/job/62915850607
Was this patch authored or co-authored using generative AI tooling?
no