-
Notifications
You must be signed in to change notification settings - Fork 19
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 support for building debian/ubuntu based images #122
Comments
While I am not strictly opposed to this idea I think that supporting lots of different base images has costs and we should be judicious about what bases we use and how many images we end up supplying.
|
I think building out of samba nightly builds is also useful in understanding the fast moving upstream and early detection of breakages(from container world). In addition to that we do have a "devbuilds" variant consuming these nightly samba and ceph developmental builds which is currently used by ceph main branch. |
@anoopcs9 wrote:
I did not mean to say that nightly Samba builds from upstream master for debian woudln't be useful. We are doing those for fedora and centos for the reasons you mentioned. I just indicated that providing debian based containter images does not directly enforce building nightly Samba debian packages because the distro ships complete Samba packages. |
We currently provide image builds based on fedora, centos, rhel, and opensuse.
Of these, fedora and opensuse are Linux distributions with a strong upstream-y open source and community-driven spirit.
Other popular distributions with a sinilar approch are debian and its derivatives like ubuntu.
because of their popularity and also because I have worked a lot with Debian and ubuntu in the past, I would like to be able to offer build flavors based on those distibutions.
They also offer the required Samba packages out of the box so there would not be a requirement to additionally create and maintain debian package builds in ordeer to maintain debian images unless we want to offer nightly snapshots like for the prm based distos.
The text was updated successfully, but these errors were encountered: