Arch Linux Now Ships a Reproducible Docker Image
Arch Linux has released a reproducible Docker image, providing users with a bit-for-bit identical container build, though some limitations remain.
Latest Linux and open source news from around the web
Arch Linux has released a reproducible Docker image, providing users with a bit-for-bit identical container build, though some limitations remain.
Archinstall 4.3 text-mode installer for the Arch Linux distribution is now available with support for installing additional fonts, as well as other changes and bug fixes.
Archinstall 4.3 introduces security and partitioning bug fixes, as well as installer enhancements such as optional additional font selection.
AMD on the software side continues investing heavily in GAIA "Generative AI Is Awesome" as their cross-platform solution built around the Lemonade SDK for running local AI agents on your AMD-powered hardware from CPUs to GPUs and NPUs. With today's GAIA update, custom-generated AI agents are now portable with easy import and export support...
Released at the beginning of the month was a new version of HarfBuzz, a widely-used, open-source text shaping engine. With this HarfBuzz 14.0 release it introduced a GPU-based text rasterization library that supported GLSL shaders as well as HLSL, WGSL, and APple's Metal MSL. Since then this GPU-accelerated library has been seeing more improvements...
A polished, libadwaita-based container manager that now works with both Podman and Docker.
Git 2.54 introduces the experimental git history command, config-based hooks, and more efficient repository maintenance by default.
Git maintainer Junio Hamano has announced Git 2.54.0, which includes contributions from 137 people; 66 of those people are first-time contributors to the project. Changes include the addition of Git history rewriting, Git's web interface (gitweb) "has been taught to be mobile friendly", and much more. See the announcement for all improvements, additions, and bug fixes. Hamano is now taking a short break: I will go offline for a couple of weeks starting this evening, hopefully after updating 'next' and possibly also pushing out the first batch of the new cycle. There is no designated interim maintainer this time, but I trust that the community can self organize during my absense, if the shape of the release and the tree turns out to be super bad ;-).
Robin Candau has announced the availability of a bit-for-bit reproducible container image for Arch Linux: The bit-for-bit reproducibility of the image is confirmed by digest equality across builds (podman inspect --format '{{.Digest}}' <image>) and by running diffoci to compare builds. We provide documentation on how to reproduce this Docker image (as we did for the WSL image as well). Building the base rootFS for the Docker image in a deterministic way was the main challenge, but it reuses the same process as for our WSL image (as both share the same rootFS build system). [...] This represents another meaningful achievement in our "reproducible builds" efforts and we're already looking forward to the next step!
Canonical has confirmed Ubuntu 26.10 will carry the Stonking Stingray codename and is scheduled to launch on October 15, 2026.
The Document Foundation (TDF) is the nonprofit entity behind the LibreOffice productivity suite. Most of the time, the software takes the spotlight, but that has changed in the past few weeks, and not for pleasant reasons. TDF has revoked foundation membership status from about 30 people who work for or have contracting status with Collabora. In response, Collabora has announced plans to focus on a "entirely new, cut-down, differentiated Collabora Office" project and reduce its involvement with LibreOffice. TDF's representatives claim that its actions were necessary to maintain the foundation's nonprofit status, while other community members assert that this is part of a power grab. The facts seem to indicate that there are legitimate issues to be addressed, but it is unclear that TDF needed to go so far as to disenfranchise all Collabora-affiliated contributors.
Ubuntu 26.10 βStonking Stingrayβ operating system has been slated for release on October 15th, 2026, and itβs expected to come with the GNOME 51 desktop environment and Linux kernel 7.2.
The Kernel-based Virtual Machine changes were recently merged for the Linux 7.1 merge window for further enhancing KVM as this important piece of the open-source virtualization stack...
Last week saw the "NTFS resurrection" as Linux Torvalds put it with the new/overhauled NTFS driver having been merged for Linux 7.1. Even still, the NTFS3 driver that was contributed a few years ago by Paragon Software remains in the mainline kernel and today were some fixes/improvements merged for that existing driver...
GNU Coreutils 9.11 introduces up to 15x faster cat and yes commands on Linux through zero-copy I/O, along with performance improvements for wc and shuf.