Skip to content

Commit

Permalink
This commit fixes original file /bin/run-mysqld to /usr/bin/run-mysql…
Browse files Browse the repository at this point in the history
…d. (#237)

The file /usr/bin/run-mysqld is copied from directory $VERSION/root-common
where it is stored in subdirectory usr/bin/run-mysqld.

The file /bin/run-mysqld does not exist.

Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek authored Apr 22, 2024
1 parent ebabae1 commit 913954e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion 10.11/Dockerfile.c8s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.11/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.11/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.11/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.11/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile.c8s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile.fedora
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile.rhel8
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 10.5/Dockerfile.rhel9
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 913954e

Please sign in to comment.