<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: AlmaLinux</title>
    <description>The latest articles on DEV Community by AlmaLinux (@almalinux).</description>
    <link>https://dev.to/almalinux</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F5186%2F37dbc187-7046-4eb7-895e-3a1357f9ad6c.png</url>
      <title>DEV Community: AlmaLinux</title>
      <link>https://dev.to/almalinux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/almalinux"/>
    <language>en</language>
    <item>
      <title>Top 5 Reasons Why AlmaLinux Supports Mainframes</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Wed, 09 Nov 2022 17:00:15 +0000</pubDate>
      <link>https://dev.to/almalinux/top-5-reasons-why-almalinux-supports-mainframes-3c28</link>
      <guid>https://dev.to/almalinux/top-5-reasons-why-almalinux-supports-mainframes-3c28</guid>
      <description>&lt;p&gt;The AlmaLinux OS Foundation has &lt;a href="https://www.hpcwire.com/off-the-wire/almalinux-foundation-builds-almalinux-os-8-for-s390x/"&gt;announced support for AlmaLinux on the IBM z (s390x) platform&lt;/a&gt;. Aside from ticking all the boxes and locking in parity with RHEL, why has the project made such a commitment in an era of managed services and cloud-native platforms?&lt;/p&gt;

&lt;p&gt;There is a misconception that mainframes are relics of the past. Frequently, they are portrayed as monstrous systems, bristling with dusty old hardware residing in cabinets reminiscent of the black monolith from Kubrik’s 2001: A Space Odyssey. The reality isn’t as nostalgic—or as dusty. &lt;/p&gt;

&lt;p&gt;Modern mainframes, mainly from IBM, which dominates the market, run applications that we use every day. The most well-known use-case is the millions of ATM withdrawals and credit card transactions the world makes each day but includes other financial transactions, customer order processing, production and inventory control, and payroll.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Rise of Linux&lt;/strong&gt;&lt;br&gt;
Without the large groundswell of support for Linux on IBM Z (as it came to be called) and IBM’s early hardware support for Linux, it’s unlikely AlmaLinux would be in a position to announce a new Linux distribution for mainframes. It’s also the level of Linux adoption among the majority of large mainframe enterprises that makes Almalinux’s support a good decision.&lt;/p&gt;

&lt;p&gt;The history of Linux within the mainframe world is longer than you might expect. After an initial proof of concept, mainframes officially started supporting Linux on IBM Z in 2000. IBM went on to develop the IFL (Integrated Facility for Linux) processor, which runs Linux workloads exclusively. This allows Linux workloads to run on the same systems as traditional mainframe operating systems without affecting the cost of those workloads.&lt;/p&gt;

&lt;p&gt;While other vendors launched commercial Linux distributions and support packages, such as Red Hat Enterprise Linux, SUSE Linux Enterprise (and, more recently, Ubuntu), the mainframe lacked an open source community edition. Unlike many Linux distributions, the mainframe community did not have a downloadable open source Linux operating system they could experiment with and build appliances on without any ties to a commercial offering.&lt;/p&gt;

&lt;p&gt;One strong contributor and advocate for Linux and open source on the mainframe, Sine Nomine Associates, an IT research and custom development engineering firm, observed this gap and approached the Community ENTerprise Linux Operating System (CentOS) project. CentOS developed and supported a functionally compatible Linux distribution based on upstream Red Hat Enterprise Linux. CentOS had struggled to support mainframes itself because of the significant hardware investment required, so Sine Nomine forked and compiled its own distribution called ClefOS. Other Linux distributions became active in the IBM Z space, such as Debian, OpenSUSE, and Slackware.&lt;/p&gt;

&lt;p&gt;Because of the mainframe's core design values of compatibility, reliability, availability, scalability, and security, it isn’t simply legacy tech that’s reluctantly supported by enterprises. Mainframes are a crucial part of many digital transformations and modernization programs. This means that Linux on the mainframe, either supported by commercial contracts or running community editions like AlmaLinux, often sits at the core of IT organizations. Outside of banking, industries such as finance, health care, insurance, retail, hospitality, utilities, government, and essentially any industry hosting mission-critical applications have this demand. They demand zero downtime, and are running at close to peak utilization 24/7, while handling high throughput volumes.&lt;/p&gt;

&lt;p&gt;AlmaLinux came to the attention of Sine Nomine when Red Hat announced the end of support for CentOS 8 and the move to CentOS Stream. The firm has been instrumental in bringing other open source software, such as PostgreSQL, to the platform and wanted to continue supporting a community edition. They needed to find a CentOS alternative with 1:1 binary compatibility with RHEL and AlmaLinux was the perfect fit. The project and the AlmaLinux OS Foundation matched Sine Nomine’s open source philosophy, and AlmaLinux has gone on to partner with Sine Nomine to provide resources, share knowledge and ensure users have the support they might need.&lt;/p&gt;

&lt;p&gt;To understand why mainframes remain relevant, it’s important to comprehend their architecture. Mainframes are packed with processors (up to 190 independently configurable cores on an IBM z15 system), up to 40TB of Redundant Array of Independent Memory (RAIM) along with plenty of  I/O adapters in a single box. They are designed to be as reliable as possible while handling high volumes of input and output (I/O). Their architecture maximizes throughput predominantly for high volumes of transaction processing and batch workloads in a very secure fashion.&lt;/p&gt;

&lt;p&gt;To optimize performance, a mainframe is equipped with specialty cards for network, storage, compression, and cryptography. Each card has its own processor and memory. &lt;/p&gt;

&lt;p&gt;Each mainframe central processing unit (CPU) or core can also be defined as an IBM z Integrated Information Processors (zIIPs), designed to offload Java and database work, along with Linux workloads when running within z/OS Container Extensions (zCX) .&lt;/p&gt;

&lt;p&gt;Additionally, mainframes cores include System Assist Processors (SAPs), effectively highly efficient traffic controllers, and health checkers, ensuring high availability. SAPs speed up data transfers between the operating system and I/O. If an SAP sees a failure, including a CPU failure, it will dynamically swap over to one of the spare CPUs automatically and call home ,allowing IBM to work with the customer to make sure there is not a greater problem that needs to be addressed.&lt;/p&gt;

&lt;p&gt;The primary benefits of this hardware approach are that a mainframe can tackle complex workloads entirely in memory, rather than spread across multiple x86 servers, and run at 100% capacity without depreciation. Above 100%, a mainframe may slow down, but it won’t freeze if it encounters a very IO-bound workload, such as database work, which would likely happen with x86 architecture. Part of the reason for this is that the central processor unit offloads IO work to processors available in a subsystem. &lt;/p&gt;

