-
Notifications
You must be signed in to change notification settings - Fork 22
Add openSUSE Leap 15.6 node and CI images #1063
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
Signed-off-by: Nuutti Hakala <nuutti.hakala@est.tech>
3f244d7
to
e555196
Compare
# Patch DIB source to accept openSUSE Leap 15.6. This is merged into upstream | ||
# but we have to wait for new release. Most likely will be in >3.39 | ||
python_version=$(python3 --version | awk '{print $2}') | ||
python_version_minor=${python_version%.*} | ||
sed -i "8i15.6) export OPENSUSE_REPO_DIR=openSUSE_Leap_\${DIB_RELEASE} ;;" \ | ||
"${REPO_ROOT}"venv/lib/python"${python_version_minor}"/site-packages/diskimage_builder/elements/opensuse/environment.d/10-opensuse-distro-name.bash | ||
|
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.
As the comment states, DIB does not allow any other versions than 15.5. A PR to accept also 15.6 is already merged, but it will take some time before it lands in a release. Hence I have this "quickfix" here for the moment being.
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This PR adds the required elements and configuration to build openSUSE Leap 15.6 based elements for the CI.