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

Fix OpenShift failures #306

Closed phracek closed 2 years ago

phracek commented 2 years ago

This pull request fixes OpenShift failures.

service name has to have proper name like mysql-80:testing and not mysql:8.0:testing

Also setting oc binary variable has to be called at the beginning.

phracek commented 2 years ago

[test-all]

phracek commented 2 years ago

@pkubatrh @zmiklank The whole test suite is passing. Please take a look at it as you have time. Thank you