From 51923e25a8ea34420631211a004c004b254cb37d Mon Sep 17 00:00:00 2001 From: Jonathan Dowland Date: Tue, 27 Feb 2024 15:30:43 +0000 Subject: [PATCH] [OPENJDK-2806] Remove value for S2I_ENABLE_JLINK S2I_ENABLE_JLINK is a configuration environment variable, not an informational one, and so the default should be unset, rather than "false". https://issues.redhat.com/browse/OPENJDK-2806 Signed-off-by: Jonathan Dowland --- modules/s2i/core/module.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/s2i/core/module.yaml b/modules/s2i/core/module.yaml index cc5004ea..af3123c4 100644 --- a/modules/s2i/core/module.yaml +++ b/modules/s2i/core/module.yaml @@ -116,7 +116,6 @@ envs: description: ^ Enables the Jdeps/JLink workflow to minimize JRE size example: "false" - value: "false" run: cmd: