Azure Linux

From Wikipedia, the free encyclopedia
(Redirected from CBL-Mariner)
Azure Linux
DeveloperMicrosoft
Written inGo, Shell script, C, Roff, Python
OS familyLinux
Source modelOpen source
Initial releaseApril 1, 2020; 3 years ago (2020-04-01)
(as CBL-Mariner)
Latest release2.0.20231004 / March 1, 2024; 26 days ago (2024-03-01)[1]
Repositorygithub.com/microsoft/azurelinux
Marketing targetCloud infrastructure and edge products and services
Kernel typeMonolithic (Linux kernel)
LicensePrimarily MIT License, with some components under Photon License, Apache License v2, GPLv2, and LGPLv2.1[2]
Official websitegithub.com/microsoft/azurelinux

Azure Linux, previously known as CBL-Mariner (in which CBL stands for Common Base Linux),[3] is a free and open-source Linux distribution that Microsoft has developed. It is the base container OS for Microsoft Azure services[4][5] and the graphical component of WSL 2.[6]

Overview[edit]

CBL-Mariner is being developed by the Linux Systems Group at Microsoft for its edge network services and as part of its cloud infrastructure.[5] The company uses it as the base Linux for containers in the Azure Stack HCI implementation of Azure Kubernetes Service.[4] Microsoft also uses CBL-Mariner in Azure IoT Edge to run Linux workloads on Windows IoT, and as a backend distro to host the Weston compositor for WSLg.[7]

In a similar approach to Fedora CoreOS, CBL-Mariner only has the basic packages needed to support and run containers. Common Linux tools are used to add packages and manage security updates. Updates are offered either as RPM packages or as complete disk images that can be deployed as needed. Using RPM allows adding custom packages to a base CBL-Mariner image to support additional features and services as needed. Notable features include an iptables-based firewall, support for signed updates, and a hardened kernel.[5]

Microsoft released the operating system in 2020.[5] Its source code is available on GitHub, mainly under the MIT License, with some components under Photon License [de], Apache License v2, GPLv2, and LGPLv2.1.[2] Building CBL-Mariner requires the Go programming language, QEMU utilities, and RPM.[5]

Starting from the release 2.0.20240301, CBL-Mariner is called Azure Linux.[8]

See also[edit]

References[edit]

  1. ^ "Release 20240301 · microsoft/azurelinux". GitHub.
  2. ^ a b "CBL-Mariner". GitHub. 21 December 2021.
  3. ^ Branscombe, Mary (December 2, 2020). "What is Microsoft doing with Linux? Everything you need to know about its plans for open source". TechRepublic.
  4. ^ a b Foley, Mary Jo (November 11, 2020). "CBL-Mariner: Microsoft's internal Linux distribution for Azure first-party services and edge appliances". ZDNet.
  5. ^ a b c d e Bisson, Simon (November 10, 2020). "Microsoft adds a new Linux: CBL-Mariner". InfoWorld.
  6. ^ Foley, Mary Jo (2021-04-21). "New Windows 10 test build adds first preview of Linux GUI apps on WSL". ZDNet. Retrieved 2021-04-23.
  7. ^ Pronovost, Steve (April 19, 2021). "WSLg Architecture". Windows Command Line. Microsoft. Retrieved August 14, 2021.
  8. ^ "Microsoft Rebranding CBL-Mariner Linux Distribution To "Azure Linux"". Phoronix Media. 2024-03-05. Retrieved 2024-03-06.

Further reading[edit]