Skip to content

Commit

Permalink
Fix calling mysqld for RHEL7 container
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek authored and zmiklank committed Oct 26, 2023
1 parent 5364e7f commit 4dcef4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8.0/Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ COPY 8.0/root /
RUN rm -rf /etc/my.cnf.d/* && \
/usr/libexec/container-setup && \
rpm-file-permissions && \
/usr/libexec/mysqld -V | grep -qe "$MYSQL_VERSION\." && echo "Found VERSION $MYSQL_VERSION"
${MYSQL_PREFIX}/libexec/mysqld -V | grep -qe "$MYSQL_VERSION\." && echo "Found VERSION $MYSQL_VERSION"

# Not using VOLUME statement since it's not working in OpenShift Online:
# https://github.com/sclorg/httpd-container/issues/30
Expand Down

0 comments on commit 4dcef4c

Please sign in to comment.