&lt;p&gt;The CPUs only run cycles associated with your application that require computing power. In contrast, Kurt Acker, Principal IT Architect at Sine Nomine Associates says: “You can’t control what each chip does on a UNIX or x86 box. A chip will perform work assigned to it by the OS, and, although hypervisors enable you to carve up those resources, it isn’t to the same extent as mainframes.”&lt;/p&gt;

&lt;p&gt;IBM’s z/15 introduced encryption everywhere by moving support for this functionality onto its chips. During the entire processing of a workload, the transaction and all data can automatically be fully encrypted.&lt;/p&gt;

&lt;p&gt;For a platform that’s frequently labeled a ‘dinosaur,’ mainframes have not only avoided a mass extinction event but continued to live on and thrive—IBM reported that, in Q4 2020, 67 of the Fortune 100 continue to use the mainframe.&lt;/p&gt;

&lt;p&gt;Most notably in banking, mainframe adoption rests at a staggering 90% among the top 50 banks, which benefit from its reliability and built-in redundancies. IBM also says that four of the top five airlines rely on mainframes for ticketing and their ability to handle high volume transactions in real-time with its transaction processing facility (zTPF) operating system.&lt;/p&gt;

&lt;p&gt;Since the introduction of IBM’s System/360 in 1964, each new ‘Big Iron’ platform has advanced the mainframe’s technological capabilities. The &lt;a href="https://www.theregister.com/2022/01/25/ibm_q4_2021/"&gt;new IBM mainframe&lt;/a&gt; that arrived in the first half of 2022 reflects this roadmap with the Telum processor inside it, which packs in 22.5 billion transistors. The Telum chip will not only enable organizations to run more transaction processing and batch processing workloads, reducing the unit cost of infrastructure and lowering cost per transaction, but it will also add &lt;a href="https://www.nextplatform.com/2021/08/23/ibm-bets-big-on-native-inference-with-big-iron/"&gt;scalable AI inference performance&lt;/a&gt; at very low latency to the mainframe’s capabilities.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Mainframes: playing to their strengths&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
When assessing what platform to use, including cloud or mainframe, each platform needs to be viewed objectively and each has unique strengths and factored into why AlmaLinux OS is now supported.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Linux is Linux:&lt;/em&gt;&lt;/strong&gt; One positive for AlmaLinux supporting Linux on mainframes is that it’s another opportunity to help extend Linux’s reach and solidify its position. It also means organizations can leverage that dominance—it is much easier to onboard a new mainframe operator when they can use familiar Linux commands. The key difference is understanding what resources are behind a system when it is run on shared architecture, but this is true for any hypervisor environment. While a new mainframe operator from a Linux background learns to adjust to the performance differences, they can still ssh in and experience an x86 environment. &lt;/p&gt;

&lt;p&gt;Strong security: As they are designed with built-in mechanisms for zero trust, users can extend secure services running on a Linux mainframe so they benefit the cloud. For example, workloads that you can’t and wouldn’t want to run on a mainframe, such as office productivity services, can have their security controls managed and pushed out from a centralized mainframe.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Linux co-located with data works:&lt;/em&gt;&lt;/strong&gt; Linux on the mainframe makes a lot of sense for specific use cases because it enables co-location with the data. A user can have their chosen database on a mainframe and have frontend services communicating with it. Underneath the covers, a mainframe uses its internal circuitry to pass those messages back and forth swiftly. For example, a mainframe’s OSA card, the equivalent of a network card but with a much larger cache, can control inbound data flow to the CPU and (as part of that IO subsystem) allow the system to work efficiently. Essentially, once a trusted message comes into your system, you can completely process everything that's within your control before you send it back out.&lt;/p&gt;

&lt;p&gt;For example, when tasked with developing a reservation system, Sine Nomine used MongoDB for front-ending the system. The firm tested the service on both an x86 cloud setup and mainframe: “the x86 cloud setup achieved 3,000 responses per second, but the machine died with 100% loss of information as it couldn't process it, overloaded as it was IO-bound and died,” says Kurt Acker. In contrast, Acker says, “we achieved almost 9,000 responses per second, on a 1GB OSA card. And it didn't die. It just slowed down.”&lt;/p&gt;

&lt;p&gt;What this demonstrates is not the poor performance of x86 systems, but the limitations of different systems, their architecture, and how they operate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Total costs and consolidation&lt;/strong&gt;&lt;br&gt;
Mainframes are often seen as expensive, and they can be, but it’s a question of scale and considering the math. Going back to the MongoDB example, users are charged not by the CPU but memory used. The x86 cloud setup required data sharding and at least three additional nodes to handle the volume of data being processed. This setup also requires at least two or three backup servers to ensure high availability. On a mainframe, only one live node is required. No data sharding was required as the system was able to process everything with a single server and two backup servers for high availability. Essentially, at least three times the amount of memory is needed to process the same amount of data reliability in an x86 environment, and that only accounts for production.&lt;/p&gt;

&lt;p&gt;Of course, the math doesn't always turn in a mainframe’s favor; if you are running less than 100 servers it would make more sense to run them in the cloud. However, once you reach hundreds or thousands of servers, consolidation becomes a key concern. Generally, a mainframe will run with 50% lower electricity costs than cloud, and around 75% less floor space for workloads at scale. Where a zero carbon footprint is a goal for many enterprises now, continued server sprawl isn’t sustainable.&lt;/p&gt;

&lt;p&gt;Core consolidation is often overlooked as well. For instance, software that charges by the CPU, you may be able to run 20:1 comparisons of CPU consolidation when compared to x86 systems.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Good code can run anywhere:&lt;/em&gt;&lt;/strong&gt; There’s a misconception that mainframes need extensive rewriting work, but there is interchangeability between z architecture and open systems. The caveat is that code must adhere to coding standards. As long as code is not developed with platform-specific items then code is extremely portable and has the potential to be recompiled and moved anywhere.&lt;/p&gt;

&lt;p&gt;When trying to modernize legacy applications, such as COBOL programs, you may want to build a new frontend that is cloud compatible. However, building it on the mainframe platform, thereby allowing the app to be closer to the data, makes sense; it’s in your control, it’s secure, and you can understand the environment and how well it works. If you use this approach, you can decide to move an app to the cloud later as long as you are careful about frontend services and database access you develop. Don’t let the speed of light interfere with your performance expectations. &lt;/p&gt;

&lt;p&gt;While some sections of the tech industry would have you believe that mainframes have been relegated to a conversation piece when Netflix decides to option films like Sneakers, there are many credible reasons to use mainframe architecture and support Linux on mainframe. As Kurt says, it is a question of your list of requirements: “Do you need high availability and security, do you understanding the workloads that you have, and where they can and should run?” If you need high availability for an application running on x86, you need huge amounts of clustering, but you may find you can achieve high availability from the hardware itself so it becomes a question of selecting the right architecture for your workloads. “In the case of mainframes, workloads that consolidate well are one example. Java workloads themselves can benefit from &lt;a href="https://www.ibm.com/support/pages/node/6320797"&gt;pause-less garbage collection&lt;/a&gt;, which works in real-time with your system,” says Acker.&lt;/p&gt;

