View Issue Details

IDProjectCategoryView StatusLast Update
0010269Talerdeployment and operationspublic2025-08-22 15:50
Reportersebasjm Assigned Toschanzen  
PrioritynormalSeveritytrivialReproducibilityalways
Status assignedResolutionopen 
Product Version1.0 
Target Version1.1 
Summary0010269: update sancastle to trixie
DescriptionI tried because I was trying to reproduce the issue but I encounter other problems in the way, so I'm leaving this ticket as a reminder since I don't think this is something we need to do NOW

NOTES:
 * jdk update
 * recutils doesn't exist


diff --git a/Dockerfile b/Dockerfile
index 17d798b..eca10df 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM docker.io/library/debian:bookworm AS base-system
+FROM docker.io/library/debian AS base-system
 
 # FIXMEs:
 # - debian packages should be built with a nightly tag
@@ -27,7 +27,6 @@ RUN DEBIAN_FRONTEND=noninteractive \
   libunistring-dev \
   libjansson-dev \
   git \
- recutils \
   libsqlite3-dev \
   libpq-dev \
   libmicrohttpd-dev \
@@ -38,8 +37,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
   jq \
   meson \
   npm \
- openjdk-17-jre-headless \
- openjdk-17-jdk-headless \
+ openjdk-21-jre-headless \
+ openjdk-21-jdk-headless \
   default-jre-headless \
TagsNo tags attached.

Activities

Christian Grothoff

2025-08-22 15:49

manager   ~0025677

recutils is a problem because it is not in trixie and we asked and it won't land in stable anytime soon.
So we probably should go the GNUnet route and add the generated files to Git so we only need it when updating Gana and not for every build from source.

Issue History

Date Modified Username Field Change
2025-08-21 12:52 sebasjm New Issue
2025-08-22 15:48 Christian Grothoff Severity minor => trivial
2025-08-22 15:48 Christian Grothoff Status new => confirmed
2025-08-22 15:48 Christian Grothoff Product Version => 1.0
2025-08-22 15:48 Christian Grothoff Target Version => 1.1
2025-08-22 15:48 Christian Grothoff Summary udpate sancastle to trixie => update sancastle to trixie
2025-08-22 15:49 Christian Grothoff Note Added: 0025677
2025-08-22 15:50 Christian Grothoff Assigned To => schanzen
2025-08-22 15:50 Christian Grothoff Status confirmed => assigned