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 building testing c8s #313

Closed phracek closed 2 years ago

phracek commented 2 years ago

This pull request adds support for building, testing mysql-container in CentOS Stream 8 and pushing image into quay.io.

It also updates documentation. Diff between 8.0/Dockerfile.rhel8 and 8.0/Dockerfile.c8s is:

$ diff 8.0/Dockerfile.rhel8 8.0/Dockerfile.c8s
1c1
< FROM ubi8/s2i-core
---
> FROM quay.io/sclorg/s2i-core-c8s:c8s
30c30
<       name="rhel8/mysql-80" \
---
>       name="sclorg/mysql-80-c8s" \
32,33c32
<       com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#rhel" \
<       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-c8s" \
phracek commented 2 years ago

[test]

phracek commented 2 years ago

[test-openshift]

hhorak commented 2 years ago

LGTM