apupier commented on issue #8113:
URL: https://github.com/apache/camel-quarkus/issues/8113#issuecomment-3753920957
the password requirement is not new in fact:
```
podman run mirror.gcr.io/mysql:8.4
Trying to pull mirror.gcr.io/mysql:8.4...
Getting image source signatures
Copying blob 23eb2baa39f3 done |
Copying blob ad9d782f3f87 skipped: already exists
Copying blob 88358ea2a37f skipped: already exists
Copying blob 3709f9999ba9 skipped: already exists
Copying blob 98f63f165ac1 skipped: already exists
Copying blob 100b56c3fd28 skipped: already exists
Copying blob 08d96bdd8a50 done |
Copying blob bec4df3fa85f done |
Copying blob c68ab04cc1e9 done |
Copying blob 8c32caf90444 done |
Copying config 54c6e074ef done |
Writing manifest to image destination
2026-01-15 10:02:54+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL
Server 8.4.7-1.el9 started.
2026-01-15 10:02:54+00:00 [Note] [Entrypoint]: Switching to dedicated user
'mysql'
2026-01-15 10:02:54+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL
Server 8.4.7-1.el9 started.
2026-01-15 10:02:54+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
```
so it was already configured.
--
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]