diff --git a/pipeline/inputs/exec.md b/pipeline/inputs/exec.md index c622890c1..5b3c80297 100644 --- a/pipeline/inputs/exec.md +++ b/pipeline/inputs/exec.md @@ -8,7 +8,7 @@ command arguments could lead to malicious command execution. ## Container support -This plugin will not function in the distroless production images (AMD64 currently) as it needs a functional `/bin/sh` which is not present. +This plugin will not function in the distroless production images (AMD64 and s390x currently) as it needs a functional `/bin/sh` which is not present. The debug images use the same binaries so even though they have a shell, there is no support for this plugin as it is compiled out. ## Configuration Parameters