&lt;p&gt;Ultimately, why we at AlmaLinux have invested in supporting the architecture boils down to a goal set out for the project from the outset. AlmaLinux wanted to make an open source Linux distribution that is accessible to as many people as possible, and that benefits many different communities. This has led the project to establish initiatives, such as providing live media for individual users, making HPC more accessible to the science community, and, in partnership with Sine Nomine Associates, enabling operators to run Linux on their mainframes.&lt;br&gt;
/ends/&lt;/p&gt;

</description>
      <category>almalinux</category>
      <category>mainframes</category>
      <category>opensource</category>
      <category>linux</category>
    </item>
    <item>
      <title>How We Built AlmaLinux 8.6 for s390x</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Tue, 08 Nov 2022 22:34:25 +0000</pubDate>
      <link>https://dev.to/almalinux/how-we-built-almalinux-86-for-s390x-25lh</link>
      <guid>https://dev.to/almalinux/how-we-built-almalinux-86-for-s390x-25lh</guid>
      <description>&lt;p&gt;The AlmaLinux OS Foundation &lt;a href="https://www.hpcwire.com/off-the-wire/almalinux-foundation-builds-almalinux-os-8-for-s390x/"&gt;announced support for the IBM z (s390x) platform&lt;/a&gt; thanks to a collaboration with Gold Partner, Sine Nomine Associates (SNA).&lt;/p&gt;

&lt;p&gt;The Almalinux OS Foundation continues a long history of Linux and open source software support on mainframes, which was kickstarted at the end of the last century. In this blog, we wanted to highlight some of SNA’s involvement as we open a new chapter for Linux on the mainframe.&lt;/p&gt;

&lt;p&gt;Back in 2000, SNA was winning awards at key industry conferences for evangelizing Linux on the IBM mainframe environment, since then it has continued supporting Linux and open source software. The engineering firm has worked tirelessly to bring open source to the platform and recently worked with IBM and Microsoft to bring .NET 6 to IBM z &lt;a href="https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/elizabeth-k-joseph1/2021/11/10/net-6-comes-to-ibm-z-and-linuxone"&gt;https://community.ibm.com/community/user/ibmz-and-linuxone/blogs/elizabeth-k-joseph1/2021/11/10/net-6-comes-to-ibm-z-and-linuxone&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;SNA also created its first Linux distribution for mainframes in 2012. Their distribution was based on CentOS 6.2 and, for trademark reasons, called ClefOS. In the early days, the hardware investment was significant. They had to use a server farm of PCs running a mainframe emulator called Hercules, on which Linux ran to build ClefOS. “It worked,” says Neale Ferguson, Chief Scientist at SNA, “but it was slow and took six weeks to create a new distribution when a new CentOS release came out.”&lt;/p&gt;

&lt;p&gt;The process was reduced by several orders of magnitude because of IBM z resources made available as part of the Linux Community system based at &lt;a href="https://www.marist.edu/"&gt;Marist College&lt;/a&gt;, which provides ongoing support. In fact, as Linux on mainframe sees a new chapter with AlmaLinux, SNA would like to express its gratitude to the Open Mainframe project and the resources that the Marist College, Poughkeepsie, NY, has generously provided to projects for many decades.&lt;/p&gt;

&lt;p&gt;Since SNA wasn’t in a position to bootstrap a distribution itself when it came time to find an alternative to CentOS. AlmaLinux “was the most aligned with the open source philosophy,” says Ferguson, and the approach has been a collaborative effort from the start, sharing knowledge and resources.&lt;/p&gt;

&lt;p&gt;But what’s involved in bootstrapping the AlmaLinux distribution for a completely different architecture? Ferguson says it involves building a “starter kit” for your first chroot test environment. The process involves digging out appropriate packages (RPMs) in the x86_64 distribution that need to be added, excluding those that aren’t, such as those relating to BIOS and other firmware, and modifying others that would be useful for z. Fortunately, the number of RPMs that need attention is small: “We have around 14,000 binary RPMs built and there’s around 10 to 15 RPMs that need any intervention to build in the environment,” says Ferguson.&lt;/p&gt;

&lt;p&gt;For example, SNA found that FreeType, the library used for rendering fonts, didn’t build on z. Ferguson discovered that GNU Binutils had a new program called windres for manipulating Windows resources: “Creating Windows resources on z didn’t make much sense, so we had to add some code into the build to ignore it,” says Ferguson. SNA found small issues like this but Ferguson says “99 percent of the time, you can build straight from packages.”&lt;/p&gt;

&lt;p&gt;Essentially, the main challenge has been inferring what settings there are for certain RPMs. This inference has an element of trial and error, discovering what is and isn’t needed in a package, for instance, you may need to pre-install packages before building an RPM or you may build an RPM and discover other dependent packages are needed. “But you’ll find there’s a switch that can be utilized to remove the dependency,” says Fergusom. But in the scheme of thousands of RPMs the number of problematic ones account for a small number&lt;/p&gt;

&lt;p&gt;Compiling AlmaLinux 9 for z was also made easier to bootstrap as there is a CentOS 9 Stream available for z. However, AlmaLinux 8 was more complicated. As there was no CentOS 8 for z, it meant using Fedora 28 and building a chroot tarball in Mock for the test chroot environment.&lt;/p&gt;

&lt;p&gt;For AlmaLinux 8, Ferguson says they have had to build on top of Fedora They had to replace the required packages (RPMs) in the tarball with AlmaLinux RPMs and assets from the Git repositories for a bootstrapping environment for AlmaLinux.&lt;/p&gt;

&lt;p&gt;SNA uses a three-pass approach to building a new distribution: “Build once, build a second time using what you’ve just built and build a third time based on what you built the second time around,” Ferguson explains. “By the time you reach the third build, it's pristine; there are no artifacts from anything except your AlmaLinux environment.” And future releases will only get easier. “The first build is always the hardest,” admits Ferguson&lt;/p&gt;

&lt;p&gt;Looking to the future, Ferguson says they have ten builders, previously used for ClefOs, that can be put to work. The team is looking at the project’s build node code to see if it could act as a proxy to farm out builds to other builders: “We were building a ClefOS distribution within two or three days, once everything was automated, and that includes building every package three times,” and Ferguson says they’d like to match the success the main distribution has had with the speed of their releases.&lt;/p&gt;

&lt;p&gt;“We want to ensure that this version of Almalinux looks like any other endpoint you want to use and behaves like all the others that AlmaLinux offers to the community,” says Ferguson. The goal is for users to be able to simply select it from the build factory and be able to use the AlmaLinux mirrors to make it easy for users to download the latest mainframe edition.&lt;/p&gt;

