-
-
Notifications
You must be signed in to change notification settings - Fork 34
Add rockylinux8 containers #108
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
Conversation
|
Differences to centos8:
|
|
Successfully ran st2-packages using the rockylinux containers to build and test st2 rpm (st2-packages branch rocky can be used to build the RPM with containers built from this PR if anyone has need/wants to test out the RPMs on any EL8 based distros). |
| curl \ | ||
| wget | ||
|
|
||
| RUN yum -y install \git \ |
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.
misplaced backslash before git?
| RUN yum -y install \git \ | ||
| mercurial \ | ||
| openssh \ | ||
| subversion |
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.
Just curious, are mercurial and subversion really still used here? 🙂
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.
@stevemuskiewicz Removed as weren't needed, and yes didn't need the \ above. Thanks for the review comments.
arm4b
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.
👍
You'll need to build and push the new rockylinux image manually though, as Docker Hub removed the free builds.
Containers for build and test with rocky8.
Part of StackStorm/community#88