Skip to content

Commit

Permalink
Use f33 for mariadb-10.5 for https://bugzilla.redhat.com/show_bug.cgi…
Browse files Browse the repository at this point in the history
  • Loading branch information
hhorak committed Jan 13, 2021
1 parent a6c4f9b commit 0d4cee6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 10.5/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/f34/s2i-core:latest
FROM registry.fedoraproject.org/f33/s2i-core:latest

# MariaDB image for OpenShift.
#
Expand Down Expand Up @@ -39,7 +39,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="rsync tar gettext hostname bind-utils groff-base mariadb mariadb-server policycoreutils" && \
RUN yum -y module enable mariadb:$MYSQL_VERSION && \
INSTALL_PKGS="policycoreutils rsync tar gettext hostname bind-utils groff-base mariadb-server" && \
dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \
rpm -V $INSTALL_PKGS && \
dnf clean all && \
Expand Down

0 comments on commit 0d4cee6

Please sign in to comment.