&lt;p&gt;If you’d like to learn more, join the conversation on the &lt;a href="https://chat.almalinux.org/"&gt;Almalinux Mattermost server&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>almalinux</category>
      <category>opensource</category>
      <category>ibm</category>
      <category>mainframes</category>
    </item>
    <item>
      <title>Tenable Providing Nessus Security Checks for AlmaLinux</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Thu, 21 Jul 2022 17:51:58 +0000</pubDate>
      <link>https://dev.to/almalinux/tenable-providing-nessus-security-checks-for-almalinux-4o97</link>
      <guid>https://dev.to/almalinux/tenable-providing-nessus-security-checks-for-almalinux-4o97</guid>
      <description>&lt;p&gt;&lt;a href="https://www.tenable.com/plugins/nessus/families/Alma%20Linux%20Local%20Security%20Checks"&gt;Tenable provides coverage of AlmaLinux&lt;/a&gt; with the addition of a new Nessus plugin family. The plugin has been released to cover all existing advisories for AlmaLinux.&lt;/p&gt;

&lt;p&gt;Nessus is one of the world’s most popular and deployed proprietary vulnerability scanners developed by Tenable. The security checks information is free and available immediately.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--toMSh5EC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8e7od0kelnqib0if4sj2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--toMSh5EC--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8e7od0kelnqib0if4sj2.png" alt="Image description" width="880" height="470"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;As information about new vulnerabilities is discovered and released publicly, The AlmaLinux team updates our errata and OVAL feeds. We’ve been working with the Tenable Research team to help them ingest and utilize those feeds in order to design programs to detect them. These programs are named plugins and are written in the Nessus Attack Scripting Language (NASL). The plugins contain vulnerability information, a simplified set of remediation actions and the algorithm to test for the presence of the security issue.&lt;/p&gt;

&lt;p&gt;“Security is a critical piece of sysadmin and hosting functions, and Tenable is helping make sure that information about vulnerabilities is quickly available. Getting access to timing information is critical to understanding and fixing security issues, and we’re pleased that Tenable is providing this valuable tool publicly,” said Jonathan Wright, Infrastructure Lead for AlmaLinux. “We are continuing to work closely with Tenable’s teams to continue to monitor and improve these services that help AlmaLinux users.”&lt;/p&gt;

&lt;p&gt;Customers now have the ability to scan AlmaLinux systems using policies that include Linux security checks. Coverage details for the new AlmaLinux plugin is available on the plugin pages for &lt;a href="https://www.tenable.com/plugins/nessus/families/Alma%20Linux%20Local%20Security%20Checks"&gt;AlmaLinux&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>tenable</category>
      <category>security</category>
      <category>almalinux</category>
      <category>opensource</category>
    </item>
    <item>
      <title>AlmaLinux and the Top 500 HPC Supercomputers</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Thu, 14 Jul 2022 19:15:43 +0000</pubDate>
      <link>https://dev.to/almalinux/almalinux-and-the-top-500-hpc-supercomputers-1o42</link>
      <guid>https://dev.to/almalinux/almalinux-and-the-top-500-hpc-supercomputers-1o42</guid>
      <description>&lt;p&gt;The &lt;a href="https://top500.org/"&gt;Top500 Supercomputers&lt;/a&gt; list released for the &lt;a href="https://www.top500.org/lists/top500/2022/06/"&gt;June 2022&lt;/a&gt; update came out a short while ago and some community members spotted a familiar name on the list--&lt;strong&gt;AlmaLinux&lt;/strong&gt;! CentOS was such a large part of the HPC community and AlmaLinux is continuing that tradition. We've been working closely with many in the HPC space including software and hardware vendors, super computer operators and researchers to make sure things continue to run smoothly for those in the HPC space looking for their next steps and providing a drop-in replacement.&lt;/p&gt;

&lt;p&gt;We'd like to give a special thank you to our friends at &lt;a href="https://www.megware.com/en"&gt;MEGWARE&lt;/a&gt; for their support on these deployments.&lt;/p&gt;

&lt;p&gt;AlmaLinux Installations List in Top500:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.top500.org/system/180075/"&gt;#184 "Alex"&lt;/a&gt; at Universitaet Erlangen - Regionales Rechenzentrum Erlangen, Germany - AMD EPYC™ 7713 (Milan) with NVIDIA A100 HGX - MEGWARE NF5488A5 - Running AlmaLinux 8.5 - &lt;a href="https://hpc.fau.de/systems-services/systems-documentation-instructions/clusters/alex-cluster"&gt;System's Home Page&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.top500.org/system/180056/"&gt;#301 "VSC-5"&lt;/a&gt; at Vienna Scientific Cluster, Austria - AMD EPYC™ 7713 (Milan) - MEGWARE SlideSX®-LC - Running AlmaLinux 8.5 - &lt;a href="https://vsc.ac.at/home/"&gt;System's Home Page&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.top500.org/system/180074/"&gt;#323 "Fritz"&lt;/a&gt; at Universitaet Erlangen - Regionales Rechenzentrum Erlangen, Germany - Intel® Xeon® Platinum 8360Y Processor (Ice Lake) - MEGWARE Server System D50TNP Family - Running AlmaLinux 8.5 - &lt;a href="https://hpc.fau.de/systems-services/systems-documentation-instructions/clusters/fritz-cluster"&gt;System's Home Page&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://www.top500.org/system/180076/"&gt;#339 "HSUper"&lt;/a&gt; at Helmut-Schmidt-Universitaet/Universitaet der Bundeswehr Hamburg, Germany - Intel® Xeon® Platinum 8360Y Processor (Ice Lake) - MEGWARE Server System D50TNP Family - Running AlmaLinux 8.5 - &lt;a href="https://www.hsu-hh.de/hpc/en/"&gt;System's Home Page&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The 184th ranked system also ranks 16th in the &lt;a href="https://www.top500.org/lists/green500/"&gt;Green500&lt;/a&gt; which currently makes it the most energy-efficient HPC system in Germany.&lt;/p&gt;

