The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
MySQL
The following information was extracted from the dockerfile and other sources.
| Canonical image ID | MySQL |
| Summary | MySQL 8.0 SQL database server |
| Description | MySQL is a multi-user, multi-threaded SQL database server. The container image provides a containerized packaging of the MySQL mysqld daemon and client application. The mysqld server daemon accepts connections from clients and provides access to content from MySQL databases on behalf of the clients. |
| Provider | MemVerge |
| Maintainer | support@memverge.com |
| Repository name | rhel9/mysql-80 |
| Image version | v8.0-1 |
| Architecture | amd64 |
| Usage | podman run -d -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3306:3306 rhel9/mysql-80 |
| Exposed ports | 3306:mysql |
The following evidence verifies the image's security and build process compliance with mandated internal standards.
| Security audit date | 1/10/2026, 9:07:59 PM |
| Container certification |
Contact MemVerge Customer Support (support@memverge.com) to acquire a personal access token of GitHub account mv-customer-support for downloading MemVerge container images and helm charts.
docker login ghcr.io/memverge
# Username: mv-customer-support
# Password: <personal-access-token>docker pull ghcr.io/memverge/mysql:<version>