From 8f862b0a574d539f86c2cb5ef52d9cc2001ffef8 Mon Sep 17 00:00:00 2001 From: "Wildan Mubarok (CI)" Date: Sat, 25 Oct 2025 14:20:10 +0000 Subject: [PATCH 1/2] CI: Update cookbook submodule to latest update-cookbook --- cookbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook b/cookbook index e686d5c79..8851a304e 160000 --- a/cookbook +++ b/cookbook @@ -1 +1 @@ -Subproject commit e686d5c79279b157104ca58f618bc7b8a314b6a0 +Subproject commit 8851a304e6710b953b4974bd714fdce4411e2e50 From f72faa082920043514dad3b21bf148f1863ea7e8 Mon Sep 17 00:00:00 2001 From: Timmy Douglas Date: Sat, 25 Oct 2025 21:28:28 -0700 Subject: [PATCH 2/2] Update podman base container image reference to use fully qualified domain name --- podman/redox-base-containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index a36b48349..2eef72761 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -1,6 +1,6 @@ # Configuration file to install the recipe dependencies inside the Podman container -FROM debian:trixie +FROM docker.io/library/debian:trixie # _UID_ must be replaced with the user's uid on host # podman root is mapped to your user id on host during build,