You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's worthwhile but the last time I started doing it I got bogged down and never got far enough to make a PR. Maybe it would be best just to pick one (centos probably) and remove the other?
The centos and fedora containers are pretty much out of sync.
How the Dockerfile does things
Several things done differently in the container, like how to add files into the container, e.g.:
ADD gluster-setup.sh /usr/sbin/gluster-setup.sh
for centos and
for fedora, which seems less idiomatic and more complicated. So here a style / technique sync may be good.
Different components
Several mechanisms/components are only added to one of the containers, not both:
Fedora has
Centos has:
Should we reconcile those services as much as possible?
What do people think?
The text was updated successfully, but these errors were encountered: