apupier commented on issue #8113:
URL: https://github.com/apache/camel-quarkus/issues/8113#issuecomment-3724307889
some specific parameter are now required:
```
$ podman run mirror.gcr.io/mysql:9.5
Trying to pull mirror.gcr.io/mysql:9.5...
Getting image source signatures
Copying blob 7eb7c7451801 done |
Copying blob ad9d782f3f87 done |
Copying blob 98f63f165ac1 done |
Copying blob 3709f9999ba9 done |
Copying blob 88358ea2a37f done |
Copying blob 100b56c3fd28 done |
Copying blob 9fe447925374 done |
Copying blob e07354dc3354 done |
Copying blob 0698677a468d done |
Copying blob eb96a80bb47f done |
Copying config 236d29cb31 done |
Writing manifest to image destination
2026-01-08 15:09:19+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL
Server 9.5.0-1.el9 started.
2026-01-08 15:09:19+00:00 [Note] [Entrypoint]: Switching to dedicated user
'mysql'
2026-01-08 15:09:19+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL
Server 9.5.0-1.el9 started.
2026-01-08 15:09:19+00:00 [ERROR] [Entrypoint]: Database is uninitialized
and password option is not specified
You need to specify one of the following as an environment variable:
- MYSQL_ROOT_PASSWORD
- MYSQL_ALLOW_EMPTY_PASSWORD
- MYSQL_RANDOM_ROOT_PASSWORD
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]