diff --git a/10.11/Dockerfile.c8s b/10.11/Dockerfile.c8s index 5e532ec..12352f3 100644 --- a/10.11/Dockerfile.c8s +++ b/10.11/Dockerfile.c8s @@ -56,7 +56,7 @@ COPY 10.11/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.11/Dockerfile.c9s b/10.11/Dockerfile.c9s index 30cf5dc..a34ba3c 100644 --- a/10.11/Dockerfile.c9s +++ b/10.11/Dockerfile.c9s @@ -56,7 +56,7 @@ COPY 10.11/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.11/Dockerfile.fedora b/10.11/Dockerfile.fedora index 9a35938..de78f1d 100644 --- a/10.11/Dockerfile.fedora +++ b/10.11/Dockerfile.fedora @@ -58,7 +58,7 @@ COPY 10.11/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.11/Dockerfile.rhel8 b/10.11/Dockerfile.rhel8 index d0d3cfb..2eafba3 100644 --- a/10.11/Dockerfile.rhel8 +++ b/10.11/Dockerfile.rhel8 @@ -56,7 +56,7 @@ COPY 10.11/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.11/Dockerfile.rhel9 b/10.11/Dockerfile.rhel9 index 273755c..3946405 100644 --- a/10.11/Dockerfile.rhel9 +++ b/10.11/Dockerfile.rhel9 @@ -56,7 +56,7 @@ COPY 10.11/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.5/Dockerfile.c8s b/10.5/Dockerfile.c8s index 6be6784..c7d4574 100644 --- a/10.5/Dockerfile.c8s +++ b/10.5/Dockerfile.c8s @@ -56,7 +56,7 @@ COPY 10.5/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.5/Dockerfile.c9s b/10.5/Dockerfile.c9s index ded6502..7b11cb8 100644 --- a/10.5/Dockerfile.c9s +++ b/10.5/Dockerfile.c9s @@ -56,7 +56,7 @@ COPY 10.5/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.5/Dockerfile.fedora b/10.5/Dockerfile.fedora index e68da4b..b5686a7 100644 --- a/10.5/Dockerfile.fedora +++ b/10.5/Dockerfile.fedora @@ -59,7 +59,7 @@ COPY 10.5/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.5/Dockerfile.rhel7 b/10.5/Dockerfile.rhel7 index ed714a6..6499398 100644 --- a/10.5/Dockerfile.rhel7 +++ b/10.5/Dockerfile.rhel7 @@ -65,7 +65,7 @@ COPY 10.5/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.5/Dockerfile.rhel8 b/10.5/Dockerfile.rhel8 index 1748ef5..66700ca 100644 --- a/10.5/Dockerfile.rhel8 +++ b/10.5/Dockerfile.rhel8 @@ -56,7 +56,7 @@ COPY 10.5/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup diff --git a/10.5/Dockerfile.rhel9 b/10.5/Dockerfile.rhel9 index cc9380b..13c6b31 100644 --- a/10.5/Dockerfile.rhel9 +++ b/10.5/Dockerfile.rhel9 @@ -55,7 +55,7 @@ COPY 10.5/root / # Hard links are not supported in Testing Farm approach during sync to guest # operation system. Therefore tests are failing on error # /usr/libexec/s2i/run no such file or directory -RUN ln -s /bin/run-mysqld $STI_SCRIPTS_PATH/run +RUN ln -s /usr/bin/run-mysqld $STI_SCRIPTS_PATH/run # this is needed due to issues with squash # when this directory gets rm'd by the container-setup