&lt;p&gt;AlmaLinux is proud to be powering scientific research all over the world. It is part of the mission we set out to accomplish, not merely an OS--a community and platform for building the future &lt;strong&gt;together&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Stay tuned for more exciting HPC news, including more systems coming soon. If you'd like to help out please join us on The &lt;a href="https://chat.almalinux.org/"&gt;AlmaLinux Community Chat&lt;/a&gt;, &lt;a href="//irc://irc.libera.chat/almalinux"&gt;#almalinux on libera.chat&lt;/a&gt;, &lt;a href="https://twitter.com/almalinux"&gt;Twitter&lt;/a&gt; or &lt;a href="https://reddit.com/r/almalinux"&gt;Reddit&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>linux</category>
      <category>performance</category>
      <category>almalinux</category>
    </item>
    <item>
      <title>Introducing ALBS: The AlmaLinux Build System</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Thu, 07 Jul 2022 20:37:32 +0000</pubDate>
      <link>https://dev.to/almalinux/introducing-albs-the-almalinux-build-system-jch</link>
      <guid>https://dev.to/almalinux/introducing-albs-the-almalinux-build-system-jch</guid>
      <description>&lt;p&gt;&lt;strong&gt;ALBS: Announcing Our New AlmaLinux Build System - Achieving Transparency &amp;amp; Future Roadmap&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We here at the AlmaLinux OS Foundation believe that making it easy for community members to build packages and images is a fundamental part of growing and ensuring a healthy enterprise Linux ecosystem. AlmaLinux is fully open source and supported by a growing list of members helping to improve each version. To that end, we started work long ago to make sure that our build system is also transparent and open for use by any organization that is interested in building a better Linux distribution.&lt;/p&gt;

&lt;p&gt;Today we are glad to announce the first fruits of our efforts, ALBS, The AlmaLinux Build System. Our build system is available at: &lt;a href="https://build.almalinux.org/"&gt;https://build.almalinux.org/&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It has been quite some time since we released the source for the AlmaLinux Build System by releasing it under GPLv3 license: &lt;a href="https://github.com/AlmaLinux/build-system"&gt;https://github.com/AlmaLinux/build-system&lt;/a&gt;. However, code will only take you so far.&lt;/p&gt;

&lt;p&gt;Since then, it has been bootstrapped, deployed, and used to build AlmaLinux OS 8.6 as well as AlmaLinux OS 9.0 for all four platforms: x86_64, Arm aarch64, PowerPC ppc64le &amp;amp; s390x. This system is also used to generate &amp;amp; publish errata and sign packages.&lt;/p&gt;

&lt;p&gt;Today we are adding the next stage of transparency for our build processes by releasing anonymous, read-only access to our build system. This allows anyone to see what packages are being built right now, when a particular package was built, when a package build fails, and all the logs associated with the build process for each and every package.&lt;/p&gt;

&lt;p&gt;The User Guide for the new version of the build system can be found on the github site: &lt;a href="https://github.com/AlmaLinux/build-system/wiki/AlmaLinux-Build-System-User-Guide"&gt;https://github.com/AlmaLinux/build-system/wiki/AlmaLinux-Build-System-User-Guide&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In addition to this initial read-only access, we’ve begun building updates delivering fully functional OVAL files for use by OpenSCAP as well as any other security software. The OVAL files have all the errata information, as well as mitigation recommendations and support for modules too.&lt;/p&gt;

&lt;p&gt;Information on OVAL Streams and files can be accessed in the wiki at &lt;a href="https://wiki.almalinux.org/documentation/oval-streams.html"&gt;https://wiki.almalinux.org/documentation/oval-streams.html&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Future Roadmap
&lt;/h2&gt;

&lt;p&gt;By the end of July, we plan to:&lt;/p&gt;

&lt;p&gt;Introduce a robust RBAC system to enable and grant access to maintainers and contributors from different organizations to build packages&lt;br&gt;
Add SBOM support for builds by integrating with CodeNotary ensuring package provenance and constitution is well documents and transparent&lt;/p&gt;

&lt;p&gt;In the future, we are looking into:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Implement Organization/SIG namespaces within the build system&lt;/li&gt;
&lt;li&gt;Add &lt;a href="https://copr.fedorainfracloud.org/"&gt;COPR&lt;/a&gt; support&lt;/li&gt;
&lt;li&gt;Automate VM &amp;amp; container image building &amp;amp; publishing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The AlmaLinux OS Foundation wants to make it easy for people to build packages and images for the “Enterprise Linux” ecosystem for any organization that is interested in doing so.&lt;/p&gt;

&lt;h2&gt;
  
  
  Help Us Build the Future
&lt;/h2&gt;

&lt;p&gt;If you would like to participate - join us at on the AlmaLinux Community Chat at &lt;a href="https://chat.almalinux.org"&gt;https://chat.almalinux.org&lt;/a&gt;, the AlmaLinux Community on &lt;a href="https://reddit.com/r/almalinux"&gt;Reddit&lt;/a&gt; or catch us on &lt;a href="https://twitter.com/almalinux"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>almalinux</category>
      <category>opensource</category>
      <category>linux</category>
      <category>cloud</category>
    </item>
    <item>
      <title>GitLab Moves to AlmaLinux as Supported Platform</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Thu, 09 Jun 2022 22:40:08 +0000</pubDate>
      <link>https://dev.to/almalinux/gitlab-moves-to-almalinux-as-supported-platform-4aeb</link>
      <guid>https://dev.to/almalinux/gitlab-moves-to-almalinux-as-supported-platform-4aeb</guid>
      <description>&lt;p&gt;&lt;a href="https://about.gitlab.com/"&gt;GitLab&lt;/a&gt; has switched from CentOS 8 to AlmaLinux as a supported platform. CentOS itself reached end of life (EOL) on December 31, 2021, and enterprise users in multiple industries are looking at alternatives.&lt;/p&gt;

&lt;p&gt;GitLab provides a DevOps platform that empowers organizations to maximize the overall return on software development by delivering software faster and efficiently, while strengthening security and compliance. GitLab has an estimated 30 million+ registered users (both Paid and Free) from startups to global enterprises.&lt;/p&gt;

&lt;p&gt;“With CentOS going EOL, we needed to choose a build platform to replace our Centos8 build machines. Omnibus GitLab is a way to package different services and tools required to run GitLab, so that most users can install it without laborious configuration. We needed a ‘boring’ solution, and AlmaLinux was asked for by our users,” said DJ Mountney, Engineering Manager, Distribution Build at GitLab.&lt;/p&gt;

&lt;p&gt;AlmaLinux is a community owned and governed, forever-free enterprise grade Linux distribution that provides a robust production platform. AlmaLinux is 1:1 binary compatible with RHEL. The release of AlmaLinux 8.5 was within 48 hours of the Red Hat Enterprise Linux (RHEL) 8.5 release, cementing AlmaLinux’s position as a CentOS alternative and delivering on its promise of timely releases for the community. Recently, AlmaLinux has also recently surpassed 1 Million Docker pulls, released a build for the PowerPC architecture and is working on additional architecture support for s390x as well as the next major version release.&lt;/p&gt;

&lt;p&gt;“AlmaLinux is very excited to be the stage to GitLab’s rockstar, a product which means so much to and is trusted by millions of developers across the world,“ said Jack Aboutboul, community manager for AlmaLinux. “It’s been very validating for us to see widespread developer adoption and GitLab makes us especially proud since it empowers developers to do their best work every single day. They are true friends of the Open Source community, and we are glad that our ‘boring’ solution will help give rise to the next exciting thing.”&lt;/p&gt;

