mariadb-container icon indicating copy to clipboard operation
mariadb-container copied to clipboard

MariaDB container images based on Red Hat Software Collections and intended for OpenShift and general usage. Users can choose between Red Hat Enterprise Linux, Fedora, and CentOS based images.

Results 11 mariadb-container issues
Sort by recently updated
recently updated
newest added

This pull request adds new imagestreams for RHEL-9.4

ready for review

On OpenShift Online Service Catalog, the link to README.md points to a symlink instead the actual README.md file. It's the same link destination pointed by the "View Documentation" hyperlink. ![Screenshot...

easyfix

I am trying to create a mariadb Pod that will have a db and tables pre-created. In order to achive that, I am using a Dockerfile as below ``` FROM...

The following Maria DB Templates have an incorrectly configured liveness/readiness probe: - https://github.com/sclorg/mariadb-container/blob/master/examples/mariadb-ephemeral-template.json - https://github.com/sclorg/mariadb-container/blob/master/examples/mariadb-persistent-template.json When the probes are executed the following warning is logged in the pod: ``` 2021-05-03...

This change adds the possibility to provide ini SQL files in /docker-entrypoint-initdb.d (only for 10.1 in a first time). This is really useful to provide images with an initial state...

i make `oc new-app mariadb:10.3~https://github.com/sclorg/mariadb-container.git --name mariadb103 --context-dir=examples/extend-image --env MYSQL_OPERATIONS_USER=opuser --env MYSQL_OPERATIONS_PASSWORD=oppass --env MYSQL_DATABASE=opdb --env MYSQL_USER=user --env MYSQL_PASSWORD=pass --strategy=source` and get error 'must specify a user that is numeric and...

Hi! Using centos/mariadb-102-centos7 I cannot input utf8-characters in the cli: ``` > oc rsh mariadb-.... sh-4.2$ export LC_ALL=en_US.UTF-8 sh-4.2$ mysql -u root --default-character-set=utf8 MariaDB [(none)]> ``` In that prompt I...

It would be great if the image had installed the galera packages even if it wasn't configured. Then I wouldn't need to do something like this: https://github.com/jcpowermac/mariadb-ha-poc/blob/b7df7f4ec06bac5127ae9bd46a3ea76a25f9a512/mariadb-galera-ephemeral-template.yml#L195-L204 The configuration can...

When we share container sources over FTP, permissions don't need to be kept. Then it can happen that image will be build but not working, because scripts in `/usr/bin` need...