From cbce2da2cc1444fb5c3d556cca4fc285db1e32cf Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Wed, 19 Feb 2025 21:30:06 +0100 Subject: [PATCH] (insecurely) allow docker.io/library/debian --- home/vinzenz/.config/containers/policy.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/vinzenz/.config/containers/policy.json b/home/vinzenz/.config/containers/policy.json index d13844e..d1f9b60 100644 --- a/home/vinzenz/.config/containers/policy.json +++ b/home/vinzenz/.config/containers/policy.json @@ -11,6 +11,13 @@ "type": "insecureAcceptAnything" } ] + }, + "docker": { + "docker.io/library/debian": [ + { + "type": "insecureAcceptAnything" + } + ] } } -} \ No newline at end of file +}