This is a port of MariaDB 1.5 Official image to Rocky 8.7. It can be replaced with the Official images when replatforming to Centos or RHEL.
https://catalog.redhat.com/software/containers/rhel8/mariadb-103/5ba0acf2d70cc57b0d1d9e78
https://hub.docker.com/r/centos/mariadb-103-centos7
docker build -t ark_mariadb:latest .
docker tag ark_mariadb:latest 345280441424.dkr.ecr.ap-south-1.amazonaws.com/ark_mariadb:latest
docker push 345280441424.dkr.ecr.ap-south-1.amazonaws.com/ark_mariadb:latest
docker run --name ark_mariadb -d -e MYSQL_ROOT_PASSWORD=mypass -p 3306:3306 ark_mariadb:latest
docker exec -it ark_mariadb /bin/bash
docker stop ark_mariadb
docker rm ark_mariadb
kubectl create pod -f pod_ark_mariadb.yaml
https://hub.docker.com/r/centos/mariadb-103-centos7
or (should be identical documentation)
https://catalog.redhat.com/software/containers/rhel8/mariadb-103/5ba0acf2d70cc57b0d1d9e78
Base Image
MariaDB - RHEL
MariaDB - Centos (with binaries)