-
Notifications
You must be signed in to change notification settings - Fork 58
[MIP SDK][RHEL9] Dockerfile for Rocky Linux 9 support #1132
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
Merged
shivpratap1992
merged 5 commits into
private/thkarago/mip1.13Initial
from
user/ssingh/DockerFileRHEL9
Apr 20, 2023
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
cfeb4ff
Dockerfile for Rhel 9
shivpratap1992 3df9900
Remove duplicate libraries from installation
shivpratap1992 ea158b5
Fix release build issue
shivpratap1992 1a46940
Fix compiler errors for google test with new gcc compiler
shivpratap1992 3ea9e36
Keeping original version to maintain parity with changes in OneDS
shivpratap1992 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| FROM mipsdkcontainer.azurecr.io/rockylinux9 | ||
|
|
||
| ## Common packages for linux build environment | ||
| RUN yum install -y yum-utils && \ | ||
| yum-config-manager --enable crb && \ | ||
| yum update -y && \ | ||
| yum -y group install "Development Tools" && \ | ||
shivpratap1992 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| yum install -y libcurl-devel zlib-devel clang python pkg-config git bzip2 unzip make wget sudo cmake && \ | ||
| yum -y install epel-release && \ | ||
| yum install -y zlib-static gmock gmock-devel gtest gtest-devel | ||
|
|
||
| CMD /bin/bash | ||
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
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.
Uh oh!
There was an error while loading. Please reload this page.