Bump kiwix-serve from 3.8.1 to 3.8.2
All checks were successful
Build Container (Nix) / detect (push) Successful in 4s
Build Container (Nix) / build (kiwix-serve) (push) Successful in 3s
Build Container / detect (push) Successful in 1m57s
Build Container / build (kiwix-serve) (push) Successful in 1m15s

Minor upstream release with doc and CI fixes. Also corrects kiwix.md
to reference the actual custom registry image and torrents.txt path.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-03-05 08:12:32 -08:00
commit f6f0f79a5b
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
# kiwix-serve container # kiwix-serve container
# Downloads pre-built binary from kiwix mirror # Downloads pre-built binary from kiwix mirror
ARG CONTAINER_APP_VERSION=3.8.1 ARG CONTAINER_APP_VERSION=3.8.2
FROM alpine:3.22 FROM alpine:3.22

View file

@ -0,0 +1 @@
Bump kiwix-serve from 3.8.1 to 3.8.2

View file

@ -1,6 +1,6 @@
--- ---
title: Kiwix title: Kiwix
modified: 2026-02-07 modified: 2026-03-05
tags: tags:
- service - service
- knowledge - knowledge
@ -17,7 +17,7 @@ Offline Wikipedia and ZIM archive server.
| **URL** | https://kiwix.ops.eblu.me | | **URL** | https://kiwix.ops.eblu.me |
| **Tailscale URL** | https://kiwix.tail8d86e.ts.net | | **Tailscale URL** | https://kiwix.tail8d86e.ts.net |
| **Namespace** | `kiwix` | | **Namespace** | `kiwix` |
| **Image** | `ghcr.io/kiwix/kiwix-serve:3.8.1` | | **Image** | `registry.ops.eblu.me/blumeops/kiwix-serve:v3.8.2` |
| **Storage** | NFS from [[sifaka|Sifaka]] (`/volume1/torrents`) | | **Storage** | NFS from [[sifaka|Sifaka]] (`/volume1/torrents`) |
## Architecture ## Architecture
@ -37,7 +37,7 @@ Offline Wikipedia and ZIM archive server.
- LibreTexts textbooks - LibreTexts textbooks
- DevDocs developer documentation - DevDocs developer documentation
Full list: `argocd/manifests/kiwix/configmap-zim-torrents.yaml` Full list: `argocd/manifests/kiwix/torrents.txt`
## Adding Archives ## Adding Archives

View file

@ -182,8 +182,8 @@ services:
- name: kiwix - name: kiwix
type: argocd type: argocd
last-reviewed: null last-reviewed: 2026-03-05
current-version: "3.8.1" current-version: "3.8.2"
upstream-source: https://github.com/kiwix/kiwix-tools/releases upstream-source: https://github.com/kiwix/kiwix-tools/releases
- name: devpi - name: devpi