&lt;p&gt;GitLab Resources for Using AlmaLinux&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://about.gitlab.com/install/#almalinux-8"&gt;Install self-managed GitLab for AlmaLinux&lt;/a&gt; - You can download, install and maintain your own GitLab instance using AlmaLinux&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.gitlab.com/ee/install/requirements.html"&gt;GitLab installation minimum requirements&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>gitlab</category>
      <category>almalinux</category>
      <category>linux</category>
      <category>opensource</category>
    </item>
    <item>
      <title>AlmaLinux 9 Now Available!</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Thu, 26 May 2022 18:42:35 +0000</pubDate>
      <link>https://dev.to/almalinux/almalinux-9-now-available-326k</link>
      <guid>https://dev.to/almalinux/almalinux-9-now-available-326k</guid>
      <description>&lt;p&gt;Hello Community! The AlmaLinux OS Foundation is proud to announce general availability of &lt;a href="https://mirrors.almalinux.org/isos.html"&gt;AlmaLinux OS 9.0&lt;/a&gt;. AlmaLinux 9 supports the following 4 architectures providing full parity with upstream:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://mirrors.almalinux.org/isos/x86_64/9.0.html"&gt;Intel/AMD (x86_64)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://mirrors.almalinux.org/isos/aarch64/9.0.html"&gt;ARM64 (aarch64)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://mirrors.almalinux.org/isos/ppc64le/9.0.html"&gt;IBM PowerPC (ppc64le)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://mirrors.almalinux.org/isos/s390x/9.0.html"&gt;IBM Z (s390x)&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--pA9K9c22--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a0jwxutanx4l0o4bpmri.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--pA9K9c22--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/a0jwxutanx4l0o4bpmri.png" alt="AlmaLinux 9" width="880" height="522"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ISOs, Live Images, Cloud and Containers
&lt;/h2&gt;

&lt;p&gt;Installation ISOs are nice but AlmaLinux has got you covered for so much more. We have begun updating the following images and those will be available shortly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://wiki.almalinux.org/LiveMedia.html"&gt;Live Media&lt;/a&gt; for GNOME, GNOME-mini, KDE, XFCE and more.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Cloud Images&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://wiki.almalinux.org/cloud/AWS.html"&gt;AWS AMIs&lt;/a&gt; for x86_64 and Graviton Instances&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wiki.almalinux.org/cloud/Azure.html"&gt;Azure&lt;/a&gt; Images for in standard and HPC flavors for x86_64 and aarch64&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wiki.almalinux.org/cloud/Google.html"&gt;Google Cloud&lt;/a&gt; (Hi, Googlers!)&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wiki.almalinux.org/cloud/Generic-cloud-on-local.html"&gt;Generic Cloud/Cloud-init&lt;/a&gt; for all 4 architectures&lt;/li&gt;
&lt;li&gt;&lt;a href="https://wiki.almalinux.org/cloud/OpenNebula.html"&gt;Open Nebula&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://wiki.almalinux.org/cloud/OCI.html"&gt;Oracle Cloud Infrastructure&lt;/a&gt; for x86_64 and aarch64&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://wiki.almalinux.org/containers/docker-images.html#about-almalinux-docker-images"&gt;Docker&lt;/a&gt; images including Platform and UBIs alternatives. We provide a wide variety of containers for your use. Please see our &lt;a href="https://hub.docker.com/_/almalinux"&gt;Docker Official Image&lt;/a&gt; as well as &lt;a href="https://hub.docker.com/u/almalinux"&gt;all AlmaLinux images&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://wiki.almalinux.org/documentation/raspberry-pi.html"&gt;Raspberry Pi&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://wiki.almalinux.org/documentation/wsl.html"&gt;Windows Subsystem for Linux&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Release Notes and More Information
&lt;/h2&gt;

&lt;p&gt;AlmaLinux OS 9.0 is based on upstream kernel version 5.14 and contains enhancements around cloud and container development and improvements to the web console (cockpit). This release also delivers enhancements for security and compliance, including additional security profiles, greatly improved SELinux performance and user authentication logs. Other various updates include Python 3.9, GCC 11 and the latest versions of LLVM, Rust and Go compilers to make modernizing the applications faster and easier. You can read more about it by checking out the &lt;a href="https://wiki.almalinux.org/release-notes/9.0.html"&gt;Release Notes&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Visual Enhancements
&lt;/h2&gt;

&lt;p&gt;We know some of y'all will be pleased to see a couple of new wallpapers available in this release. We've also kept the standard ones from AlmaLinux 8, to fit any mood :)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--LlTeLrXT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9m6dazywdz2wjzws8k5y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--LlTeLrXT--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9m6dazywdz2wjzws8k5y.png" alt="AlmaLinux 9 wallpapers" width="880" height="524"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Pitch In
&lt;/h2&gt;

&lt;p&gt;AlmaLinux has accomplished so much in the last year and there's still more to do. Join our community. &lt;a href="https://almalinux.org/foundation/members/"&gt;Become a foundation member&lt;/a&gt; (totally free) and claim your right to vote. Give us your feedback and be part of the magic.&lt;/p&gt;

&lt;p&gt;Join us in the &lt;a href="https://chat.almalinux.org/"&gt;AlmaLinux Community Chat&lt;/a&gt; to get any assistance you need and help others. You can also post a question on our &lt;a href="https://almalinux.discourse.group/c/devel/36-category/36"&gt;9.0 Forum&lt;/a&gt;, on our AlmaLinux Community on &lt;a href="https://reddit.com/r/almalinux"&gt;Reddit&lt;/a&gt; or catch us on &lt;a href="https://twitter.com/almalinux"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please report any bugs you may see on the &lt;a href="https://bugs.almalinux.org/"&gt;Bug Tracker&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Have fun with this release and stay tuned for more great announcements and useful tools coming your way soon.&lt;/p&gt;

&lt;h2&gt;
  
  
  Thank You
&lt;/h2&gt;

&lt;p&gt;The AlmaLinux OS Foundation would like to thank all those involved in the CentOS Stream 9 efforts, CentOS SIGs and others that made this release possible. Thank you to the Fedora and RHEL teams, as well as upstream projects and contributors everywhere. You Rock!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>almalinux</category>
      <category>news</category>
    </item>
    <item>
      <title>AlmaLinux now available on Oracle Cloud Marketplace</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Sat, 21 May 2022 00:37:35 +0000</pubDate>
      <link>https://dev.to/almalinux/almalinux-now-available-on-oracle-cloud-marketplace-4mj1</link>
      <guid>https://dev.to/almalinux/almalinux-now-available-on-oracle-cloud-marketplace-4mj1</guid>
      <description>&lt;p&gt;Did you know that Oracle has a cloud? Yup, that Oracle. It's pretty cool too.&lt;/p&gt;

