<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Alpine Linux on 办公AI智能小助手</title>
    <link>https://blog.qife122.com/tags/alpine-linux/</link>
    <description>Recent content in Alpine Linux on 办公AI智能小助手</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    <copyright>qife</copyright>
    <lastBuildDate>Sat, 10 Jan 2026 11:19:20 +0800</lastBuildDate>
    <atom:link href="https://blog.qife122.com/tags/alpine-linux/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Alpine Linux 3.23 发布：全新 APK 3.0 包管理器与关键技术栈更新</title>
      <link>https://blog.qife122.com/p/alpine-linux-3.23-%E5%8F%91%E5%B8%83%E5%85%A8%E6%96%B0-apk-3.0-%E5%8C%85%E7%AE%A1%E7%90%86%E5%99%A8%E4%B8%8E%E5%85%B3%E9%94%AE%E6%8A%80%E6%9C%AF%E6%A0%88%E6%9B%B4%E6%96%B0/</link>
      <pubDate>Sat, 10 Jan 2026 11:19:20 +0800</pubDate>
      <guid>https://blog.qife122.com/p/alpine-linux-3.23-%E5%8F%91%E5%B8%83%E5%85%A8%E6%96%B0-apk-3.0-%E5%8C%85%E7%AE%A1%E7%90%86%E5%99%A8%E4%B8%8E%E5%85%B3%E9%94%AE%E6%8A%80%E6%9C%AF%E6%A0%88%E6%9B%B4%E6%96%B0/</guid>
      <description>&lt;h1 id=&#34;发布-alpine-linux-323-及包管理器-apk-30&#34;&gt;发布 Alpine Linux 3.23 及包管理器 apk 3.0&lt;/h1&gt;&#xA;&lt;p&gt;&lt;strong&gt;2025年12月04日 18:22&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Alpine Linux 3.23 的发行版本现已可用，这是一个基于 Musl 系统库和 BusyBox 工具集构建的极简主义发行版。该发行版特别注重安全性要求，并已启用栈溢出保护 (SSP) 进行编译。它使用 OpenRC 作为初始化系统，并采用自有的 apk 包管理器进行软件包管理。Alpine 被用于构建官方的 Docker 容器镜像，并应用于 PostmarketOS 项目。&lt;/p&gt;</description>
    </item>
    <item>
      <title>Alpine Linux 3.23.0 发布：核心包管理器升级与内核包调整</title>
      <link>https://blog.qife122.com/p/alpine-linux-3.23.0-%E5%8F%91%E5%B8%83%E6%A0%B8%E5%BF%83%E5%8C%85%E7%AE%A1%E7%90%86%E5%99%A8%E5%8D%87%E7%BA%A7%E4%B8%8E%E5%86%85%E6%A0%B8%E5%8C%85%E8%B0%83%E6%95%B4/</link>
      <pubDate>Sat, 06 Dec 2025 12:45:22 +0800</pubDate>
      <guid>https://blog.qife122.com/p/alpine-linux-3.23.0-%E5%8F%91%E5%B8%83%E6%A0%B8%E5%BF%83%E5%8C%85%E7%AE%A1%E7%90%86%E5%99%A8%E5%8D%87%E7%BA%A7%E4%B8%8E%E5%86%85%E6%A0%B8%E5%8C%85%E8%B0%83%E6%95%B4/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Alpine Linux 3.23.0 发布&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;Alpine Linux 3.23.0 版本已发布。此版本中值得注意的变更包括将 Alpine 包管理器（apk）升级至 3.0 版，以及用 &lt;code&gt;linux-stable&lt;/code&gt; 包替换 &lt;code&gt;linux-edge&lt;/code&gt; 包。&lt;/p&gt;&#xA;&lt;p&gt;多年来，&lt;code&gt;linux-lts&lt;/code&gt; 和 &lt;code&gt;linux-edge&lt;/code&gt; 内核包在配置、支持的架构等方面逐渐分化。现在，&lt;code&gt;linux-edge&lt;/code&gt; 被 &lt;code&gt;linux-stable&lt;/code&gt; 取代，后者与 &lt;code&gt;linux-lts&lt;/code&gt; 具有完全相同的配置，但跟踪的是稳定内核版本而非长期支持版本（参见 &lt;a href=&#34;https://kernel.org/&#34;&gt;https://kernel.org/&lt;/a&gt;）。&lt;/p&gt;</description>
    </item>
    <item>
      <title>解决 Alpine Linux 上的 .NET Core 原生库加载问题</title>
      <link>https://blog.qife122.com/p/%E8%A7%A3%E5%86%B3-alpine-linux-%E4%B8%8A%E7%9A%84-.net-core-%E5%8E%9F%E7%94%9F%E5%BA%93%E5%8A%A0%E8%BD%BD%E9%97%AE%E9%A2%98/</link>
      <pubDate>Sat, 11 Oct 2025 22:41:02 +0800</pubDate>
      <guid>https://blog.qife122.com/p/%E8%A7%A3%E5%86%B3-alpine-linux-%E4%B8%8A%E7%9A%84-.net-core-%E5%8E%9F%E7%94%9F%E5%BA%93%E5%8A%A0%E8%BD%BD%E9%97%AE%E9%A2%98/</guid>
      <description>&lt;h1 id=&#34;解决-alpine-linux-上的-net-core-原生库加载问题&#34;&gt;解决 Alpine Linux 上的 .NET Core 原生库加载问题&lt;/h1&gt;&#xA;&lt;h2 id=&#34;背景net-10-需要-alpine-317&#34;&gt;背景：.NET 10 需要 Alpine 3.17+&lt;/h2&gt;&#xA;&lt;p&gt;我们在为 Datadog .NET 追踪器添加 .NET 10 临时支持时遇到了这个问题。.NET 10 不再支持我们之前使用的 alpine:3.14 版本。&lt;/p&gt;&#xA;&lt;p&gt;在 alpine:3.14 上运行 .NET 10 会在运行时失败，出现以下错误：&lt;/p&gt;</description>
    </item>
    <item>
      <title>基于Alpine initramfs的NAS系统构建指南</title>
      <link>https://blog.qife122.com/p/%E5%9F%BA%E4%BA%8Ealpine-initramfs%E7%9A%84nas%E7%B3%BB%E7%BB%9F%E6%9E%84%E5%BB%BA%E6%8C%87%E5%8D%97/</link>
      <pubDate>Wed, 08 Oct 2025 11:02:50 +0800</pubDate>
      <guid>https://blog.qife122.com/p/%E5%9F%BA%E4%BA%8Ealpine-initramfs%E7%9A%84nas%E7%B3%BB%E7%BB%9F%E6%9E%84%E5%BB%BA%E6%8C%87%E5%8D%97/</guid>
      <description>&lt;h2 id=&#34;frood一个alpine-initramfs-nas&#34;&gt;frood：一个Alpine initramfs NAS&lt;/h2&gt;&#xA;&lt;p&gt;我的NAS设备frood采用了有点特殊的配置。它只是一个包含完整Alpine Linux系统的大型initramfs。这种配置非常优雅，我不明白为什么它不更常见。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
