This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
Hi JP,
An astonishing majority of the official container images, from software vendors, Docker hub or open source projects like the ones in the CNCF landscape, are using Debian/Ubuntu/Alpine base images, or built from scratch.
Most of the time, customers consume official images directly from the vendor, in whichever the base image distro the vendor provides. That is one of the main points of using containers, that you do not really need to focus on the OS, since you do not really have a full OS/distro running, just some base tools and libraries from a distro that are required by the contained application.
As an example, Microsoft provides instructions for deploying .NET 6 on several OS. However, Microsoft publishes their .NET 6.0 official container images only for Debian, Ubuntu and Alpine Linux distributions.
In a similar way, Spotfire provides installation packages and instructions for several OS. And Spotfire publishes the container image recipes only for Debian.
We are following Rocky Linux, Alma Linux, and other distros that are trying to fill the old CentOS positioning. We have observed very little traction in the community, cloud providers and other companies. On the other hand, we have observed an increase of Debian/Ubuntu family usage.
The Debian/Ubuntu distributions are stable, secure, and widely used for production.
Questions
1. Is there any particular reason why you would consider Rocky Linux a better alternative than Debian (or other distros in general)?
2. Are you going to modify (or request) all the container images from other vendors/projects to also use Rocky Linux (instead of their default base images)?
Thanks
Miguel