[Testing Updates] 2025-08-26 - Kernels, ZFS, Deepin, Python, Haskell

1 month 3 weeks ago

Hello community, here we have another set of package updates.

Current Promotions Recent News Valkey to replace Redis in the [extra] Repository (click for more details) Previous News Finding information easier about Manjaro (click for more details) Notable Package Updates
  • some Kernels got updated
  • zfs 2.3.4
  • Updates to Deepin
  • Python and Haskell updates
Additional Info Python 3.13 info (click for more details) Info about AUR packages (click for more details)

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Our current supported kernels
  • linux54 5.4.296
  • linux510 5.10.240
  • linux515 5.15.189
  • linux61 6.1.148
  • linux66 6.6.102
  • linux612 6.12.43
  • linux615 6.15.11 [EOL]
  • linux616 6.16.3
  • linux617 6.17.0-rc3
  • linux61-rt 6.1.146_rt53
  • linux66-rt 6.6.101_rt59
  • linux612-rt 6.12.43_rt12
  • linux615-rt 6.15.0_rt2
  • linux616-rt 6.16.0_rt3

Package Changes (Tue Aug 26 21:23:03 CEST 2025)

  • testing core x86_64: 2 new and 2 removed package(s)
  • testing extra x86_64: 1201 new and 1199 removed package(s)
  • testing multilib x86_64: 6 new and 6 removed package(s)

Overlay Changes

  • testing core x86_64: 4 new and 4 removed package(s)
  • testing extra x86_64: 47 new and 47 removed package(s)

A list of all changes can be found here.

Click to view the poll.

Check if your mirror has already synced:

13 posts - 7 participants

Read full topic

philm

Containers in 2025: Docker vs. Podman for Modern Developers

1 month 3 weeks ago
by George Whittaker Introduction

Container technology has matured rapidly, but in 2025, two tools still dominate conversations in developer communities: Docker and Podman. Both tools are built on OCI (Open Container Initiative) standards, meaning they can build, run, and manage the same types of images. However, the way they handle processes, security, and orchestration differs dramatically. This article breaks down everything developers need to know, from architectural design to CLI compatibility, performance, and security, with a focus on the latest changes in both ecosystems.

Architecture: Daemon vs. Daemonless Docker's Daemon-Based Model

Docker uses a persistent background service, dockerd, to manage container lifecycles. The CLI communicates with this daemon, which supervises container creation, networking, and resource allocation. While this centralized approach is convenient, it introduces a single point of failure: if the daemon crashes, every running container goes down with it.

Podman’s Daemonless Approach

Podman flips the script. Instead of a single daemon, every container runs as a child process of the CLI command that started it. This design eliminates the need for a root-level service, which is appealing for environments concerned about attack surfaces. Containers continue to run independently even if the CLI session ends, and they can be supervised with systemd for long-term stability.

Developer Workflow and CLI Familiar Command Structure

Podman was designed as a near drop-in replacement for Docker. Commands like podman run, podman ps, and podman build mirror their Docker equivalents, reducing the learning curve. Developers can often alias docker to podman and keep using their existing scripts.

Run an NGINX container

Docker

docker run -d --name web -p 8080:80 nginx:latest

Podman

podman run -d --name web -p 8080:80 nginx:latest GUI Options

For desktop users, Docker Desktop remains polished and feature-rich. However, Podman Desktop has matured significantly. It now supports Windows and macOS with better integration, faster file sharing, and no licensing restrictions, making it appealing for enterprise environments.

Go to Full Article
George Whittaker

The OSPO Book is Now Available in Print!

1 month 3 weeks ago

The TODO Group in collaboration with Cloud Native Computing Foundation is thrilled to announce the launch of the physical version of the OSPO Book, a community-driven resource that captures open source management best practices through OSPOs (Open Source Program Offices).

TODO Group

The Data Is In: For COSS Companies, Community Is the Ultimate Moat

1 month 3 weeks ago

I’ve spent three decades in technology, watching brilliant founders pour their hearts into building world-changing open source projects. I’ve seen them cultivate vibrant communities, driven by a shared passion for solving hard problems. And I’ve also seen them arrive at a painful crossroads, forced to choose between the community that built them and the capital they need to survive. It’s a story that has ended too often in compromise, with fractured communities and founders left wondering if there was another way.

