Supriya Ghosh (Editor)

Alpine Linux

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
OS family
  
Unix-like

Source model
  
Open source

Working state
  
Active

Developer
  
Alpine Linux development team

Latest release
  
3.5.1 / 26 January 2017; 30 days ago (2017-01-26)

Marketing target
  
Developers, power users

Alpine Linux is a Linux distribution based on musl and BusyBox, primarily designed for "power users who appreciate security, simplicity and resource efficiency". It uses PaX and grsecurity patches in the default kernel and compiles all user space binaries as position-independent executables with stack-smashing protection.

Contents

History

Originally, Alpine Linux began as a fork of the LEAF project. The members of LEAF wanted to continue making a Linux distribution that could fit on a single floppy disk, whereas the Alpine Linux wished to include some more heavyweight packages such as Squid and Samba, as well as additional security features and a newer kernel. One of the original goals was to create a framework for larger systems; although usable for this purpose, this is no longer a primary goal.

Features

  • Package management: Alpine uses its own package management system, apk-tools, which originally was a collection of shell scripts but was later rewritten in C. Alpine currently contains most commonly used packages such as GNOME, Xfce, Firefox, and others.
  • Running from RAM: Alpine Linux can be installed as a run-from-RAM distribution. The LBU (Alpine Local Backup) tool optionally allows all configuration files to be backed up to an APK overlay file (usually shortened to apkovl), a tar.gz file that by default stores a copy of all changed files in /etc (with the option to add more directories).
  • Security: PaX and grsec are included in the default Alpine Linux kernel, which aids in reducing the impact from exploits similar to the vmsplice() local root exploit. All packages are also compiled with stack-smashing protection to help mitigate the effects of userland buffer overflows.
  • Size: the base system in Alpine Linux is designed to be only 4–5 MB in size (excluding the kernel). This allows very small Linux containers around 8 MB in size, while a minimal install to disk might be around 130 MB. The Linux kernel is much larger; the 3.18.16 kernel includes 121 MB of loadable kernel modules (primarily drivers) in addition to the 3.3 MB for the base x86-64 kernel image.
  • Alpine Configuration Framework (ACF): While optional, ACF is an application for configuring an Alpine Linux machine, with goals similar to Debian's debconf.
  • C standard library: Alpine Linux previously used uClibc instead of the traditional glibc most commonly used. Although it is lighter weight, it does have the significant drawback of being binary incompatible with glibc. Thus, all software must be compiled for use with uClibc to work properly. Recently (as of April 9, 2014), Alpine Linux switched to musl, which is at least partially binary compatible with glibc.
  • Init system: The simple and lightweight OpenRC is the init system currently used by Alpine Linux. Unlike Debian, Ubuntu, RHEL, Arch Linux and CentOS distributions of Linux, Alpine does not use systemd.
  • References

    Alpine Linux Wikipedia