Skip to content

Commit

Permalink
Disable module for CentOS Stream 9 and version 10.5
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Feb 21, 2024
1 parent 3b4e42a commit eb11737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 10.5/Dockerfile.c9s
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ EXPOSE 3306
# This image must forever use UID 27 for mysql user so our volumes are
# safe in the future. This should *never* change, the last test is there
# to make sure of that.
RUN INSTALL_PKGS="policycoreutils rsync tar gettext hostname bind-utils groff-base mariadb-server" && \
RUN yum -y module disable mariadb && \
INSTALL_PKGS="policycoreutils rsync tar gettext hostname bind-utils groff-base mariadb-server" && \
yum install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
/usr/libexec/mysqld -V | grep -qe "$MYSQL_VERSION\." && echo "Found VERSION $MYSQL_VERSION" && \
Expand Down

0 comments on commit eb11737

Please sign in to comment.