Matt Trifiro

[Testing Update] 2025-08-24 - Kernels, Firefox, Mesa, LibreOffice

1 month 3 weeks ago

Hello community, here we have another set of package updates.

Current Promotions Recent News Valkey to replace Redis in the [extra] Repository (click for more details) Previous News Finding information easier about Manjaro (click for more details) Notable Package Updates
  • some Kernels got updated
    • 6.15 kernel series is now marked EOL
    • we removed bootsplash packages as we dropped it support
  • Firefox 142.0 and 143.0b3
  • Mesa 25.2.1
    • dropped gamescope-plus as it won’t be supported by mesa 25.2.x series
    • please use the regular gamescope package instead
  • LibreOffice 25.8.0 and 25.2.5
  • Python and Haskell updates
Additional Info Python 3.13 info (click for more details) Info about AUR packages (click for more details)

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.

Our current supported kernels
  • linux54 5.4.296
  • linux510 5.10.240
  • linux515 5.15.189
  • linux61 6.1.148
  • linux66 6.6.102
  • linux612 6.12.43
  • linux615 6.15.11 [EOL]
  • linux616 6.16.3
  • linux617 6.17.0-rc2
  • linux61-rt 6.1.146_rt53
  • linux66-rt 6.6.101_rt59
  • linux612-rt 6.12.43_rt12
  • linux615-rt 6.15.0_rt2
  • linux616-rt 6.16.0_rt3

Package Changes (Sun Aug 24 10:23:18 CEST 2025)

  • testing core x86_64: 10 new and 10 removed package(s)
  • testing extra x86_64: 2058 new and 2059 removed package(s)
  • testing multilib x86_64: 15 new and 15 removed package(s)

Overlay Changes

  • testing core x86_64: 12 new and 12 removed package(s)
  • testing extra x86_64: 87 new and 202 removed package(s)

A list of all changes can be found here.

Click to view the poll.

Check if your mirror has already synced:

15 posts - 7 participants

Read full topic

philm

Rewriting the Rules for Mobile: Open Source, Open Possibilities

1 month 3 weeks ago

In the course of conducting research to explore the intersection of open source innovation and the digital transformation of industries, it’s always exciting to witness major shifts. Today, the mobile sector is on the cusp of a pivotal transformation—one that's been many years in the making. 

Hilary Carter

Recent service outages

1 month 4 weeks ago

We want to provide an update on the recent service outages affecting our infrastructure. The Arch Linux Project is currently experiencing an ongoing denial of service attack that primarily impacts our main webpage, the Arch User Repository (AUR), and the Forums.

We are aware of the problems that this creates for our end users and will continue to actively work with our hosting provider to mitigate the attack. We are also evaluating DDoS protection providers while carefully considering factors including cost, security, and ethical standards.

To improve the communication around this issue we will provide regular updates on our service status page going forward.

As a volunteer-driven project, we appreciate the community's patience as our DevOps team works to resolve these issues. Please bear with us and thank you for all the support you have shown so far.

Workarounds during service disruption
  • In the case of downtime for archlinux.org:
    • Mirrors: The mirror list endpoint used in tools like reflector is hosted on this site. Please default to the mirrors listed in the pacman-mirrorlist package during an outage.
    • ISO: Our installation image is available on a lot of the mirrors, for example the DevOps administered geomirrors. Please always verify its integrity as described on the wiki and confirm it is signed by 0x3E80CA1A8B89F69CBA57D98A76A5EF9054449A5C (or other trusted keys that may be used in the future).
  • In the case of downtime for aur.archlinux.org:
    • Packages: We maintain a mirror of AUR packages on GitHub. You can retrieve a package using: $ git clone --branch <package_name> --single-branch https://github.com/archlinux/aur.git <package_name>
  • In the case of downtime for wiki.archlinux.org:
    • Docs: The arch-wiki-docs and arch-wiki-lite contain recent snapshots of the articles as hosted on the Arch Linux wiki.
Additional remarks
  • Our services may send an initial connection reset due to the TCP SYN authentication performed by our hosting provider, but subsequent requests should work as expected.

  • We are keeping technical details about the attack, its origin and our mitigation tactics internal while the attack is still ongoing.

Christian Heusel