Which version of the application are you using?:
image bitnami/mariadb:10.3.16-debian-9-r38
Describe here your question/suggestion/issue (expected and actual results):
I use this image for a k8s cronjob, and I have this welcome message each time :
[0m
[0m[1mWelcome to the Bitnami mariadb container[0m
[0mSubscribe to project updates by watching [1mhttps://github.com/bitnami/bitnami-docker-mariadb[0m
[0mSubmit issues and feature requests at [1mhttps://github.com/bitnami/bitnami-docker-mariadb/issues[0m
[0mSend us your feedback at [1mcontainers@bitnami.com[0m
[0m
It appears in my app logs so I'd like to remove it from container launch, or send it to /dev/null.
Is there a way to do it ?