-
Notifications
You must be signed in to change notification settings - Fork 67
Add support for rhel10.0 and rhel10.1 #496
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
9a3e0d9 to
3820eed
Compare
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.
why is this file needed?
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.
to prevent accidentally committing temporary authentication files during local builds , during build it copies the pull secret file to .tmp/config.json
&& mkdir -p .tmp && cp ${PULL_SECRET_FILE} .tmp/config.json
This .gitignore file is used to exclude the .tmp/config.json file, that gets generated during the local build.
Since rhel10 follows the same structure as rhel8 and rhel9, it should also have this file.
38cebfe to
56f469c
Compare
shivakunv
left a comment
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.
help needed here.
Please check which base image and driver version to use for RHEL10 support .
@rajathagasthya @tariq1890 @cdesiniotis
6cc7b1d to
0294a5c
Compare
Signed-off-by: Shiva Kumar (SW-CLOUD) <[email protected]>
70e7101 to
6e35a8e
Compare
|
Please find addtional information regarding extrapackage and driver version availability:- used gunzip instead of |
No description provided.