&lt;p&gt;We're pleased to announce that AlmaLinux images are now available on &lt;a href="https://cloudmarketplace.oracle.com/marketplace/en_US/homePage.jspx"&gt;Oracle's OCI Marketplace&lt;/a&gt; for both &lt;a href="https://cloudmarketplace.oracle.com/marketplace/en_US/listing/125544666"&gt;x86_64&lt;/a&gt; and &lt;a href="https://cloudmarketplace.oracle.com/marketplace/en_US/listing/125567282"&gt;aarch64&lt;/a&gt; architectures.&lt;/p&gt;

&lt;p&gt;Thousands of developers around the world rely on Oracle technology and applications to fuel their applications, projects and businesses. Their massive, global developer network relies on Oracle Cloud to help them build some pretty amazing things. If you wanna see just some of these examples, check out some of the content from &lt;a href="https://developer.oracle.com/piday/?pcode=WWMK211110P00127&amp;amp;SC%5B%E2%80%A6%5D::::RC_WWMK211110P00127:Pidayreplay=&amp;amp;source=:ex:pw:::::RC_WWMK211110P00127:Pidayreplay"&gt;Pi Day&lt;/a&gt;. That's just scratching the surface, as many enterprise customers rely on the Oracle stack, as well as increasing number of organizations relying on OCI as part of a multi-cloud deployment strategy. They too now have access to the community owned and governed, forever-free enterprise-grade distribution they deserve and have been asking for.&lt;/p&gt;

&lt;p&gt;Another element of our collaboration is our long standing friendship with our partners &lt;a href="https://amperecomputing.com/"&gt;Ampere Computing&lt;/a&gt;. Ampere are OCI's hardware provider for their A1 instance types, which are aarch64 architecture. Ampere has some of the fastest, highest performing processors on the planet and above all that, they're also more energy efficient. It's no surprise they are the first "Cloud Native" processor. We'd like to thank their team for work with us on this again and providing awesome technical guidance and just all around collaboration.&lt;/p&gt;

&lt;p&gt;Thanks go out to the Oracle Cloud team as well. They have been working hard on engaging more with open source communities and we're glad to be able to work with them on this collaboration as well. Check out AlmaLinux on &lt;a href="https://www.oracle.com/cloud/free/?source=CloudFree_CTA1_Default&amp;amp;intcmp=CloudFree_CTA1_Default"&gt;Oracle Cloud's Free Tier&lt;/a&gt; and let us know what you think.&lt;/p&gt;

</description>
      <category>oracle</category>
      <category>cloud</category>
      <category>linux</category>
      <category>opensource</category>
    </item>
    <item>
      <title>AlmaLinux 8.6 Stable is Now Available!</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Thu, 19 May 2022 20:14:10 +0000</pubDate>
      <link>https://dev.to/almalinux/almalinux-86-stable-is-now-available-1nik</link>
      <guid>https://dev.to/almalinux/almalinux-86-stable-is-now-available-1nik</guid>
      <description>&lt;p&gt;Hi, Community! The AlmaLinux OS Foundation is excited to announce that AlmaLinux OS 8.6 Stable is now available. Just like a flash after the beta release. This stable release is for the x86_64, aarch64 and ppc64le architectures and is ready for production installations and to power all your computing needs and workloads. Grab it from the nearest &lt;a href="https://mirrors.almalinux.org/isos"&gt;mirror&lt;/a&gt; and join us on the &lt;a href="https://chat.almalinux.org/"&gt;AlmaLinux Community Chat&lt;/a&gt; to discuss.&lt;/p&gt;

&lt;p&gt;Our Live Images, Raspberry Pi, Cloud and Container images updates are in process too, so stay tuned to catch the updates. Don't blink, you might miss them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Notes and More Information
&lt;/h2&gt;

&lt;p&gt;The AlmaLinux 8.6 contains web console enhancements and some brand new &lt;a href="https://access.redhat.com/articles/3050101"&gt;System Roles&lt;/a&gt; that make system administration simpler. Security updates include upstream versions for the SCAP Security Guide, OpenSCAP and other packages among other improvements. You can read more about this release by checking out the &lt;a href="https://wiki.almalinux.org/release-notes/8.6.html"&gt;Release Notes&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Are You Finally Gonna Join Our Incredible Community?
&lt;/h2&gt;

&lt;p&gt;Your effort and contributions are what make great releases like this possible. Join us. Please report any bugs you may see on the &lt;a href="https://bugs.almalinux.org/"&gt;Bug Tracker&lt;/a&gt;. Join the AlmaLinux Community Chat if you need any help, post a question, or even if you just want to hang out. Reach us on &lt;a href="https://reddit.com/r/almalinux"&gt;Reddit&lt;/a&gt; and on &lt;a href="https://twitter.com/almalinux"&gt;Twitter&lt;/a&gt;. Have fun with the new release and as always happy hacking.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>linux</category>
      <category>cloud</category>
      <category>almalinux</category>
    </item>
    <item>
      <title>AlmaLinux 8.6 "Sky Tiger" Beta - Now Available</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Fri, 06 May 2022 22:33:09 +0000</pubDate>
      <link>https://dev.to/almalinux/almalinux-86-sky-tiger-beta-now-available-5hid</link>
      <guid>https://dev.to/almalinux/almalinux-86-sky-tiger-beta-now-available-5hid</guid>
      <description>&lt;h1&gt;
  
  
  AlmaLinux 8.6 Beta is now available
&lt;/h1&gt;

&lt;p&gt;Hello World! We proudly present to you AlmaLinux 8.6 Beta "Sky Tiger" for &lt;a href="https://mirrors.almalinux.org/isos/x86_64/8.6-beta.html"&gt;x86_64&lt;/a&gt;, &lt;a href="https://mirrors.almalinux.org/isos/aarch64/8.6-beta.html"&gt;ARM&lt;/a&gt; and &lt;a href="https://mirrors.almalinux.org/isos/ppc64le/8.6-beta.html"&gt;ppc64le&lt;/a&gt; architectures.&lt;/p&gt;

&lt;p&gt;Installation ISOs are available on &lt;a href="https://mirrors.almalinux.org/"&gt;mirrors&lt;/a&gt; now. Cloud and container images are in progress, so stay tuned for these in the next few days.&lt;/p&gt;

&lt;p&gt;As usual, a simple reminder, this is a &lt;em&gt;BETA&lt;/em&gt; release. It should not be used for production installations. The provided upgrade instructions should not be used on production machines unless you don't mind if something breaks. Now if you wanna test this somehow, somewhere to see how things will work in 8.6 stable, you're on the right track.&lt;/p&gt;

