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

Build mysql 8.0 by default and fix installation in CentOS #244

Closed omron93 closed 4 years ago

omron93 commented 5 years ago

SSIA

Fixes: #243

omron93 commented 5 years ago

[test-openshift]

omron93 commented 5 years ago

@hhorak @kubco2 @mschorm Please take a look in fedora build log. semanage [1] in F29 is failing the build. Mentioned bug is fixed, so could it be possible to remove semanage? (but I don't know the full story behind this)

Fedora bug for semanage problem in container build - [2]

[1] https://src.fedoraproject.org/rpms/community-mysql/blob/f29/f/community-mysql.spec#_715 [2] https://bugzilla.redhat.com/show_bug.cgi?id=1558861

hhorak commented 5 years ago

[test]

hhorak commented 5 years ago

[test-openshift]

phracek commented 4 years ago

It seems like there is not installed git command in rhel8 system.

bash: git: command not found
Build step 'Execute shell' marked build as failure
[PostBuildScript] - Execution post build scripts.
[rhscl-images-mysql-rh-rhel8@2] $ /bin/bash /tmp/jenkins8915332865140162122.sh
Warning: Permanently added '10.0.150.243' (ECDSA) to the list of known hosts.
bash: line 2: git: command not found
hhorak commented 4 years ago

I believe these changes are no longer required, the rh-mysql80 is already in the properly released version and it is also present in the Makefile. Thus, closing this PR.