From 3a47b01f37c6e2b2068894877aa2f73ade0baf6b Mon Sep 17 00:00:00 2001 From: Costas Papastathis Date: Fri, 10 Nov 2023 17:03:07 +0200 Subject: [PATCH] fix: using absolute path on copying s2i scripts in 14 rhel7 --- 14/Dockerfile.rhel7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/Dockerfile.rhel7 b/14/Dockerfile.rhel7 index 50d998c8..5a2e74dd 100644 --- a/14/Dockerfile.rhel7 +++ b/14/Dockerfile.rhel7 @@ -66,7 +66,7 @@ RUN yum install -y yum-utils && \ yum -y clean all --enablerepo='*' # Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH -COPY ./s2i/bin/ $STI_SCRIPTS_PATH +COPY ./s2i/bin/ /usr/libexec/s2i RUN chmod +x /usr/libexec/s2i/init-wrapper # Copy extra files to the image.