sclorg / mysql-container

MySQL container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.
http://softwarecollections.org
Apache License 2.0
128 stars 201 forks source link

Support for testing image in CentOS Stream 9 #308

Closed phracek closed 2 years ago

phracek commented 2 years ago

This pull request adds support for testing mysql-container in CentOS Stream 9.

Dockerfile change is:

$ diff 8.0/Dockerfile.rhel8 8.0/Dockerfile.c9s
1c1
< FROM ubi8/s2i-core
---
> FROM quay.io/sclorg/s2i-core-c9s:c9s
30c30
<       name="rhel8/mysql-80" \
---
>       name="sclorg/mysql-80-c9s" \
33c33
<       usage="podman run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3306:3306 rhel8/mysql-80" \
---
>       usage="podman run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3306:3306 quay.io/sclorg/mysql-80-c9s:c9s" \
41,42c41
< RUN yum -y module enable mysql:$MYSQL_VERSION && \
<     INSTALL_PKGS="policycoreutils rsync tar gettext hostname bind-utils groff-base mysql-server" && \
---
> RUN INSTALL_PKGS="policycoreutils rsync tar gettext hostname bind-utils groff-base mysql-server" && \

Signed-off-by: Petr "Stone" Hracek phracek@redhat.com

phracek commented 2 years ago

[test]

phracek commented 2 years ago

[test]

phracek commented 2 years ago

Not relevant for C9S.

[test-openshift]

phracek commented 2 years ago

[test-all]

zmiklank commented 2 years ago

The test failures seem to be similar as in https://github.com/sclorg/mariadb-container/pull/161.

phracek commented 2 years ago

[test-all]