From 0be562979679279b7ec17467e88feb8b1c674725 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 31 Aug 2023 23:25:49 -0700 Subject: [PATCH] Exclude c8dind from override-cmd ("dind" wrapper breaks test, requiring --privileged) --- .test/config.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.test/config.sh b/.test/config.sh index ef0bf72bcc6..09c42ebf8e4 100755 --- a/.test/config.sh +++ b/.test/config.sh @@ -2,16 +2,21 @@ # https://github.com/docker-library/official-images/blob/3e27b6eb7a12bc15e5e2dde52d2477c818863ce3/test/config.sh +# TODO add an explicit c8dind test 👀 + imageTests+=( [tianon/true]='true' ) -# single-binary images globalExcludeTests+=( + # single-binary images [tianon/sleeping-beauty_no-hard-coded-passwords]=1 [tianon/sleeping-beauty_utc]=1 [tianon/true_no-hard-coded-passwords]=1 [tianon/true_utc]=1 + + # needs --privileged (by design) + [tianon/containerd:c8dind_override-cmd]=1 ) # ONBUILD