Skip to content

Commit

Permalink
Update Documentation and Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed Aug 8, 2024
1 parent 5f818c4 commit ecdf5e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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)
* 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

0 comments on commit ecdf5e8

Please sign in to comment.