added mariadb dev images
This commit is contained in:
7
mariadb/10.11/-dev/Dockerfile
Normal file
7
mariadb/10.11/-dev/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM almalinux:9
|
||||
COPY repo /etc/yum.repos.d/MariaDB.repo
|
||||
RUN yum update -y
|
||||
RUN yum install MariaDB-server MariaDB-client -y
|
||||
RUN /bin/rm -R /var/lib/mysql/*
|
||||
ENTRYPOINT ["/bin/bash","-c"]
|
||||
CMD ["sleep infinity"]
|
||||
6
mariadb/10.11/-dev/repo
Normal file
6
mariadb/10.11/-dev/repo
Normal file
@@ -0,0 +1,6 @@
|
||||
# http://downloads.mariadb.org/mariadb/repositories/
|
||||
[mariadb]
|
||||
name = MariaDB
|
||||
baseurl = https://rpm.mariadb.org/10.11/rhel/$releasever/$basearch
|
||||
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
|
||||
gpgcheck=1
|
||||
3
mariadb/10.4/-dev/Dockerfile
Normal file
3
mariadb/10.4/-dev/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM mariadb:10.4
|
||||
ENTRYPOINT ["/bin/bash","-c"]
|
||||
CMD ["sleep infinity"]
|
||||
Reference in New Issue
Block a user