Skip to content

Commit

Permalink
Exclude c8dind from override-cmd ("dind" wrapper breaks test, requiri…
Browse files Browse the repository at this point in the history
…ng --privileged)
  • Loading branch information
tianon committed Sep 1, 2023
1 parent 33edfb5 commit 0be5629
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .test/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0be5629

Please sign in to comment.