Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support mysql 8.4 on CentOS Stream 10 #376

Merged
merged 17 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Variables are documented in common/build.sh.
BASE_IMAGE_NAME = mysql
VERSIONS = 8.0
VERSIONS = 8.0 8.4
OPENSHIFT_NAMESPACES = 5.5
DOCKER_BUILD_CONTEXT = ..

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ MySQL SQL Database Server Container Image

Images available on Quay are:
* CentOS Stream 9 [mysql-80](https://quay.io/repository/sclorg/mysql-80-c9s)
* CentOS Stream 10 [mysql-84](https://quay.io/repository/sclorg/mysql-84-c9s)
hhorak marked this conversation as resolved.
Show resolved Hide resolved
* Fedora [mysql-80](https://quay.io/repository/fedora/mysql-80)

This repository contains Dockerfiles for MySQL images for OpenShift and general usage.
Expand All @@ -30,11 +31,12 @@ RHEL versions currently supported are:

CentOS versions currently supported are:
* CentOS Stream 9
* CentOS Stream 10


Installation
------------
Choose either the CentOS Stream or RHEL7 based image:
Choose either the CentOS Stream or RHEL based image:

* **RHEL8 based image**

Expand Down Expand Up @@ -88,6 +90,9 @@ Usage
For information about usage of Dockerfile for MySQL 8.0,
see [usage documentation](8.0).

For information about usage of Dockerfile for MySQL 8.4,
see [usage documentation](8.4).


Test
----
Expand Down