From 511623c20322cc5577c96d3533856016d02db049 Mon Sep 17 00:00:00 2001 From: Ajay Victor Date: Wed, 8 Nov 2023 11:55:09 +0530 Subject: [PATCH] installation: platforms: add s390x to supported architectures --- pipeline/inputs/exec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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