You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run -it --rm bitnami/mariadb:10.4 ls -la /opt/bitnami/mariadb/bin/mariadb
mariadb 06:24:42.27 INFO ==>
mariadb 06:24:42.27 INFO ==> Welcome to the Bitnami mariadb container
mariadb 06:24:42.27 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers
mariadb 06:24:42.28 INFO ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
mariadb 06:24:42.28 INFO ==> Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit https://bitnami.com/enterprise
mariadb 06:24:42.28 INFO ==>
lrwxrwxrwx 1 root root 5 May 17 08:00 /opt/bitnami/mariadb/bin/mariadb -> mysql
$ docker run -it --rm bitnami/mariadb:10.3 ls -la /opt/bitnami/mariadb/bin/mariadb
mariadb 06:25:08.05
mariadb 06:25:08.06 Welcome to the Bitnami mariadb container
mariadb 06:25:08.06 Subscribe to project updates by watching https://github.com/bitnami/containers
mariadb 06:25:08.06 Submit issues and feature requests at https://github.com/bitnami/containers/issues
mariadb 06:25:08.06
ls: cannot access '/opt/bitnami/mariadb/bin/mariadb': No such file or directory
$ docker run -it --rm bitnami/mariadb:10.3 /opt/bitnami/mariadb/bin/mysql --version
mariadb 06:35:53.36
mariadb 06:35:53.36 Welcome to the Bitnami mariadb container
mariadb 06:35:53.37 Subscribe to project updates by watching https://github.com/bitnami/containers
mariadb 06:35:53.37 Submit issues and feature requests at https://github.com/bitnami/containers/issues
mariadb 06:35:53.37
/opt/bitnami/mariadb/bin/mysql Ver 15.1 Distrib 10.3.39-MariaDB, for Linux (x86_64) using readline 5.1
$
$ strings mysql | grep -e '10\.3\.39'
10.3.39-MariaDB
10.3.39
/bitnami/blacksmith-sandox/mariadb-10.3.39/mysys/charset.c
/bitnami/blacksmith-sandox/mariadb-10.3.39/mysys/my_default.c
/bitnami/blacksmith-sandox/mariadb-10.3.39/mysys/mf_iocache.c
/bitnami/blacksmith-sandox/mariadb-10.3.39/mysys/my_thr_init.c
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Support mariadb in binary detection
Additional context:
The text was updated successfully, but these errors were encountered: