From 12f9f76834335021f02b99d6aa8f07e5104e8a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A2ni=20Marques?= Date: Wed, 2 Sep 2026 23:15:06 +0200 Subject: [PATCH] tor: change from bookworm-slim to stable-slim; w/ old id online again --- configs/tor/Containerfile | 2 +- configs/tor/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/tor/Containerfile b/configs/tor/Containerfile index f8531ab..0e1fb31 100644 --- a/configs/tor/Containerfile +++ b/configs/tor/Containerfile @@ -2,7 +2,7 @@ # Process is NOT root: debian-tor remapped to uid/gid 1000 for rootless # podman + host volumes (~/koopa-tor-relay/{data,log} owned by hernani). # Recreate container with: --user 1000:1000 --userns=keep-id (see README). -FROM docker.io/library/debian:bookworm-slim +FROM docker.io/library/debian:stable-slim ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update \ && apt-get install -y --no-install-recommends tor nyx ca-certificates tor-geoipdb \ diff --git a/configs/tor/README.md b/configs/tor/README.md index cb7d980..4f618f6 100644 --- a/configs/tor/README.md +++ b/configs/tor/README.md @@ -14,7 +14,7 @@ Mirror in this repo: `configs/tor/`. | SocksPort | **0** | | MyFamily | `52BB94DDC1292F950CF728708AC48523E018A718` | | Bandwidth* | 2000 MBytes rate/burst | -| Image | `localhost/koopa-tor-relay:latest` (Debian bookworm + tor + nyx) | +| Image | `localhost/koopa-tor-relay:latest` (Debian stable + tor + nyx) | | Process user | **non-root** `debian-tor` remapped to **uid/gid 1000** (`USER` in image) | | Rootless note | recreate with `--user 1000:1000 --userns=keep-id` so `~/koopa-tor-relay/data` (hernani) stays writable |