-
Notifications
You must be signed in to change notification settings - Fork 135
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
Add gluster-block Fedora container #36
base: master
Are you sure you want to change the base?
Conversation
Bundles tcmu-runner,gluster-block, glusterfs in a single container. Signed-off-by: Vijay Bellur <vbellur@redhat.com>
Thanks a lot @vbellur ! This dockerfile looks good to me, the only pending is an updated README as we have it for S3 and Server container. .Also, iic, Ashiq was testing this last week. I will get the result soon and merge. |
gluster-block/Fedora/Dockerfile
Outdated
RUN dnf config-manager --add-repo https://download.gluster.org/pub/gluster/gluster-block/gluster-block.repo | ||
RUN dnf install -y gluster-block | ||
|
||
RUN echo 'root:password' | chpasswd |
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.
Please remove this line. We dont have to configure this passwd, there is a security risk involved.
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.
@vbellur can you please address this comment ?
@vbellur If you had successfully built an image can to tar it and send/share it some way. |
Re-triggering the CI. |
Bundles tcmu-runner,gluster-block, glusterfs in a single container.
Signed-off-by: Vijay Bellur vbellur@redhat.com