&lt;h2&gt;
  
  
  Release Notes and More Information
&lt;/h2&gt;

&lt;p&gt;The AlmaLinux 8.6 Beta contains web console enhancements and some brand new &lt;a href="https://access.redhat.com/articles/3050101"&gt;System Roles&lt;/a&gt; to to make system administration simpler. Security updates include upstream versions for the SCAP Security Guide, OpenSCAP and other packages among other improvements. You can read more about this release by checking out the &lt;a href="https://wiki.almalinux.org/release-notes/8.6-beta.html"&gt;Release Notes&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you can do to help?
&lt;/h2&gt;

&lt;p&gt;Test, test, test. Your feedback is what helps make great production releases.&lt;/p&gt;

&lt;p&gt;Please report any bugs you may see on the &lt;a href="https://bugs.almalinux.org/"&gt;Bug Tracker&lt;/a&gt;. Also, pop into the &lt;a href="https://chat.almalinux.org/"&gt;AlmaLinux Community Chat&lt;/a&gt; and join our Testing Channel, post a question on our &lt;a href="https://almalinux.discourse.group/c/devel/8-6-beta/35"&gt;8.6 Beta Forum&lt;/a&gt;, on our AlmaLinux Community on &lt;a href="https://reddit.com/r/almalinux"&gt;Reddit&lt;/a&gt; or catch us on &lt;a href="https://twitter.com/almalinux"&gt;Twitter&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Please enjoy this Beta release, let us know what you think and stay tuned for more updates and announcements coming soon.&lt;/p&gt;

&lt;p&gt;Happy Testing!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>linux</category>
      <category>cloud</category>
      <category>almalinux</category>
    </item>
    <item>
      <title>AlmaLinux for PowerPC 8.5 Stable Now Available!</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Sat, 30 Apr 2022 00:34:45 +0000</pubDate>
      <link>https://dev.to/almalinux/almalinux-for-powerpc-85-stable-now-available-13pm</link>
      <guid>https://dev.to/almalinux/almalinux-for-powerpc-85-stable-now-available-13pm</guid>
      <description>&lt;p&gt;Hello Сommunity and PowerPC enthusiasts around the world! The AlmaLinux Foundation is proud to announce that the general availability of AlmaLinux OS 8.5 Stable for ppc64le is live.&lt;/p&gt;

&lt;h2&gt;
  
  
  Images and Release Notes
&lt;/h2&gt;

&lt;p&gt;You can now &lt;a href="https://repo.almalinux.org/almalinux/8.5/isos/ppc64le/"&gt;grab&lt;/a&gt; the image and take a look at the &lt;a href="https://wiki.almalinux.org/release-notes/8.5-ppc.html"&gt;Release Notes&lt;/a&gt; for the changelog and installation instructions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Containers and Cloud Too
&lt;/h2&gt;

&lt;p&gt;All you Container and cloud fans will be happy too. PowerPC 8.5 container images are already available on Docker Hub and should be updated to the latest stable images real soon and we'll providing a generic cloud (cloud-init) image in the repository as well.&lt;/p&gt;

&lt;h2&gt;
  
  
  Thanks
&lt;/h2&gt;

&lt;p&gt;AlmaLinux would like to express our sincere gratitude to those that lent an extra hand to make this release possible. This release would not have been possible without the tremendous support of both the &lt;a href="https://osuosl.org/"&gt;Oregon State University Open Source Lab&lt;/a&gt; as well as researchers from &lt;a href="https://home.cern/"&gt;CERN&lt;/a&gt; and dozens of other PowerPC community members, who have provided resources, testing, feedback and more to help us build and fine tune every aspect of this release. We proud to be a part of, and work with such an amazing community of people across the globe.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to help
&lt;/h2&gt;

&lt;p&gt;As always, your contributions, feedback and bug reports help make AlmaLinux great. Please, report any bugs you may see on the &lt;a href="https://bugs.almalinux.org/"&gt;Bug Tracker&lt;/a&gt;. Join the party on the &lt;a href="https://chat.almalinux.org/"&gt;AlmaLinux Community Chat&lt;/a&gt; and ask any question you have on our AlmaLinux Community Forum and on Reddit. Catch us on Twitter too.&lt;/p&gt;

&lt;p&gt;Looking forward to move releases soon!&lt;/p&gt;

</description>
      <category>almalinux</category>
      <category>opensource</category>
      <category>cloud</category>
      <category>linux</category>
    </item>
    <item>
      <title>1 Million Docker pulls and more container updates</title>
      <dc:creator>Jack Aboutboul</dc:creator>
      <pubDate>Sat, 16 Apr 2022 00:26:22 +0000</pubDate>
      <link>https://dev.to/almalinux/1-million-docker-pulls-and-more-container-updates-30kj</link>
      <guid>https://dev.to/almalinux/1-million-docker-pulls-and-more-container-updates-30kj</guid>
      <description>&lt;p&gt;Wouldya take a look at that? A million! A million pulls of our &lt;a href="https://hub.docker.com/_/almalinux"&gt;Docker Library Official Image&lt;/a&gt;. What a huge milestone, WOW! We're seriously humbled and we'd like to thank the community, for all the contribution and support. AlmaLinux keeps getting better each day thanks to the efforts of our amazing community.&lt;/p&gt;

&lt;p&gt;We've also officially released containers for ppc64le available on all the major registries and we've also gone ahead and updated our containers to 8.5.4 and patched against the latest security updates where applicable. 18 packages have been updated and you can &lt;a href="https://github.com/docker-library/official-images/pull/12003"&gt;see that work here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Community members are also doing great work to further streamline our container development process. We're working on using a single working branch to support all the different arch images for each release, instead of a separate branch for each arch. This will greatly help with automation and cut down on development and release times. This will also allow us to maintain repeatable builds and the community to track build history better. This approach will also finally setup staging/weekly/monthly builds so that we can more frequently push out images when there are critical updates.&lt;/p&gt;

&lt;p&gt;Finally, we really need to shout out our awesome community members &lt;a href="https://github.com/srbala"&gt;Bala&lt;/a&gt; and &lt;a href="https://github.com/LKHN"&gt;LKHN&lt;/a&gt; for all their amazing work. All this was made possible by their efforts.&lt;/p&gt;

&lt;p&gt;You too can be a container hero like Bala and LKHN. Join the AlmaLinux team. If you're looking for more information and details on containers, join our &lt;a href="https://chat.almalinux.org/almalinux/channels/sigcloud"&gt;Containers and Cloud SIG&lt;/a&gt; on the AlmaLinux Community Chat. We're waiting for you.&lt;/p&gt;

</description>
      <category>docker</category>
      <category>opensource</category>
      <category>linux</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
