From b064bd5db6d4a0f317d4737332cc6a48921c1b4c Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Tue, 17 Oct 2023 15:21:48 +0300 Subject: [PATCH] fix: usring on 14 rhel7 absolute path instead of STI_SCRIPTS_PATH variable --- 14/Dockerfile.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/Dockerfile.rhel7 b/14/Dockerfile.rhel7 index 68736a3f..50d998c8 100644 --- a/14/Dockerfile.rhel7 +++ b/14/Dockerfile.rhel7 @@ -67,7 +67,7 @@ RUN yum install -y yum-utils && \ # Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH COPY ./s2i/bin/ $STI_SCRIPTS_PATH -RUN chmod +x $STI_SCRIPTS_PATH/init-wrapper +RUN chmod +x /usr/libexec/s2i/init-wrapper # Copy extra files to the image. COPY ./root/ /