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

Add rhel8 image for mysql 8.0 #247

Closed pkubatrh closed 5 years ago

pkubatrh commented 5 years ago

The tests are failing on rhel8 due to:

FAIL: option 'key_buffer_size' should have value '25M', but it wasn't found in any of the configuration files (/etc/my.cnf /etc/my.cnf.d/40-paas.cnf /etc/my.cnf.d/50-my-tuning.cnf /etc/my.cnf.d/base.cnf):

@kubco2 Can you check what is wrong with it?

hhorak commented 5 years ago

Fedora test fails because of wrong settings of capability, which should not be done in %post, but in %files section using parameters, so rpm -V failure is expected. It is gonna be fixed via https://src.fedoraproject.org/rpms/community-mysql/pull-request/1. Merging.